Home
last modified time | relevance | path

Searched refs:glClearDepthxOES (Results 1 – 8 of 8) 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.cpp186 void glClearDepthxOES(GLclampx depth);
1375 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function
1378 ctx->glClearDepthxOES(ctx, depth); in glClearDepthxOES()
Dgl_enc.cpp8348 this->glClearDepthxOES = &glClearDepthxOES_enc; in gl_encoder_context_t()