Searched refs:glCullFace (Results 1 – 25 of 28) sorted by relevance
12
40 glCullFace, in BindSkiaToCommandBufferGL()
43 glCullFace, in GrGLSetDefaultGLInterface()
30 glCullFace @28
157 glCullFace(GL_FRONT); in GL_Init()
994 glCullFace(GL_BACK); in R_SetupGL()997 glCullFace(GL_FRONT); in R_SetupGL()1175 glCullFace(GL_FRONT);
309 glCullFace(GL_FRONT); in GL_Init()
481 glCullFace(GL_FRONT); in GL_Init()
339 glCullFace(GL_FRONT); in GL_Init()
533 glCullFace(GL_FRONT); in GL_Init()
623 glCullFace(GL_FRONT); in GL_Init()
661 glCullFace(GL_FRONT); in Draw_AlphaPic()
343 #define glCullFace(...) do { glCullFace(__VA_ARGS__); GLCHECK("glCullFace");} while(0) macro
1213 glCullFace(GL_BACK); in R_SetupGL()1216 glCullFace(GL_FRONT); in R_SetupGL()1452 glCullFace(GL_FRONT); in R_Mirror()
200 glCullFace(GL_FRONT); in GL_Init()
318 glCullFace(GL_FRONT); in GL_Init()
589 glCullFace(GL_FRONT); in GL_Init()
63 gDefaultInterface.fCullFace = glCullFace; in GrGLSetDefaultGLInterface()
57 gDefaultInterface.fCullFace = glCullFace; in GrGLSetDefaultGLInterface()
46 gDefaultInterface.fCullFace = glCullFace; in GrGLSetDefaultGLInterface()
62 gDefaultInterface.fCullFace = glCullFace; in GrGLSetDefaultGLInterface()
501 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
63 SDL_PROC_UNUSED(void,glCullFace,(GLenum mode))
572 ::glCullFace(mode); in cullFace()