Searched refs:glClearColorxOES (Results 1 – 8 of 8) 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 | 185 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 | 8347 this->glClearColorxOES = &glClearColorxOES_enc; in gl_encoder_context_t()
|