Searched refs:glClearDepthxOES (Results 1 – 8 of 8) sorted by relevance
180 {"glClearDepthxOES", (void *)glClearDepthxOES},
183 glClearDepthxOES_t glClearDepthxOES; member455 …thxOES(glClearDepthxOES_t f) { glClearDepthxOES_t retval = glClearDepthxOES; glClearDepthxOES = f;… in set_glClearDepthxOES()
856 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function858 getDispatch()->glClearDepthxOES(depth); in glClearDepthxOES()
170 {"glClearDepthxOES", (void*)glClearDepthxOES},
190 glClearDepthxOES_client_proc_t glClearDepthxOES; member
190 glClearDepthxOES = (glClearDepthxOES_client_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
186 void glClearDepthxOES(GLclampx depth);1375 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function1378 ctx->glClearDepthxOES(ctx, depth); in glClearDepthxOES()
8348 this->glClearDepthxOES = &glClearDepthxOES_enc; in gl_encoder_context_t()