/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 42 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
|
D | egluStaticES30Library.inl | 64 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthRangeTests.cpp | 216 glDepthRangef(m_zNear, m_zFar); in iterate() 338 glDepthRangef(m_zNear, m_zFar); in iterate() 349 glDepthRangef(0.0f, 1.0f); in iterate()
|
D | es2fFloatStateQueryTests.cpp | 765 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f); in test() 779 glDepthRangef(n, f); in test()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 42 gl->depthRangef = &glDepthRangef;
|
D | glwInitES30Direct.inl | 64 gl->depthRangef = &glDepthRangef;
|
D | glwInitES20.inl | 42 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
|
D | glwInitES31Direct.inl | 70 gl->depthRangef = &glDepthRangef;
|
D | glwInitES30.inl | 64 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
|
D | glwInitES31.inl | 70 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
|
D | glwInitGL42.inl | 87 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
|
D | glwInitGL41.inl | 86 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
|
D | glwInitGL43.inl | 94 gl->depthRangef = (glDepthRangefFunc) loader->get("glDepthRangef");
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 78 "glDepthRangef", 231 "glDepthRangef",
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizerDiscardTests.cpp | 292 glDepthRangef (0.0f, 1.0f); in iterate()
|
D | es3fFloatStateQueryTests.cpp | 858 glDepthRangef(fixedTests[ndx].n, fixedTests[ndx].f); in test() 870 glDepthRangef(n, f); in test()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 195 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/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 77 x glDepthRangef (GLclampf zNear, GLclampf zFar);
|
D | GLES3 Negative API Functions.txt | 132 x glDepthRangef (GLclampf zNear, GLclampf zFar);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 86 void glDepthRangef (float n, float f);
|
D | sglrGLContext.cpp | 522 m_wrapper->glDepthRangef(n, f); in depthRangef()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 510 GL_APICALL void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 130 gl->depthRangef = glDepthRangef;
|