Home
last modified time | relevance | path

Searched refs:glDepthRangef (Results 1 – 25 of 51) sorted by relevance

123

/hardware/google/gfxstream/host/tests/
DGLSnapshotTransformation_unittest.cpp65 gl->glDepthRangef(testRange[0], testRange[1]); in stateChange()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h16 {"glDepthRangef", (void*)glDepthRangef},
Dgl_client_context.h18 glDepthRangef_client_proc_t glDepthRangef; member
Dgl_client_context.cpp18 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
Dgl_entry.cpp13 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/
Dgl2_ftable.h47 {"glDepthRangef", (void*)glDepthRangef},
Dgl2_client_context.h49 glDepthRangef_client_proc_t glDepthRangef; member
Dgl2_client_context.cpp49 glDepthRangef = (glDepthRangef_client_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles_common.entries34 void glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles_common_for_gles2.entries35 void glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles_common_dispatch_logging_wrappers.impl130 DISPATCH_DEBUG_LOG("glDepthRangef(zNear:%f, zFar:%f)", zNear, zFar);
Dgles12tr_internal.entries74 void glDepthRangef( GLclampf zNear, GLclampf zFar);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h36 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles_common_for_gles2_static_translator_namespaced_header.h36 GL_APICALL void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar);
Dgles_common_functions.h36 X(void, glDepthRangef, (GLclampf zNear, GLclampf zFar), (zNear, zFar)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h18 glDepthRangef_server_proc_t glDepthRangef; member
Dgles1_server_context.cpp18 glDepthRangef = (glDepthRangef_server_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp919 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/
Dgles2_server_context.h60 glDepthRangef_server_proc_t glDepthRangef; member
Dgles2_server_context.cpp49 glDepthRangef = (glDepthRangef_server_proc_t) getProc("glDepthRangef", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h390 GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f);
/hardware/google/gfxstream/include/GLES/
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp137 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

123