Home
last modified time | relevance | path

Searched defs:glDepthRangef (Results 1 – 17 of 17) sorted by relevance

/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
DGwtGL20.java304 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in GwtGL20
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java255 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in Lwjgl3GL20
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java259 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in LwjglGL20
/external/deqp/framework/opengl/wrapper/
DglwApi.inl130 #define glDepthRangef glwDepthRangef macro
/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
/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/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java167 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in GL20Profiler
DGL30Profiler.java168 public void glDepthRangef (float zNear, float zFar) { in glDepthRangef() method in GL30Profiler
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java195 public void glDepthRangef(float zNear, float zFar) { in glDepthRangef() method in GLErrorLogger.ErrorLoggingGL
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL20.java374 public void glDepthRangef (float zNear, float zFar); in glDepthRangef() method
/external/mesa3d/include/GL/
Dgl_mangle.h383 #define glDepthRangef MANGLE(DepthRangef) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl893 void CallLogWrapper::glDepthRangef (glw::GLfloat n, glw::GLfloat f) function in CallLogWrapper
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1072 GLW_APICALL void GLW_APIENTRY glDepthRangef (GLfloat n, GLfloat f) function
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglew.h3027 #define glDepthRangef GLEW_GET_FUN(__glewDepthRangef) macro