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

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 54 ctx->cullState.cullFace = mode - GL_FRONT;
63 ctx->cullState.frontFace = mode - GL_CW;
156 changed |= ctx->cullState.enable ^ enable;
157 ctx->cullState.enable = enable;
pixelflinger2.h 166 } cullState;
raster.cpp 504 if (GL_CCW == ctx->cullState.frontFace + GL_CW)
507 if (false && ctx->cullState.enable) { // TODO: turn off for now
508 switch (ctx->cullState.cullFace + GL_FRONT) {

Completed in 50 milliseconds