Home | History | Annotate | Download | only in main

Lines Matching refs:VertexProgram

131    GLboolean VertexProgram;
324 attr->VertexProgram = ctx->VertexProgram.Enabled;
325 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
616 TEST_AND_UPDATE(ctx->VertexProgram.Enabled,
617 enable->VertexProgram,
619 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,