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

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl23 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
H A DegluStaticES30Library.inl35 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl23 gl->clearDepthf = &glClearDepthf;
H A DglwInitES30Direct.inl35 gl->clearDepthf = &glClearDepthf;
H A DglwInitES31Direct.inl39 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.cpp327 m_callLogWrapper.glClearDepthf(clearDepth);
H A Des3fFloatStateQueryTests.cpp1176 glClearDepthf(ref);
H A Des3fMultisampleTests.cpp1069 GLU_CHECK_CALL(glClearDepthf(1.0f));
/external/deqp/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp209 glClearDepthf (1.0f);
H A Des3sSyncTests.cpp174 glClearDepthf (1.0f);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp254 void ContextWrapper::glClearDepthf (float depth) function in class:sglr::ContextWrapper
H A DsglrContextWrapper.hpp65 void glClearDepthf (float depth);
H A DsglrGLContext.cpp450 m_wrapper->glClearDepthf(depth);
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp327 m_callLogWrapper.glClearDepthf(clearDepth);
H A Des2fFloatStateQueryTests.cpp1049 glClearDepthf(ref);
H A Des2fMultisampleTests.cpp919 GLU_CHECK_CALL(glClearDepthf(1.0f));
/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);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/mesa3d/include/GLES/
H A Dgl.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/external/mesa3d/include/GLES2/
H A Dgl2.h491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl62 gl->clearDepthf = glClearDepthf;
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp1449 glClearDepthf(1.0f);

Completed in 289 milliseconds

12