Searched refs:glClearDepthx (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 58 {"glClearDepthx", (void*)glClearDepthx},
|
D | gl_client_context.h | 60 glClearDepthx_client_proc_t glClearDepthx; member
|
D | gl_client_context.cpp | 60 glClearDepthx = (glClearDepthx_client_proc_t) getProc("glClearDepthx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 55 void glClearDepthx(GLclampx depth); 591 void glClearDepthx(GLclampx depth) in glClearDepthx() function 594 ctx->glClearDepthx(ctx, depth); in glClearDepthx()
|
D | gl_enc.cpp | 8977 this->glClearDepthx = &glClearDepthx_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 60 glClearDepthx_server_proc_t glClearDepthx; member
|
D | gles1_server_context.cpp | 60 glClearDepthx = (glClearDepthx_server_proc_t) getProc("glClearDepthx", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 997 this->glClearDepthx(var_depth); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 72 void glClearDepthx(GLclampx depth);
|
D | gles1_only_dispatch_logging_wrappers.impl | 335 DISPATCH_DEBUG_LOG("glClearDepthx(depth:%d)", depth);
|
D | gles12tr_internal.entries | 38 void glClearDepthx( GLclampx depth);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 74 GL_APICALL void GL_APIENTRY glClearDepthx(GLclampx depth);
|
D | gles1_only_functions.h | 74 X(void, glClearDepthx, (GLclampx depth), (depth)) \
|
D | gles12tr_internal.h | 40 X(void, glClearDepthx, (GLclampx depth), (depth)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 432 GL_API void GL_APIENTRY glClearDepthx (GLfixed depth);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 48 GL_ENTRY(void, glClearDepthx, GLclampx depth)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 167 X(void, glClearDepthx, (GLclampx depth), (depth)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 579 GL_API void GL_APIENTRY glClearDepthx( GLclampx depth) { in glClearDepthx() function
|