Home
last modified time | relevance | path

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

123

/external/deqp/framework/egl/
DegluStaticES20Library.inl42 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
DegluStaticES30Library.inl64 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp216 glDepthRangef(m_zNear, m_zFar); in iterate()
338 glDepthRangef(m_zNear, m_zFar); in iterate()
349 glDepthRangef(0.0f, 1.0f); in iterate()
Des2fFloatStateQueryTests.cpp765 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f); in test()
779 glDepthRangef(n, f); in test()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DRenderContext.java87 Gdx.gl.glDepthRangef(this.depthRangeNear = depthRangeNear, this.depthRangeFar = depthRangeFar); in setDepthTest()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl42 gl->depthRangef = &glDepthRangef;
DglwInitES30Direct.inl64 gl->depthRangef = &glDepthRangef;
DglwInitES20.inl42 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
DglwInitES31Direct.inl70 gl->depthRangef = &glDepthRangef;
DglwInitES32Direct.inl80 gl->depthRangef = &glDepthRangef;
DglwInitES30.inl64 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java153 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in GwtGL20Debug
155 super.glDepthRangef(zNear, zFar); in glDepthRangef()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java116 public native void glDepthRangef ( float zNear, float zFar ); in glDepthRangef() method in IOSGLES20
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGL20.java115 public native void glDepthRangef (float zNear, float zFar); in glDepthRangef() method in AndroidGL20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java116 public native void glDepthRangef ( float zNear, float zFar ); in glDepthRangef() method in IOSGLES20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java134 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in JglfwGL20
135 GL.glDepthRangef(zNear, zFar); in glDepthRangef()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java167 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in GL20Profiler
169 gl20.glDepthRangef(zNear, zFar); in glDepthRangef()
DGL30Profiler.java168 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in GL30Profiler
170 gl30.glDepthRangef(zNear, zFar); in glDepthRangef()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl78 "glDepthRangef",
231 "glDepthRangef",
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL20.java374 public void glDepthRangef (float zNear, float zFar); in glDepthRangef() method
/external/deqp/modules/gles3/functional/
Des3fRasterizerDiscardTests.cpp292 glDepthRangef (0.0f, 1.0f); in iterate()
Des3fFloatStateQueryTests.cpp858 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f); in test()
870 glDepthRangef(n, f); in test()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java195 public void glDepthRangef(float zNear, float zFar) { in glDepthRangef() method in GLErrorLogger.ErrorLoggingGL
196 ((GL10)mGL).glDepthRangef(zNear, zFar); in glDepthRangef()
/external/deqp/doc/
DGLES2 Negative API Functions.txt77 x glDepthRangef (GLclampf zNear, GLclampf zFar);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp86 void glDepthRangef (float n, float f);

123