Searched defs:glClearDepthf (Results 1 – 10 of 10) sorted by relevance
61 void (*glClearDepthf)(GLclampf depth); member in LibGLES_CMexports
631 GL_API void GL_APIENTRY glClearDepthf(GLclampf depth) in glClearDepthf() function
62 void (*glClearDepthf)(GLclampf depth); member in LibGLESv2exports
128 GL_APICALL void GL_APIENTRY glClearDepthf(GLclampf depth) in glClearDepthf() function
254 void ContextWrapper::glClearDepthf (float depth) in glClearDepthf() function in sglr::ContextWrapper
96 public void glClearDepthf(float depth) { in glClearDepthf() method in GLErrorLogger.ErrorLoggingGL
65 #define glClearDepthf glwClearDepthf macro
192 #define glClearDepthf MANGLE(ClearDepthf) macro
478 GLW_APICALL void GLW_APIENTRY glClearDepthf (GLfloat d) function
429 void CallLogWrapper::glClearDepthf (glw::GLfloat d) function in CallLogWrapper