/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | ClearTest.cpp | 72 glClearDepthf(0.0); in TEST_F() 91 glClearDepthf(1.0f); in TEST_F()
|
D | BlendMinMaxTest.cpp | 102 glClearDepthf(0.0); in SetUp()
|
D | BufferDataTest.cpp | 58 glClearDepthf(0.0); in SetUp()
|
D | VertexAttributeTest.cpp | 101 glClearDepthf(0.0); in SetUp()
|
/external/chromium_org/ui/gl/ |
D | gl_implementation_ozone.cc | 21 glClearDepthf(static_cast<GLclampf>(depth)); in MarshalClearDepthToClearDepthf()
|
D | gl_implementation_android.cc | 24 glClearDepthf(static_cast<GLclampf>(depth)); in MarshalClearDepthToClearDepthf()
|
D | gl_implementation_x11.cc | 26 glClearDepthf(static_cast<GLclampf>(depth)); in MarshalClearDepthToClearDepthf()
|
D | gl_implementation_win.cc | 39 glClearDepthf(static_cast<GLclampf>(depth)); in MarshalClearDepthToClearDepthf()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 21 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
|
/external/chromium_org/third_party/angle/samples/angle/stencil_operations/ |
D | StencilOperations.cpp | 67 glClearDepthf(0.75f); in initialize()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 20 glClearDepthf @18
|
/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 | 326 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 21 gl->clearDepthf = &glClearDepthf;
|
D | glwInitES30Direct.inl | 21 gl->clearDepthf = &glClearDepthf;
|
D | glwInitES20.inl | 21 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 33 #define glClearDepthf GLES2_GET_FUN(ClearDepthf) macro
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
D | cube.cc | 415 glClearDepthf(1.0f); in Render()
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
D | graphics_3d.cc | 415 glClearDepthf(1.0f); in Render()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 254 void ContextWrapper::glClearDepthf (float depth) in glClearDepthf() function in sglr::ContextWrapper
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 507 #define glClearDepthf GLES2_GET_FUN(ClearDepthf) macro 656 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
|