Home
last modified time | relevance | path

Searched refs:glClearDepthx (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h67 {"glClearDepthx", (void *)glClearDepthx},
Dgles_dispatch.h70 glClearDepthx_t glClearDepthx; member
342 …t_glClearDepthx(glClearDepthx_t f) { glClearDepthx_t retval = glClearDepthx; glClearDepthx = f; re… in set_glClearDepthx()
Dgles.cpp291 void glClearDepthx(GLclampx depth) in glClearDepthx() function
293 getDispatch()->glClearDepthx(depth); in glClearDepthx()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h58 {"glClearDepthx", (void*)glClearDepthx},
Dgl_client_context.h60 glClearDepthx_client_proc_t glClearDepthx; member
Dgl_client_context.cpp60 glClearDepthx = (glClearDepthx_client_proc_t) getProc("glClearDepthx", userData); in initDispatchByName()
Dgl_entry.cpp56 void glClearDepthx(GLclampx depth);
591 void glClearDepthx(GLclampx depth) in glClearDepthx() function
594 ctx->glClearDepthx(ctx, depth); in glClearDepthx()
Dgl_enc.cpp8218 this->glClearDepthx = &glClearDepthx_enc; in gl_encoder_context_t()