Searched refs:glDepthRangef (Results 1 – 25 of 79) sorted by relevance
1234
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 42 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
|
D | egluStaticES30Library.inl | 64 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
|
D | egluStaticES31Library.inl | 70 { "glDepthRangef", (deFunctionPtr)glDepthRangef },
|
D | egluStaticES32Library.inl | 80 { "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/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 8 glDepthRangef @6
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 36 glDepthRangef
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 63 glDepthRangef @50
|
D | libGLES_CM.lds | 64 glDepthRangef;
|
/external/angle/src/tests/gl_tests/ |
D | ReadOnlyFeedbackLoopTest.cpp | 33 glDepthRangef(-1.0f, 1.0f); in testSetUp()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.lds | 40 glDepthRangef;
|
D | libGLESv2.def | 39 glDepthRangef @38
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 77 glDepthRangef
|
/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 | glwInitES32Direct.inl | 80 gl->depthRangef = &glDepthRangef;
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.1.rst | 192 - mesa: Add glDepthRangef and glClearDepthf to APIspec.xml. 230 - mesa: Add support for glDepthRangef and glClearDepthf.
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizerDiscardTests.cpp | 292 glDepthRangef (0.0f, 1.0f); in iterate()
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 814 glDepthRangef
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_with_capture_autogen.def | 47 glDepthRangef
|
D | libGLESv2_no_capture_autogen.def | 47 glDepthRangef
|
/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()
|
1234