Searched refs:TwoSideEnabled (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.c250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled))
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled))
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dstate.c359 ctx->VertexProgram._TwoSideEnabled = ctx->VertexProgram.TwoSideEnabled;
H A Denable.c852 if (ctx->VertexProgram.TwoSideEnabled == state)
855 ctx->VertexProgram.TwoSideEnabled = state;
1560 return ctx->VertexProgram.TwoSideEnabled;
H A Dattrib.c326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,
H A Dmtypes.h2051 GLboolean TwoSideEnabled; /**< GL_VERTEX_PROGRAM_TWO_SIDE_ARB/NV */ member in struct:gl_vertex_program_state
H A Dget.c1157 CONTEXT_BOOL(VertexProgram.TwoSideEnabled),
/external/mesa3d/src/mesa/main/
H A Dstate.c359 ctx->VertexProgram._TwoSideEnabled = ctx->VertexProgram.TwoSideEnabled;
H A Denable.c852 if (ctx->VertexProgram.TwoSideEnabled == state)
855 ctx->VertexProgram.TwoSideEnabled = state;
1560 return ctx->VertexProgram.TwoSideEnabled;
H A Dattrib.c326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,
H A Dmtypes.h2051 GLboolean TwoSideEnabled; /**< GL_VERTEX_PROGRAM_TWO_SIDE_ARB/NV */ member in struct:gl_vertex_program_state
H A Dget.c1157 CONTEXT_BOOL(VertexProgram.TwoSideEnabled),
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c94 ctx->VertexProgram.TwoSideEnabled = GL_FALSE;
/external/mesa3d/src/mesa/program/
H A Dprogram.c94 ctx->VertexProgram.TwoSideEnabled = GL_FALSE;

Completed in 8096 milliseconds