Searched refs:setupFillWithColor (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.h | 177 void setupFillWithColor(float r, float g, float b, float a);
|
H A D | GLESRenderEngine.cpp | 649 setupFillWithColor(red, green, blue, alpha); in fillRegionWithColor() 1402 void GLESRenderEngine::setupFillWithColor(float r, float g, float b, float a) { in setupFillWithColor() function in android::renderengine::gl::GLESRenderEngine
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.h | 166 void setupFillWithColor(float r, float g, float b, float a);
|
H A D | GLESRenderEngine.cpp | 588 setupFillWithColor(red, green, blue, alpha); in fillRegionWithColor() 1323 void GLESRenderEngine::setupFillWithColor(float r, float g, float b, float a) { in setupFillWithColor() function in android::renderengine::gl::GLESRenderEngine
|