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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_scissor_state.c 52 /* _NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT */
105 _NEW_SCISSOR |
brw_sf_state.c 80 /* _NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT
125 _NEW_SCISSOR |
188 /* _NEW_SCISSOR */
314 _NEW_SCISSOR,
gen8_sf_state.c 308 /* _NEW_SCISSOR */
344 _NEW_SCISSOR |
brw_state_upload.c 588 DEFINE_BIT(_NEW_SCISSOR),
  /external/mesa3d/src/mesa/main/
scissor.c 51 FLUSH_VERTICES(ctx, _NEW_SCISSOR);
256 FLUSH_VERTICES(ctx, _NEW_SCISSOR);
state.c 430 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT))
debug.c 92 (state & _NEW_SCISSOR) ? "ctx->Scissor, " : "",
enable.c 672 FLUSH_VERTICES(ctx, _NEW_SCISSOR);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 104 _NEW_SCISSOR| \
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 469 if (new_state & _NEW_SCISSOR)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 325 radeon->NewGLState |= _NEW_SCISSOR;
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 192 if (new_state & _NEW_SCISSOR)

Completed in 193 milliseconds