Home
last modified time | relevance | path

Searched refs:glClearDepthx (Results 1 – 12 of 12) 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.cpp55 void glClearDepthx(GLclampx depth);
591 void glClearDepthx(GLclampx depth) in glClearDepthx() function
594 ctx->glClearDepthx(ctx, depth); in glClearDepthx()
Dgl_enc.cpp8419 this->glClearDepthx = &glClearDepthx_enc; in gl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp327 glClearDepthxOES = glClearDepthx; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries55 void glClearDepthx(GLclampx depth);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in48 GL_ENTRY(void, glClearDepthx, GLclampx depth)