Searched refs:GL_CCW (Results 1 – 6 of 6) sorted by relevance
86 if (mode!=GL_CW && mode!=GL_CCW) { in gl_FrontFace()
757 ctx->Polygon.FrontFace = GL_CCW; in initialize_context()
388 funcs->FrontFace(GL_CCW); in wglUseFontOutlines_common()
4949 mode = state->rasterizer_state && state->rasterizer_state->desc.front_ccw ? GL_CCW : GL_CW; in frontface()4951 mode = (mode == GL_CW) ? GL_CCW : GL_CW; in frontface()4962 mode = state->rasterizer_state && state->rasterizer_state->desc.front_ccw ? GL_CCW : GL_CW; in frontface_cc()
269 #define GL_CCW 0x0901 macro
372 #define GL_CCW 0x0901 macro