Searched defs:glFrontFace (Results 1 – 9 of 9) sorted by relevance
101 void (*glFrontFace)(GLenum mode); member in LibGLES_CMexports
823 GL_API void GL_APIENTRY glFrontFace(GLenum mode) in glFrontFace() function
105 void (*glFrontFace)(GLenum mode); member in LibGLESv2exports
355 GL_APICALL void GL_APIENTRY glFrontFace(GLenum mode) in glFrontFace() function
275 public void glFrontFace(int mode) { in glFrontFace() method in GLErrorLogger.ErrorLoggingGL
229 #define glFrontFace glwFrontFace macro
651 #define glFrontFace MANGLE(FrontFace) macro
2025 GLW_APICALL void GLW_APIENTRY glFrontFace (GLenum mode) function
1592 void CallLogWrapper::glFrontFace (glw::GLenum mode) function in CallLogWrapper