Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstate.h98 return ctx->VertexProgram.TwoSideEnabled; in _mesa_vertex_program_two_side_enabled()
Denable.c945 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()
Dattrib.c383 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled; in _mesa_PushAttrib()
703 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled, in pop_enable_group()
Dmtypes.h2276 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()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h579 …{ GL_VERTEX_PROGRAM_TWO_SIDE_ARB, CONTEXT_BOOL(VertexProgram.TwoSideEnabled), extra_ARB_vertex_pro…