Home | History | Annotate | Download | only in main

Lines Matching refs:VertexProgram

108          ctx->VertexProgram.PointSizeEnabled = state;
862 if (ctx->VertexProgram.Enabled == state)
865 ctx->VertexProgram.Enabled = state;
874 if (ctx->VertexProgram.PointSizeEnabled == state)
877 ctx->VertexProgram.PointSizeEnabled = state;
883 if (ctx->VertexProgram.TwoSideEnabled == state)
886 ctx->VertexProgram.TwoSideEnabled = state;
1526 return ctx->VertexProgram.Enabled;
1534 return ctx->VertexProgram.PointSizeEnabled;
1539 return ctx->VertexProgram.TwoSideEnabled;