Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstate.h112 return ctx->VertexProgram.TwoSideEnabled; in _mesa_vertex_program_two_side_enabled()
Denable.c1068 if (ctx->VertexProgram.TwoSideEnabled == state) in _mesa_set_enable()
1071 ctx->VertexProgram.TwoSideEnabled = state; in _mesa_set_enable()
1834 return ctx->VertexProgram.TwoSideEnabled; in _mesa_IsEnabled()
Dattrib.c397 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled; in _mesa_PushAttrib()
742 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled, in pop_enable_group()
Dmtypes.h2292 GLboolean TwoSideEnabled; /**< GL_VERTEX_PROGRAM_TWO_SIDE_ARB/NV */ member
/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c252 (ctx->VertexProgram._Current && ctx->VertexProgram.TwoSideEnabled)) in _swsetup_choose_trifuncs()
/external/mesa3d/src/mesa/program/
Dprogram.c92 ctx->VertexProgram.TwoSideEnabled = GL_FALSE; in _mesa_init_program()