Searched refs:glDepthRangefOES (Results 1 – 17 of 17) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 232 {"glDepthRangefOES", (void*)glDepthRangefOES},
|
D | gl_client_context.h | 252 glDepthRangefOES_client_proc_t glDepthRangefOES; member
|
D | gl_client_context.cpp | 252 glDepthRangefOES = (glDepthRangefOES_client_proc_t) getProc("glDepthRangefOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar); 1751 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES() function 1754 ctx->glDepthRangefOES(ctx, zNear, zFar); in glDepthRangefOES()
|
D | gl_enc.cpp | 9169 this->glDepthRangefOES = &glDepthRangefOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 44 API_ENTRY(glDepthRangefOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 44 API_ENTRY(glDepthRangefOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 260 glDepthRangefOES_server_proc_t glDepthRangefOES; member
|
D | gles1_server_context.cpp | 252 glDepthRangefOES = (glDepthRangefOES_server_proc_t) getProc("glDepthRangefOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4953 this->glDepthRangefOES(var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 75 void glDepthRangefOES( GLclampf zNear, GLclampf zFar);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 247 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 404 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 850 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 77 X(void, glDepthRangefOES, (GLclampf zNear, GLclampf zFar), (zNear, zFar)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5346 GLAPI void APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
|