HomeSort by: relevance | last modified time | path
    Searched refs:PointSizeEnabled (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_util.h 117 /* PointSizeEnabled is always set in ES2 contexts */
118 return ctx->VertexProgram.PointSizeEnabled;
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_context.c 182 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_rasterizer.c 210 /* PointSizeEnabled is always set in ES2 contexts */
211 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_context.c 180 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_points.c 58 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
550 ctx->VertexProgram.PointSizeEnabled) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_points.c 58 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
557 ctx->VertexProgram.PointSizeEnabled) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_state.h 344 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_state.h 347 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
enable.c 127 if (ctx->VertexProgram.PointSizeEnabled != state) {
129 ctx->VertexProgram.PointSizeEnabled = state;
1117 if (ctx->VertexProgram.PointSizeEnabled == state)
1120 ctx->VertexProgram.PointSizeEnabled = state;
1894 return ctx->VertexProgram.PointSizeEnabled;
attrib.c 197 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
467 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
mtypes.h 2330 GLboolean PointSizeEnabled; /**< GL_VERTEX_PROGRAM_POINT_SIZE_ARB/NV */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
enable.c 111 ctx->VertexProgram.PointSizeEnabled = state;
942 if (ctx->VertexProgram.PointSizeEnabled == state)
945 ctx->VertexProgram.PointSizeEnabled = state;
1672 return ctx->VertexProgram.PointSizeEnabled;
attrib.c 394 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
737 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
mtypes.h 2274 GLboolean PointSizeEnabled; /**< GL_VERTEX_PROGRAM_POINT_SIZE_ARB/NV */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program.c 90 ctx->VertexProgram.PointSizeEnabled =
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
program.c 91 ctx->VertexProgram.PointSizeEnabled =
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_fragprog.c 1263 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_fragprog.c 1263 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 605 { GL_VERTEX_PROGRAM_POINT_SIZE_ARB, CONTEXT_BOOL(VertexProgram.PointSizeEnabled), extra_ARB_vertex_program },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 598 { GL_VERTEX_PROGRAM_POINT_SIZE_ARB, CONTEXT_BOOL(VertexProgram.PointSizeEnabled), extra_ARB_vertex_program },
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_state.c 609 (ctx->VertexProgram.Enabled && ctx->VertexProgram.PointSizeEnabled)) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_state.c 609 (ctx->VertexProgram.Enabled && ctx->VertexProgram.PointSizeEnabled)) {

Completed in 28 milliseconds