Searched refs:setClearColor (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | DefaultFramebufferBlit_unittest.cpp | 80 void setClearColor(float r, float g, float b, float a) { in setClearColor() function in gfxstream::__anon4ca025bc0111::ClearColor 146 setClearColor(drawColor[0], drawColor[1], drawColor[2], drawColor[3]); in drawWithColor()
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLEScontext.h | 411 void setClearColor(GLclampf red, GLclampf green, GLclampf blue,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 560 ctx->setClearColor(red, green, blue, alpha); in glClearColor() 567 ctx->setClearColor(X2F(red),X2F(green),X2F(blue),X2F(alpha)); in glClearColorx()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 1710 void GLEScontext::setClearColor(GLclampf red, GLclampf green, GLclampf blue, in setClearColor() function in GLEScontext
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 867 ctx->setClearColor(red,green, blue, alpha); in glClearColor()
|