/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | es1_conversion.c | 104 _es_DepthRangex(GLclampx zNear, GLclampx zFar) in _es_DepthRangex() 187 GLfloat zNear, GLfloat zFar) in _es_Frustumf() 199 GLfixed zNear, GLfixed zFar) in _es_Frustumx() 654 GLfloat zNear, GLfloat zFar) in _es_Orthof() 666 GLfixed zNear, GLfixed zFar) in _es_Orthox()
|
/external/mesa3d/src/mesa/main/ |
D | es1_conversion.c | 104 _es_DepthRangex(GLclampx zNear, GLclampx zFar) in _es_DepthRangex() 187 GLfloat zNear, GLfloat zFar) in _es_Frustumf() 199 GLfixed zNear, GLfixed zFar) in _es_Frustumx() 654 GLfloat zNear, GLfloat zFar) in _es_Orthof() 666 GLfixed zNear, GLfixed zFar) in _es_Orthox()
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
D | PssmShadowRenderer.java | 345 float zFar = zFarOverride; in postQueue() local 494 public void setShadowZExtend(float zFar) { in setShadowZExtend()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 195 public void glDepthRangef(float zNear, float zFar) { in glDepthRangef() 200 public void glDepthRangex(int zNear, int zFar) { in glDepthRangex() 281 float top, float zNear, float zFar) { in glFrustumf() 288 int zNear, int zFar) { in glFrustumx() 511 float zNear, float zFar) { in glOrthof() 518 int zNear, int zFar) { in glOrthox()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Context.h | 150 float zFar; member
|
D | Context.cpp | 385 void Context::setDepthRange(float zNear, float zFar) in setDepthRange()
|
D | libGLESv2.cpp | 1956 void __stdcall glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
|
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 1114 GLfloat zNear, GLfloat zFar, GLfloat depthMax) in _math_matrix_viewport()
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_matrix.c | 1114 GLfloat zNear, GLfloat zFar, GLfloat depthMax) in _math_matrix_viewport()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp_shared.h | 2781 static void APIENTRY noopDepthRange(GLclampd zNear, GLclampd zFar) in noopDepthRange() 2787 …rustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in noopFrustum() 2828 …pOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in noopOrtho() 5113 static void APIENTRY noopDepthRangef(GLclampf zNear, GLclampf zFar) in noopDepthRangef() 6439 static void APIENTRY noopDepthRangexOES(GLclampx zNear, GLclampx zFar) in noopDepthRangexOES() 6457 …pFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in noopFrustumxOES() 6571 …oopOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in noopOrthoxOES() 6667 …pFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in noopFrustumfOES() 6679 …oopOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in noopOrthofOES() 14819 void APIENTRY shared_dispatch_stub_288(GLclampd zNear, GLclampd zFar) in shared_dispatch_stub_288() [all …]
|
D | indirect.c | 3817 void __indirect_glDepthRange(GLclampd zNear, GLclampd zFar) in __indirect_glDepthRange() 3829 …rustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in __indirect_glFrustum() 3910 …lOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in __indirect_glOrtho()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 360 void GLES2Implementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef()
|
D | gles2_c_lib_autogen.h | 139 void GLES2DepthRangef(GLclampf zNear, GLclampf zFar) { in GLES2DepthRangef()
|
D | gles2_trace_implementation_impl_autogen.h | 218 void GLES2TraceImplementation::DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef()
|
D | gles2_cmd_helper_autogen.h | 378 void DepthRangef(GLclampf zNear, GLclampf zFar) { in DepthRangef()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer9.cpp | 1074 bool Renderer9::setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode… in setViewport()
|
D | Renderer11.cpp | 764 bool Renderer11::setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMod… in setViewport()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | MockWebGraphicsContext3D.h | 105 virtual void depthRange(WGC3Dclampf zNear, WGC3Dclampf zFar) { } in depthRange()
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 202 void GL_APIENTRY glDepthRangef(GLclampf zNear, GLclampf zFar) { in glDepthRangef()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 325 void DepthRangef(PP_Resource context_id, GLclampf zNear, GLclampf zFar) { in DepthRangef()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_autogen.h | 625 GLclampf zFar = static_cast<GLclampf>(c.zFar); in HandleDepthRangef() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.cpp | 1725 void WebGLRenderingContext::depthRange(GC3Dfloat zNear, GC3Dfloat zFar) in depthRange()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 1977 float zFar; member
|