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

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h58 ColorFract(): _c1(0.0), _c2(0.0), _c3(0.0) {};
59 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {};
60 float c1(void) const { return _c1; }
67 float _c1; member in class:ColorFract

Completed in 171 milliseconds