Home
last modified time | relevance | path

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

123

/external/deqp/framework/egl/
DegluStaticES20Library.inl23 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
DegluStaticES30Library.inl35 { "glClearDepthf", (deFunctionPtr)glClearDepthf },
/external/mesa3d/src/mapi/es1api/
DABI-check24 glClearDepthf
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def43 glClearDepthf @34
Dexports.map44 glClearDepthf;
/external/mesa3d/src/mapi/es2api/
DABI-check39 glClearDepthf
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def20 glClearDepthf @18
Dexports.map21 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.cpp328 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;
DglwInitES32Direct.inl44 gl->clearDepthf = &glClearDepthf;
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c100 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp254 void ContextWrapper::glClearDepthf (float depth) in glClearDepthf() function in sglr::ContextWrapper
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl58 "glClearDepthf",
212 "glClearDepthf",
/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/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp328 m_callLogWrapper.glClearDepthf(clearDepth); in iterate()
/external/deqp/doc/
DGLES2 Negative API Functions.txt112 x glClearDepthf (GLclampf depth);

123