Searched refs:glClearDepthxOES (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 180 {"glClearDepthxOES", (void *)glClearDepthxOES},
|
D | gles_dispatch.h | 183 glClearDepthxOES_t glClearDepthxOES; member 455 …thxOES(glClearDepthxOES_t f) { glClearDepthxOES_t retval = glClearDepthxOES; glClearDepthxOES = f;… in set_glClearDepthxOES()
|
D | gles.cpp | 856 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function 858 getDispatch()->glClearDepthxOES(depth); in glClearDepthxOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 170 {"glClearDepthxOES", (void*)glClearDepthxOES},
|
D | gl_client_context.h | 190 glClearDepthxOES_client_proc_t glClearDepthxOES; member
|
D | gl_client_context.cpp | 190 glClearDepthxOES = (glClearDepthxOES_client_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 185 void glClearDepthxOES(GLclampx depth); 1375 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function 1378 ctx->glClearDepthxOES(ctx, depth); in glClearDepthxOES()
|
D | gl_enc.cpp | 8549 this->glClearDepthxOES = &glClearDepthxOES_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 43 glClearDepthxOES;
|
D | gles1_wrapper_context.h | 190 glClearDepthxOES_wrapper_proc_t glClearDepthxOES; member
|
D | gles1_wrapper_context.cpp | 190 glClearDepthxOES = (glClearDepthxOES_wrapper_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 185 void glClearDepthxOES(GLclampx depth); 1369 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function 1372 ctx->glClearDepthxOES( depth); in glClearDepthxOES()
|
D | gles1.in | 185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 327 glClearDepthxOES = glClearDepthx; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 669 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
|