Home
last modified time | relevance | path

Searched defs:rgbColor (Results 1 – 3 of 3) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcolor_space_YCoCg.inl9 tvec3<T, P> const & rgbColor
37 tvec3<T, P> const & rgbColor
66 tvec3<T, P> const & rgbColor
94 tvec3<T, P> const & rgbColor
Dcolor_space.inl7 GLM_FUNC_QUALIFIER tvec3<T, P> rgbColor(const tvec3<T, P>& hsvColor) function
10 tvec3<T, P> rgbColor; local
64 GLM_FUNC_QUALIFIER tvec3<T, P> hsvColor(const tvec3<T, P>& rgbColor)
/external/angle/src/tests/gl_tests/
DImageTest.cpp1977 GLubyte rgbColor[4] = {0, 0, 255, 255}; in TEST_P() local