HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_POLYGON (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.h 38 _NEW_POLYGON | \
i915_context.c 73 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS | _NEW_POLYGON))
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.h 38 _NEW_POLYGON | \
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 70 FLUSH_VERTICES(ctx, _NEW_POLYGON);
106 FLUSH_VERTICES(ctx, _NEW_POLYGON);
152 FLUSH_VERTICES(ctx, _NEW_POLYGON);
159 FLUSH_VERTICES(ctx, _NEW_POLYGON);
170 FLUSH_VERTICES(ctx, _NEW_POLYGON);
284 FLUSH_VERTICES(ctx, _NEW_POLYGON);
state.c 418 if (1/*new_state & _NEW_POLYGON*/) {
501 if (new_state & _NEW_POLYGON)
535 if (new_state & (_NEW_POINT | _NEW_LINE | _NEW_POLYGON | _NEW_LIGHT
  /external/mesa3d/src/mesa/main/
polygon.c 70 FLUSH_VERTICES(ctx, _NEW_POLYGON);
106 FLUSH_VERTICES(ctx, _NEW_POLYGON);
152 FLUSH_VERTICES(ctx, _NEW_POLYGON);
159 FLUSH_VERTICES(ctx, _NEW_POLYGON);
170 FLUSH_VERTICES(ctx, _NEW_POLYGON);
284 FLUSH_VERTICES(ctx, _NEW_POLYGON);
state.c 418 if (1/*new_state & _NEW_POLYGON*/) {
501 if (new_state & _NEW_POLYGON)
535 if (new_state & (_NEW_POINT | _NEW_LINE | _NEW_POLYGON | _NEW_LIGHT
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_clip_state.c 53 /* _NEW_POLYGON */
116 _NEW_POLYGON |
brw_sf.c 197 /* _NEW_POLYGON */
216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
brw_vtbl.c 144 intel->NewGLState |= _NEW_POLYGON;
gen7_wm_state.c 56 /* _NEW_POLYGON */
102 .mesa = (_NEW_LINE | _NEW_POLYGON |
brw_clip.c 161 /* _NEW_POLYGON */
218 /* _NEW_POLYGON, _NEW_BUFFERS */
259 _NEW_POLYGON |
brw_sf_state.c 202 /* _NEW_POLYGON */
214 /* _NEW_POLYGON */
318 .mesa = (_NEW_POLYGON |
brw_wm_state.c 203 /* _NEW_POLYGON */
251 .mesa = (_NEW_POLYGON |
gen6_sf_state.c 147 /* _NEW_POLYGON */
200 /* _NEW_POLYGON */
356 _NEW_POLYGON |
gen6_wm_state.c 173 /* _NEW_POLYGON */
235 _NEW_POLYGON |
gen7_sf_state.c 175 /* _NEW_POLYGON */
308 _NEW_POLYGON |
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_clip_state.c 53 /* _NEW_POLYGON */
116 _NEW_POLYGON |
brw_sf.c 197 /* _NEW_POLYGON */
216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
brw_vtbl.c 144 intel->NewGLState |= _NEW_POLYGON;
gen7_wm_state.c 56 /* _NEW_POLYGON */
102 .mesa = (_NEW_LINE | _NEW_POLYGON |
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_shader.c 143 * _NEW_POLYGON, ST_NEW_EDGEFLAGS_DATA
166 _NEW_POLYGON, /* mesa */
st_atom_rasterizer.c 68 /* _NEW_POLYGON, _NEW_BUFFERS
100 /* _NEW_POLYGON
119 /* _NEW_POLYGON
136 /* _NEW_POLYGON
264 _NEW_POLYGON |
  /external/mesa3d/src/mesa/state_tracker/
st_atom_shader.c 143 * _NEW_POLYGON, ST_NEW_EDGEFLAGS_DATA
166 _NEW_POLYGON, /* mesa */
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.c 43 #define _SWSETUP_NEW_RENDERINDEX (_NEW_POLYGON|_NEW_LIGHT|_NEW_PROGRAM)

Completed in 1506 milliseconds

1 2 3