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 54 class ColorFract {
56 ColorFract(): _c1(0.0), _c2(0.0), _c3(0.0) {};
57 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {};
120 uint32_t hwcTestColor2Pixel(uint32_t format, ColorFract color, float alpha);
122 ColorFract& color);
125 void hwcTestFillColor(android::GraphicBuffer *gBuf, ColorFract color,
129 ColorFract startColor, ColorFract endColor);
130 ColorFract hwcTestParseColor(std::istringstream& in, bool& error);
hwcTestLib.cpp 157 ColorFract::operator string()
303 ColorFract hwcTestParseColor(istringstream& in, bool& error)
305 ColorFract color;
350 return ColorFract(c1, c2, c3);
543 uint32_t hwcTestColor2Pixel(uint32_t format, ColorFract color, float alpha)
651 void hwcTestFillColor(GraphicBuffer *gBuf, ColorFract color, float alpha)
689 ColorFract startColor, ColorFract endColor)
706 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1())
792 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 129 const ColorFract defaultColor(0.5, 0.5, 0.5);
155 ColorFract color;
hwcStress.cpp 593 ColorFract color(testRandFract(), testRandFract(), testRandFract());
hwcCommit.cpp 121 const ColorFract defaultColor(0.5, 0.5, 0.5);
174 ColorFract color;
    [all...]

Completed in 219 milliseconds