Home
last modified time | relevance | path

Searched refs:_FrontBit (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpolygon.c109 ctx->Polygon._FrontBit = (GLboolean) (mode == GL_CW); in _mesa_FrontFace()
322 ctx->Polygon._FrontBit = 0; in _mesa_init_polygon()
Dmtypes.h1087 GLboolean _FrontBit; /**< 0=GL_CCW, 1=GL_CW */ member
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit; in TAG()
365 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit; in TAG()
/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit; in TAG()