Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dstate.h107 return ctx->VertexProgram.TwoSideEnabled; in _mesa_vertex_program_two_side_enabled()
Denable.c1100 if (ctx->VertexProgram.TwoSideEnabled == state) in _mesa_set_enable()
1103 ctx->VertexProgram.TwoSideEnabled = state; in _mesa_set_enable()
1863 return ctx->VertexProgram.TwoSideEnabled; in _mesa_IsEnabled()
Dattrib.c199 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled; in _mesa_PushAttrib()
471 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled, in pop_enable_group()
Dmtypes.h2122 GLboolean TwoSideEnabled; /**< GL_VERTEX_PROGRAM_TWO_SIDE_ARB/NV */ member
/third_party/mesa3d/src/mesa/program/
Dprogram.c95 ctx->VertexProgram.TwoSideEnabled = GL_FALSE; in _mesa_init_program()