HomeSort by relevance Sort by last modified time
    Searched refs:_FrontBit (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 109 ctx->Polygon._FrontBit = (GLboolean) (mode == GL_CW);
322 ctx->Polygon._FrontBit = 0;
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
polygon.c 109 ctx->Polygon._FrontBit = (GLboolean) (mode == GL_CW);
322 ctx->Polygon._FrontBit = 0;
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
365 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
365 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit;
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit;

Completed in 115 milliseconds