HomeSort by relevance Sort by last modified time
    Searched refs:_c2 (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 55 ColorFract(): _c1(0.0), _c2(0.0), _c3(0.0) {};
56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {};
58 float c2(void) const { return _c2; }
65 float _c2; member in class:ColorFract
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]

Completed in 423 milliseconds