Searched defs:glClearColor (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_client_context.h | 14 glClearColor_client_proc_t glClearColor; member
|
D | gl_entry.cpp | 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 14 glClearColor_server_proc_t glClearColor; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 29 glClearColor_client_proc_t glClearColor; member
|
D | gl2_entry.cpp | 551 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 557 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor() function
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 31 glClearColor_server_proc_t glClearColor; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 865 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glClearColor() function
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 164 #define glClearColor MANGLE(ClearColor) macro
|