Home
last modified time | relevance | path

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

12

/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/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;
DglwInitES30.inl64 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
DglwInitES31.inl70 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
DglwInitGL42.inl87 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
DglwInitGL41.inl86 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
DglwInitGL43.inl94 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl78 "glDepthRangef",
231 "glDepthRangef",
/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/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/deqp/doc/
DGLES2 Negative API Functions.txt77 x glDepthRangef (GLclampf zNear, GLclampf zFar);
DGLES3 Negative API Functions.txt132 x glDepthRangef (GLclampf zNear, GLclampf zFar);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp86 void glDepthRangef (float n, float f);
DsglrGLContext.cpp522 m_wrapper->glDepthRangef(n, f); in depthRangef()
/external/mesa3d/include/GLES/
Dgl.h598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/external/mesa3d/include/GLES2/
Dgl2.h510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl130 gl->depthRangef = glDepthRangef;

12