Home
last modified time | relevance | path

Searched refs:_c3 (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h55 ColorFract(): _c1(0.0), _c2(0.0), _c3(0.0) {}; in ColorFract()
56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {}; in ColorFract()
59 float c3(void) const { return _c3; } in c3()
66 float _c3; variable