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

  /external/mesa3d/src/mesa/main/
blend.c 262 FLUSH_VERTICES(ctx, _NEW_COLOR);
327 FLUSH_VERTICES(ctx, _NEW_COLOR);
451 FLUSH_VERTICES(ctx, _NEW_COLOR);
493 FLUSH_VERTICES(ctx, _NEW_COLOR);
559 FLUSH_VERTICES(ctx, _NEW_COLOR);
612 FLUSH_VERTICES(ctx, _NEW_COLOR);
648 FLUSH_VERTICES(ctx, _NEW_COLOR);
692 FLUSH_VERTICES(ctx, _NEW_COLOR);
752 FLUSH_VERTICES(ctx, _NEW_COLOR);
768 FLUSH_VERTICES(ctx, _NEW_COLOR);
    [all...]
enable.c 296 FLUSH_VERTICES(ctx, _NEW_COLOR);
312 FLUSH_VERTICES(ctx, _NEW_COLOR);
378 FLUSH_VERTICES(ctx, _NEW_COLOR);
439 FLUSH_VERTICES(ctx, _NEW_COLOR);
457 FLUSH_VERTICES(ctx, _NEW_COLOR);
    [all...]
state.c 402 _NEW_COLOR);
debug.c 81 (state & _NEW_COLOR) ? "ctx->Color, " : "",
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 85 /* _NEW_COLOR */
174 /* _NEW_COLOR */
182 /* _NEW_COLOR */
246 _NEW_COLOR |
265 /* _NEW_COLOR */
276 /* _NEW_COLOR */
300 .mesa = _NEW_COLOR |
gen7_wm_state.c 72 /* _NEW_COLOR, _NEW_MULTISAMPLE _NEW_BUFFERS */
82 /* _NEW_BUFFERS | _NEW_COLOR */
119 * BRW_NEW_FRAGMENT_PROGRAM | BRW_NEW_FS_PROG_DATA | _NEW_BUFFERS | _NEW_COLOR
136 _NEW_COLOR |
259 /* BRW_NEW_FS_PROG_DATA | _NEW_COLOR */
275 _NEW_COLOR |
gen8_blend_state.c 73 /* _NEW_COLOR */
98 /* _NEW_COLOR */
198 _NEW_COLOR |
217 /* BRW_NEW_FRAGMENT_PROGRAM | _NEW_BUFFERS | _NEW_COLOR */
222 /* _NEW_COLOR */
291 _NEW_COLOR |
gen8_ps_state.c 104 * BRW_NEW_FS_PROG_DATA | BRW_NEW_FRAGMENT_PROGRAM | _NEW_BUFFERS | _NEW_COLOR
130 .mesa = _NEW_BUFFERS | _NEW_COLOR,
brw_cc.c 162 /* _NEW_COLOR */
251 _NEW_COLOR |
277 .mesa = _NEW_COLOR,
brw_wm_state.c 59 /* _NEW_COLOR */
180 /* _NEW_COLOR */
186 /* _NEW_BUFFERS | _NEW_COLOR */
261 _NEW_COLOR |
gen6_wm_state.c 249 /* BRW_NEW_FS_PROG_DATA | _NEW_COLOR */
254 /* _NEW_COLOR, _NEW_MULTISAMPLE _NEW_BUFFERS */
263 /* _NEW_LINE | _NEW_POLYGON | _NEW_BUFFERS | _NEW_COLOR |
278 _NEW_COLOR |
gen8_depth_state.c 299 * _NEW_COLOR: 3DSTATE_PS_BLEND::AlphaTestEnable
384 _NEW_COLOR |
brw_state_upload.c 577 DEFINE_BIT(_NEW_COLOR),
brw_wm.c 427 _NEW_COLOR |
458 /* _NEW_COLOR */
532 /* _NEW_COLOR */
536 /* _NEW_MULTISAMPLE, _NEW_COLOR, _NEW_BUFFERS */
558 /* _NEW_COLOR | _NEW_BUFFERS */
brw_wm_surface_state.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 105 _NEW_COLOR| \
s_context.c 308 _NEW_COLOR| \
336 #define _SWRAST_NEW_BLEND_FUNC _NEW_COLOR
575 if (swrast->NewState & (_NEW_COLOR | _NEW_PROGRAM))
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 221 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 237 if (new_state & _NEW_COLOR)
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 700 * Check _NEW_COLOR to detect dither enable/disable.
702 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) {
  /external/mesa3d/src/mesa/program/
prog_statevars.c 733 return _NEW_COLOR;
    [all...]

Completed in 415 milliseconds