Searched refs:_swrast_InvalidateState (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/swrast/ |
D | swrast.h | 248 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state );
|
D | NOTES | 32 void _swrast_InvalidateState( struct gl_context *ctx, GLuint new_state );
|
D | s_context.c | 652 _swrast_InvalidateState( struct gl_context *ctx, GLbitfield new_state ) in _swrast_InvalidateState() function
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 62 _swrast_InvalidateState(ctx, new_state); in i915InvalidateState()
|
D | intel_context.c | 324 _swrast_InvalidateState(ctx, new_state); in intelInvalidateState()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 500 _swrast_InvalidateState(ctx, new_state); in nouveau_update_state()
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 701 _swrast_InvalidateState( ctx, new_state ); in xmesa_update_state()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 208 _swrast_InvalidateState(ctx, new_state); in brw_update_state()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 2033 _swrast_InvalidateState( ctx, new_state ); in radeonInvalidateState()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 2269 _swrast_InvalidateState( ctx, new_state ); in r200InvalidateState()
|