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

  /external/mesa3d/src/mesa/main/
blend.c 241 FLUSH_VERTICES(ctx, _NEW_COLOR);
305 FLUSH_VERTICES(ctx, _NEW_COLOR);
374 FLUSH_VERTICES(ctx, _NEW_COLOR);
414 FLUSH_VERTICES(ctx, _NEW_COLOR);
467 FLUSH_VERTICES(ctx, _NEW_COLOR);
513 FLUSH_VERTICES(ctx, _NEW_COLOR);
556 FLUSH_VERTICES(ctx, _NEW_COLOR);
601 FLUSH_VERTICES(ctx, _NEW_COLOR);
662 FLUSH_VERTICES(ctx, _NEW_COLOR);
679 FLUSH_VERTICES(ctx, _NEW_COLOR);
    [all...]
clear.c 54 FLUSH_VERTICES(ctx, _NEW_COLOR);
89 FLUSH_VERTICES(ctx, _NEW_COLOR);
112 FLUSH_VERTICES(ctx, _NEW_COLOR);
135 FLUSH_VERTICES(ctx, _NEW_COLOR);
state.c 473 _NEW_COLOR);
528 if (new_state & (_NEW_COLOR | _NEW_BUFFERS))
enable.c 280 FLUSH_VERTICES(ctx, _NEW_COLOR);
296 FLUSH_VERTICES(ctx, _NEW_COLOR);
365 FLUSH_VERTICES(ctx, _NEW_COLOR);
433 FLUSH_VERTICES(ctx, _NEW_COLOR);
441 FLUSH_VERTICES(ctx, _NEW_COLOR);
    [all...]
debug.c 75 (state & _NEW_COLOR) ? "ctx->Color, " : "",
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 71 /* _NEW_COLOR, _NEW_MULTISAMPLE */
103 _NEW_COLOR | _NEW_BUFFERS |
184 /* CACHE_NEW_WM_PROG | _NEW_COLOR
233 _NEW_COLOR),
brw_cc.c 145 /* _NEW_COLOR */
232 .mesa = _NEW_STENCIL | _NEW_COLOR | _NEW_DEPTH,
255 .mesa = _NEW_COLOR,
gen6_cc.c 82 /* _NEW_COLOR */
148 /* _NEW_COLOR */
156 /* _NEW_COLOR */
201 .mesa = (_NEW_COLOR |
220 /* _NEW_COLOR */
228 /* _NEW_COLOR */
239 .mesa = _NEW_COLOR | _NEW_STENCIL,
brw_wm_state.c 55 /* _NEW_COLOR */
163 /* _NEW_COLOR */
187 /* _NEW_BUFFERS | _NEW_COLOR */
254 _NEW_COLOR |
gen6_wm_state.c 162 /* CACHE_NEW_WM_PROG | _NEW_COLOR */
186 /* _NEW_COLOR, _NEW_MULTISAMPLE */
232 _NEW_COLOR |
brw_state_upload.c 331 DEFINE_BIT(_NEW_COLOR),
brw_wm.c 502 /* _NEW_COLOR */
643 .mesa = (_NEW_COLOR |
brw_wm_surface_state.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_depth.c 156 (_NEW_DEPTH|_NEW_STENCIL|_NEW_COLOR), /* mesa */
st_atom_blend.c 291 (_NEW_COLOR | _NEW_MULTISAMPLE), /* XXX _NEW_BLEND someday? */ /* mesa */
  /external/mesa3d/src/mesa/swrast/
s_context.h 104 _NEW_COLOR| \
s_context.c 311 _NEW_COLOR| \
339 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR
577 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM))
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 704 * Check _NEW_COLOR to detect dither enable/disable.
706 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) {

Completed in 254 milliseconds