/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 23 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
|
D | egluStaticES30Library.inl | 35 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
|
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 24 glClearDepthf
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 43 glClearDepthf @34
|
D | exports.map | 44 glClearDepthf;
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 39 glClearDepthf
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 20 glClearDepthf @18
|
D | exports.map | 21 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 | 328 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 | glwInitES32Direct.inl | 44 gl->clearDepthf = &glClearDepthf;
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 100 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 254 void ContextWrapper::glClearDepthf (float depth) in glClearDepthf() function in sglr::ContextWrapper
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 58 "glClearDepthf", 212 "glClearDepthf",
|
/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/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 328 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 112 x glClearDepthf (GLclampf depth);
|