/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTransformation_unittest.cpp | 65 gl->glDepthRangef(testRange[0], testRange[1]); in stateChange()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 16 {"glDepthRangef", (void*)glDepthRangef},
|
D | gl_client_context.h | 18 glDepthRangef_client_proc_t glDepthRangef; member
|
D | gl_client_context.cpp | 18 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
|
D | gl_entry.cpp | 13 void glDepthRangef(GLclampf zNear, GLclampf zFar); 339 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() function 342 ctx->glDepthRangef(ctx, zNear, zFar); in glDepthRangef()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 47 {"glDepthRangef", (void*)glDepthRangef},
|
D | gl2_client_context.h | 49 glDepthRangef_client_proc_t glDepthRangef; member
|
D | gl2_client_context.cpp | 49 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles_common.entries | 34 void glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles_common_for_gles2.entries | 35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles_common_dispatch_logging_wrappers.impl | 130 DISPATCH_DEBUG_LOG("glDepthRangef(zNear:%f, zFar:%f)", zNear, zFar);
|
D | gles12tr_internal.entries | 74 void glDepthRangef( GLclampf zNear, GLclampf zFar);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 36 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 36 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar);
|
D | gles_common_functions.h | 36 X(void, glDepthRangef, (GLclampf zNear, GLclampf zFar), (zNear, zFar)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 18 glDepthRangef_server_proc_t glDepthRangef; member
|
D | gles1_server_context.cpp | 18 glDepthRangef = (glDepthRangef_server_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 919 dispatcher.glDepthRangef(m_zNear, m_zFar); in postLoadRestoreCtx() 2701 gl.glDepthRangef(0.0f, 1.0f); in copyTexImageWithEmulation() 3007 gl.glDepthRangef(0.0f, 1.0f); in blitFromReadBufferToTextureFlipped() 3063 gl.glDepthRangef(m_zNear, m_zFar); in blitFromReadBufferToTextureFlipped() 3134 gl.glDepthRangef(0.0f, 1.0f); in blitFromReadBufferToEGLImage() 3189 gl.glDepthRangef(m_zNear, m_zFar); in blitFromReadBufferToEGLImage()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 60 glDepthRangef_server_proc_t glDepthRangef; member
|
D | gles2_server_context.cpp | 49 glDepthRangef = (glDepthRangef_server_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 390 GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 137 GL_API void GL_APIENTRY glDepthRangef( GLclampf zNear, GLclampf zFar); 275 …epthRangefOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDepthRangef); in getProcAddressGles1() 872 GL_API void GL_APIENTRY glDepthRangef( GLclampf zNear, GLclampf zFar) { in glDepthRangef() function
|