Home
last modified time | relevance | path

Searched refs:glClearDepthxOES (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h180 {"glClearDepthxOES", (void *)glClearDepthxOES},
Dgles_dispatch.h183 glClearDepthxOES_t glClearDepthxOES; member
455 …thxOES(glClearDepthxOES_t f) { glClearDepthxOES_t retval = glClearDepthxOES; glClearDepthxOES = f;… in set_glClearDepthxOES()
Dgles.cpp856 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function
858 getDispatch()->glClearDepthxOES(depth); in glClearDepthxOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h170 {"glClearDepthxOES", (void*)glClearDepthxOES},
Dgl_client_context.h190 glClearDepthxOES_client_proc_t glClearDepthxOES; member
Dgl_client_context.cpp190 glClearDepthxOES = (glClearDepthxOES_client_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
Dgl_entry.cpp185 void glClearDepthxOES(GLclampx depth);
1375 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function
1378 ctx->glClearDepthxOES(ctx, depth); in glClearDepthxOES()
Dgl_enc.cpp8549 this->glClearDepthxOES = &glClearDepthxOES_enc; in gl_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds43 glClearDepthxOES;
Dgles1_wrapper_context.h190 glClearDepthxOES_wrapper_proc_t glClearDepthxOES; member
Dgles1_wrapper_context.cpp190 glClearDepthxOES = (glClearDepthxOES_wrapper_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp185 void glClearDepthxOES(GLclampx depth);
1369 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function
1372 ctx->glClearDepthxOES( depth); in glClearDepthxOES()
Dgles1.in185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp327 glClearDepthxOES = glClearDepthx; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h669 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);