Searched refs:TwoSideEnabled (Results 1 – 7 of 7) sorted by relevance
98 return ctx->VertexProgram.TwoSideEnabled; in _mesa_vertex_program_two_side_enabled()
945 if (ctx->VertexProgram.TwoSideEnabled == state) in _mesa_set_enable()948 ctx->VertexProgram.TwoSideEnabled = state; in _mesa_set_enable()1637 return ctx->VertexProgram.TwoSideEnabled; in _mesa_IsEnabled()
383 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled; in _mesa_PushAttrib()703 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled, in pop_enable_group()
2276 GLboolean TwoSideEnabled; /**< GL_VERTEX_PROGRAM_TWO_SIDE_ARB/NV */ member
252 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled)) in _swsetup_choose_trifuncs()
92 ctx->VertexProgram.TwoSideEnabled = GL_FALSE; in _mesa_init_program()
579 …{ GL_VERTEX_PROGRAM_TWO_SIDE_ARB, CONTEXT_BOOL(VertexProgram.TwoSideEnabled), extra_ARB_vertex_pro…