HomeSort by relevance Sort by last modified time
    Searched refs:ColorFract (Results 1 - 6 of 6) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 53 class ColorFract {
55 ColorFract(): _c1(0.0), _c2(0.0), _c3(0.0) {};
56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {};
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);
hwcTestLib.cpp 159 ColorFract::operator string()
305 ColorFract hwcTestParseColor(istringstream& in, bool& error)
307 ColorFract color;
352 return ColorFract(c1, c2, c3);
545 uint32_t hwcTestColor2Pixel(uint32_t format, ColorFract color, float alpha)
653 void hwcTestFillColor(GraphicBuffer *gBuf, ColorFract color, float alpha)
690 ColorFract startColor, ColorFract endColor)
707 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1())
793 ColorFract& color
    [all...]
hwcColorEquiv.cpp 104 const ColorFract defaultStartColor(0.0, 0.0, 0.0);
105 const ColorFract defaultEndColor(1.0, 1.0, 1.0);
138 static ColorFract startRefColor = defaultStartColor;
139 static ColorFract endRefColor = defaultEndColor;
hwcRects.cpp 128 const ColorFract defaultColor(0.5, 0.5, 0.5);
154 ColorFract color;
hwcStress.cpp 593 ColorFract color(testRandFract(), testRandFract(), testRandFract());
hwcCommit.cpp 121 const ColorFract defaultColor(0.5, 0.5, 0.5);
172 ColorFract color;
    [all...]

Completed in 81 milliseconds