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

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
lines.c 107 * Updates gl_line_attrib::StippleFactor and gl_line_attrib::StipplePattern. On
121 if (ctx->Line.StippleFactor == factor &&
127 ctx->Line.StippleFactor = factor;
150 ctx->Line.StippleFactor = 1;
attrib.c 1041 TEST_AND_CALL2(Line.StippleFactor, Line.StipplePattern, LineStipple);
mtypes.h 634 GLint StippleFactor; /**< Stipple repeat factor */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
lines.c 107 * Updates gl_line_attrib::StippleFactor and gl_line_attrib::StipplePattern. On
121 if (ctx->Line.StippleFactor == factor &&
127 ctx->Line.StippleFactor = factor;
150 ctx->Line.StippleFactor = 1;
attrib.c 1284 _mesa_LineStipple(line->StippleFactor, line->StipplePattern);
mtypes.h 659 GLint StippleFactor; /**< Stipple repeat factor */
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
geom-stipple-lines.c 27 static GLuint StippleFactor = 2;
228 "uniform float StippleFactor; \n"
247 " stippleCoord = len / StippleFactor / 32.0; // Note: not 16, see above \n"
295 uStippleFactor = glGetUniformLocation(Program, "StippleFactor");
298 glUniform1f(uStippleFactor, StippleFactor);
310 glLineStipple(StippleFactor, StipplePattern);
311 SetStippleUniform(StippleFactor, StipplePattern);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_rasterizer.c 257 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_lines.c 46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
s_aalinetemp.h 199 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_rasterizer.c 253 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_lines.c 46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
s_aalinetemp.h 199 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 477 { GL_LINE_STIPPLE_REPEAT, CONTEXT_INT(Line.StippleFactor), NO_EXTRA },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 469 { GL_LINE_STIPPLE_REPEAT, CONTEXT_INT(Line.StippleFactor), NO_EXTRA },
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 190 line.LineStippleInverseRepeatCount = 1.0f / ctx->Line.StippleFactor;
191 line.LineStippleRepeatCount = ctx->Line.StippleFactor;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c 196 line.LineStippleInverseRepeatCount = 1.0f / ctx->Line.StippleFactor;
197 line.LineStippleRepeatCount = ctx->Line.StippleFactor;

Completed in 44 milliseconds