/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 23 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
|
D | egluStaticES30Library.inl | 35 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
|
/external/deqp/modules/gles3/stress/ |
D | es3sSyncTests.cpp | 174 glClearDepthf (1.0f); in iterate()
|
D | es3sOcclusionQueryTests.cpp | 209 glClearDepthf (1.0f); in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizerDiscardTests.cpp | 300 glClearDepthf (1.0f); in iterate() 322 glClearDepthf (FAIL_DEPTH); in iterate()
|
D | es3fSyncTests.cpp | 186 glClearDepthf (1.0f); in iterate()
|
D | es3fOcclusionQueryTests.cpp | 210 glClearDepthf (1.0f); in iterate() 265 glClearDepthf (0.0f); in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 327 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 23 gl->clearDepthf = &glClearDepthf;
|
D | glwInitES30Direct.inl | 35 gl->clearDepthf = &glClearDepthf;
|
D | glwInitES20.inl | 23 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
|
D | glwInitES31Direct.inl | 39 gl->clearDepthf = &glClearDepthf;
|
D | glwInitES30.inl | 35 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
|
D | glwInitES31.inl | 39 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 58 "glClearDepthf", 212 "glClearDepthf",
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 254 void ContextWrapper::glClearDepthf (float depth) in glClearDepthf() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 65 void glClearDepthf (float depth);
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 327 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
|
D | es2fFloatStateQueryTests.cpp | 1049 glClearDepthf(ref); in test()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 96 public void glClearDepthf(float depth) { in glClearDepthf() method in GLErrorLogger.ErrorLoggingGL 97 ((GL10)mGL).glClearDepthf(depth); in glClearDepthf()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 112 x glClearDepthf (GLclampf depth);
|
D | GLES3 Negative API Functions.txt | 176 x glClearDepthf (GLclampf depth);
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 62 gl->clearDepthf = glClearDepthf;
|