Home
last modified time | relevance | path

Searched refs:TwoSideEnabled (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c250 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled)) in _swsetup_choose_trifuncs()
/external/mesa3d/src/mesa/main/
Denable.c852 if (ctx->VertexProgram.TwoSideEnabled == state) in _mesa_set_enable()
855 ctx->VertexProgram.TwoSideEnabled = state; in _mesa_set_enable()
1560 return ctx->VertexProgram.TwoSideEnabled; in _mesa_IsEnabled()
Dstate.c359 ctx->VertexProgram._TwoSideEnabled = ctx->VertexProgram.TwoSideEnabled; in update_twoside()
Dattrib.c326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled; in _mesa_PushAttrib()
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled, in pop_enable_group()
Dmtypes.h2051 GLboolean TwoSideEnabled; /**< GL_VERTEX_PROGRAM_TWO_SIDE_ARB/NV */ member
Dget.c1157 CONTEXT_BOOL(VertexProgram.TwoSideEnabled),
/external/mesa3d/src/mesa/program/
Dprogram.c94 ctx->VertexProgram.TwoSideEnabled = GL_FALSE; in _mesa_init_program()