HomeSort by relevance Sort by last modified time
    Searched refs:PointSizeEnabled (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_state.c 268 sf->sf7.use_point_size_state = !(ctx->VertexProgram.PointSizeEnabled ||
brw_state.h 454 return (!ctx->VertexProgram.PointSizeEnabled && !ctx->Point._Attenuated) ||
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 205 /* PointSizeEnabled is always set in ES2 contexts */
206 raster->point_size_per_vertex = ctx->VertexProgram.PointSizeEnabled;
  /external/mesa3d/src/mesa/tnl/
t_context.c 179 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled)
  /external/mesa3d/src/mesa/swrast/
s_points.c 58 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
557 ctx->VertexProgram.PointSizeEnabled) {
  /external/mesa3d/src/mesa/main/
enable.c 108 ctx->VertexProgram.PointSizeEnabled = state;
874 if (ctx->VertexProgram.PointSizeEnabled == state)
877 ctx->VertexProgram.PointSizeEnabled = state;
    [all...]
attrib.c 382 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
700 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/program/
program.c 88 ctx->VertexProgram.PointSizeEnabled =
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 609 (ctx->VertexProgram.Enabled && ctx->VertexProgram.PointSizeEnabled)) {
    [all...]

Completed in 2897 milliseconds