Searched refs:ColorRGB (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h74 class ColorRGB { class
76 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {}; function in class:ColorRGB
77 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray function in class:ColorRGB
78 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; function in class:ColorRGB

Completed in 35 milliseconds