Searched refs:setClearColor (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 307 void setClearColor(float red, float green, float blue, float alpha);
|
D | Context.cpp | 53 setClearColor(0.0f, 0.0f, 0.0f, 0.0f); in Context() 352 void Context::setClearColor(float red, float green, float blue, float alpha) in setClearColor() function in es1::Context
|
D | libGLES_CM.cpp | 488 context->setClearColor(red, green, blue, alpha); in ClearColor()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 442 void setClearColor(float red, float green, float blue, float alpha);
|
D | Context.cpp | 54 setClearColor(0.0f, 0.0f, 0.0f, 0.0f); in Context() 342 void Context::setClearColor(float red, float green, float blue, float alpha) in setClearColor() function in es2::Context
|
D | libGLESv2.cpp | 623 context->setClearColor(red, green, blue, alpha); in ClearColor()
|