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

  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled))
  /external/mesa3d/src/mesa/main/
state.c 359 ctx->VertexProgram._TwoSideEnabled = ctx->VertexProgram.TwoSideEnabled;
enable.c 852 if (ctx->VertexProgram.TwoSideEnabled == state)
855 ctx->VertexProgram.TwoSideEnabled = state;
    [all...]
attrib.c 326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,
    [all...]
mtypes.h     [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/program/
program.c 94 ctx->VertexProgram.TwoSideEnabled = GL_FALSE;
    [all...]

Completed in 51 milliseconds