Searched refs:frontFace (Results 1 – 4 of 4) sorted by relevance
34 c->cull.frontFace = GL_CCW; in ogles_init_vertex()
279 c->cull.frontFace = mode; in glFrontFace()
343 GLenum frontFace; member
830 const GLenum face = (winding == c->cull.frontFace) ? GL_FRONT : GL_BACK; in cull_triangle()