Searched refs:glClearColorxOES (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 179 {"glClearColorxOES", (void *)glClearColorxOES},
|
D | gles_dispatch.h | 182 glClearColorxOES_t glClearColorxOES; member 454 …orxOES(glClearColorxOES_t f) { glClearColorxOES_t retval = glClearColorxOES; glClearColorxOES = f;… in set_glClearColorxOES()
|
D | gles.cpp | 851 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES() function 853 getDispatch()->glClearColorxOES(red, green, blue, alpha); in glClearColorxOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 169 {"glClearColorxOES", (void*)glClearColorxOES},
|
D | gl_client_context.h | 189 glClearColorxOES_client_proc_t glClearColorxOES; member
|
D | gl_client_context.cpp | 189 glClearColorxOES = (glClearColorxOES_client_proc_t) getProc("glClearColorxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 184 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 1369 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES() function 1372 ctx->glClearColorxOES(ctx, red, green, blue, alpha); in glClearColorxOES()
|
D | gl_enc.cpp | 8548 this->glClearColorxOES = &glClearColorxOES_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 325 glClearColorxOES = glClearColorx; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 184 GL_ENTRY(void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp…
|