Searched refs:_FrontBit (Results 1 – 4 of 4) sorted by relevance
109 ctx->Polygon._FrontBit = (GLboolean) (mode == GL_CW); in _mesa_FrontFace()322 ctx->Polygon._FrontBit = 0; in _mesa_init_polygon()
1087 GLboolean _FrontBit; /**< 0=GL_CCW, 1=GL_CW */ member
140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit; in TAG()365 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit; in TAG()
61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit; in TAG()