Searched refs:glClearDepthf (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/ui/gl/
H A Dgl_implementation_ozone.cc21 glClearDepthf(static_cast<GLclampf>(depth));
H A Dgl_implementation_android.cc24 glClearDepthf(static_cast<GLclampf>(depth));
H A Dgl_implementation_x11.cc26 glClearDepthf(static_cast<GLclampf>(depth));
H A Dgl_implementation_win.cc39 glClearDepthf(static_cast<GLclampf>(depth));
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DClearTest.cpp72 glClearDepthf(0.0);
91 glClearDepthf(1.0f);
H A DBlendMinMaxTest.cpp102 glClearDepthf(0.0);
H A DBufferDataTest.cpp58 glClearDepthf(0.0);
H A DVertexAttributeTest.cpp101 glClearDepthf(0.0);
/external/chromium_org/third_party/angle/samples/angle/stencil_operations/
H A DStencilOperations.cpp67 glClearDepthf(0.75f);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl21 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl21 gl->clearDepthf = &glClearDepthf;
H A DglwInitES30Direct.inl21 gl->clearDepthf = &glClearDepthf;
/external/deqp/modules/gles3/functional/
H A Des3fSyncTests.cpp186 glClearDepthf (1.0f);
H A Des3fRasterizerDiscardTests.cpp300 glClearDepthf (1.0f);
322 glClearDepthf (FAIL_DEPTH);
H A Des3fOcclusionQueryTests.cpp210 glClearDepthf (1.0f);
265 glClearDepthf (0.0f);
H A Des3fRandomFragmentOpTests.cpp326 m_callLogWrapper.glClearDepthf(clearDepth);
/external/deqp/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp209 glClearDepthf (1.0f);
H A Des3sSyncTests.cpp174 glClearDepthf (1.0f);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h33 #define glClearDepthf GLES2_GET_FUN(ClearDepthf) macro
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dgraphics_3d.cc415 glClearDepthf(1.0f);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc415 glClearDepthf(1.0f);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp254 void ContextWrapper::glClearDepthf (float depth) function in class:sglr::ContextWrapper
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp326 m_callLogWrapper.glClearDepthf(clearDepth);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h507 #define glClearDepthf GLES2_GET_FUN(ClearDepthf) macro
656 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java96 public void glClearDepthf(float depth) { method in class:GLErrorLogger.ErrorLoggingGL
97 ((GL10)mGL).glClearDepthf(depth);

Completed in 1044 milliseconds

123