Home
last modified time | relevance | path

Searched refs:glClearDepthxOES (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/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.cpp185 void glClearDepthxOES(GLclampx depth);
1375 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function
1378 ctx->glClearDepthxOES(ctx, depth); in glClearDepthxOES()
Dgl_enc.cpp9107 this->glClearDepthxOES = &glClearDepthxOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h194 glClearDepthxOES_server_proc_t glClearDepthxOES; member
Dgles1_server_context.cpp190 glClearDepthxOES = (glClearDepthxOES_server_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
Dgles1_dec.cpp3648 this->glClearDepthxOES(var_depth); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h565 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries39 void glClearDepthxOES( GLclampx depth);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h197 GL_API void GL_APIENTRY glClearDepthxOES (GLfixed depth);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h673 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h41 X(void, glClearDepthxOES, (GLclampx depth), (depth)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5217 GLAPI void APIENTRY glClearDepthxOES (GLfixed depth);