Home
last modified time | relevance | path

Searched refs:_NEW_VIEWPORT (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/main/
Dviewport.c74 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewViewport ? 0 : _NEW_VIEWPORT); in set_viewport_no_notify()
295 FLUSH_VERTICES(ctx, _NEW_VIEWPORT); in set_depth_range_no_notify()
516 _NEW_TRANSFORM | _NEW_VIEWPORT); in clip_control()
Ddebug.c96 (state & _NEW_VIEWPORT) ? "ctx->Viewport, " : "", in _mesa_print_state()
Dmtypes.h4319 #define _NEW_VIEWPORT (1u << 18) /**< gl_context::Viewport */ macro
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c460 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in nouveau_update_state()
477 if (new_state & _NEW_VIEWPORT) in nouveau_update_state()
/external/mesa3d/src/mesa/tnl/
Dt_context.c194 if (new_state & (_NEW_VIEWPORT | _NEW_BUFFERS)) { in _tnl_InvalidateState()
/external/mesa3d/src/mesa/swrast/
Ds_context.h110 _NEW_VIEWPORT| \
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c67 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in i915InvalidateState()
Dintel_context.c327 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in intelInvalidateState()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c271 DEFINE_BIT(_NEW_VIEWPORT),
DgenX_state_upload.c1341 _NEW_VIEWPORT,
2229 _NEW_VIEWPORT,
2321 _NEW_VIEWPORT,
2537 _NEW_VIEWPORT |
Dbrw_context.c185 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in intel_update_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c319 ctx->NewState |= _NEW_VIEWPORT; in radeon_draw_buffer()
Dradeon_state.c2051 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in radeonInvalidateState()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c319 ctx->NewState |= _NEW_VIEWPORT; in radeon_draw_buffer()
Dr200_state.c2286 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in r200InvalidateState()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c706 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in update_state()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c675 return _NEW_VIEWPORT; in _mesa_program_state_flags()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c688 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in xmesa_update_state()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c122 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in osmesa_update_state()