Searched refs:glClearDepthxOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 170 {"glClearDepthxOES", (void*)glClearDepthxOES},
|
D | gl_client_context.h | 190 glClearDepthxOES_client_proc_t glClearDepthxOES; member
|
D | gl_client_context.cpp | 190 glClearDepthxOES = (glClearDepthxOES_client_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 185 void glClearDepthxOES(GLclampx depth); 1375 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() function 1378 ctx->glClearDepthxOES(ctx, depth); in glClearDepthxOES()
|
D | gl_enc.cpp | 9107 this->glClearDepthxOES = &glClearDepthxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 194 glClearDepthxOES_server_proc_t glClearDepthxOES; member
|
D | gles1_server_context.cpp | 190 glClearDepthxOES = (glClearDepthxOES_server_proc_t) getProc("glClearDepthxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3648 this->glClearDepthxOES(var_depth); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 565 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 39 void glClearDepthxOES( GLclampx depth);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 197 GL_API void GL_APIENTRY glClearDepthxOES (GLfixed depth);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 673 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 41 X(void, glClearDepthxOES, (GLclampx depth), (depth)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5217 GLAPI void APIENTRY glClearDepthxOES (GLfixed depth);
|