Searched refs:glClearDepthx (Results 1 – 8 of 8) sorted by relevance
67 {"glClearDepthx", (void *)glClearDepthx},
70 glClearDepthx_t glClearDepthx; member342 …t_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval = glClearDepthx; glClearDepthx = f; re… in set_glClearDepthx()
291 void glClearDepthx(GLclampx depth) in glClearDepthx() function293 getDispatch()->glClearDepthx(depth); in glClearDepthx()
58 {"glClearDepthx", (void*)glClearDepthx},
60 glClearDepthx_client_proc_t glClearDepthx; member
60 glClearDepthx = (glClearDepthx_client_proc_t) getProc("glClearDepthx", userData); in initDispatchByName()
56 void glClearDepthx(GLclampx depth);591 void glClearDepthx(GLclampx depth) in glClearDepthx() function594 ctx->glClearDepthx(ctx, depth); in glClearDepthx()
8218 this->glClearDepthx = &glClearDepthx_enc; in gl_encoder_context_t()