Home
last modified time | relevance | path

Searched refs:setClearColor (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/tests/
DDefaultFramebufferBlit_unittest.cpp80 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/
DGLEScontext.h411 void setClearColor(GLclampf red, GLclampf green, GLclampf blue,
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp560 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/
DGLEScontext.cpp1710 void GLEScontext::setClearColor(GLclampf red, GLclampf green, GLclampf blue, in setClearColor() function in GLEScontext
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp867 ctx->setClearColor(red,green, blue, alpha); in glClearColor()