Searched defs:ColorFract (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h53 class ColorFract { class
55 ColorFract(): _c1(0.0), _c2(0.0), _c3(0.0) {}; function in class:ColorFract
56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; function in class:ColorFract
119 uint32_t hwcTestColor2Pixel(uint32_t format, ColorFract color, float alpha);
121 ColorFract& color);
124 void hwcTestFillColor(android::GraphicBuffer *gBuf, ColorFract color,
128 ColorFract startColor, ColorFract endColor);
129 ColorFract hwcTestParseColor(std::istringstream& in, bool& error);

Completed in 42 milliseconds