Home
last modified time | relevance | path

Searched defs:glClearColor (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_client_context.h14 glClearColor_client_proc_t glClearColor; member
Dgl_entry.cpp315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h14 glClearColor_server_proc_t glClearColor; member
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_client_context.h29 glClearColor_client_proc_t glClearColor; member
Dgl2_entry.cpp551 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp557 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor() function
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h31 glClearColor_server_proc_t glClearColor; member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp865 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/
Dgl_mangle.h164 #define glClearColor MANGLE(ClearColor) macro