Searched defs:glCullFace (Results 1 – 9 of 9) sorted by relevance
78 void (*glCullFace)(GLenum mode); member in LibGLES_CMexports
708 GL_API void GL_APIENTRY glCullFace(GLenum mode) in glCullFace() function
74 void (*glCullFace)(GLenum mode); member in LibGLESv2exports
180 GL_APICALL void GL_APIENTRY glCullFace(GLenum mode) in glCullFace() function
170 public void glCullFace(int mode) { in glCullFace() method in GLErrorLogger.ErrorLoggingGL
140 #define glCullFace glwCullFace macro
400 #define glCullFace MANGLE(CullFace) macro
1336 GLW_APICALL void GLW_APIENTRY glCullFace (GLenum mode) function
966 void CallLogWrapper::glCullFace (glw::GLenum mode) function in CallLogWrapper