Home
last modified time | relevance | path

Searched refs:glClearDepthf (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/framework/egl/
DegluStaticES20Library.inl23 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
DegluStaticES30Library.inl35 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
/external/deqp/modules/gles3/stress/
Des3sSyncTests.cpp174 glClearDepthf (1.0f); in iterate()
Des3sOcclusionQueryTests.cpp209 glClearDepthf (1.0f); in iterate()
/external/deqp/modules/gles3/functional/
Des3fRasterizerDiscardTests.cpp300 glClearDepthf (1.0f); in iterate()
322 glClearDepthf (FAIL_DEPTH); in iterate()
Des3fSyncTests.cpp186 glClearDepthf (1.0f); in iterate()
Des3fOcclusionQueryTests.cpp210 glClearDepthf (1.0f); in iterate()
265 glClearDepthf (0.0f); in iterate()
Des3fRandomFragmentOpTests.cpp327 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl23 gl->clearDepthf = &glClearDepthf;
DglwInitES30Direct.inl35 gl->clearDepthf = &glClearDepthf;
DglwInitES20.inl23 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
DglwInitES31Direct.inl39 gl->clearDepthf = &glClearDepthf;
DglwInitES30.inl35 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
DglwInitES31.inl39 gl->clearDepthf = (glClearDepthfFunc) loader->get("glClearDepthf");
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl58 "glClearDepthf",
212 "glClearDepthf",
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp254 void ContextWrapper::glClearDepthf (float depth) in glClearDepthf() function in sglr::ContextWrapper
DsglrContextWrapper.hpp65 void glClearDepthf (float depth);
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp327 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
Des2fFloatStateQueryTests.cpp1049 glClearDepthf(ref); in test()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java96 public void glClearDepthf(float depth) { in glClearDepthf() method in GLErrorLogger.ErrorLoggingGL
97 ((GL10)mGL).glClearDepthf(depth); in glClearDepthf()
/external/deqp/doc/
DGLES2 Negative API Functions.txt112 x glClearDepthf (GLclampf depth);
DGLES3 Negative API Functions.txt176 x glClearDepthf (GLclampf depth);
/external/mesa3d/include/GLES2/
Dgl2.h491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);
/external/mesa3d/include/GLES/
Dgl.h595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl62 gl->clearDepthf = glClearDepthf;

12