Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {}; in ColorRGB()
74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray, NOLINT(google-explicit-constructor) in ColorRGB()
75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB()
77 float g(void) const { return _g; } in g()
82 float _g; variable