Home
last modified time | relevance | path

Searched refs:_NEW_RENDERMODE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dfeedback.c88 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); /* Always flush */ in _mesa_FeedbackBuffer()
173 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_SelectBuffer()
285 ctx->NewState |= _NEW_RENDERMODE; in _mesa_InitNames()
313 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_LoadName()
347 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_PushName()
377 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_PopName()
420 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_RenderMode()
Dstate.c401 _NEW_RENDERMODE | _NEW_PROGRAM | _NEW_FRAG_CLAMP | in _mesa_update_state_locked()
Ddebug.c98 (state & _NEW_RENDERMODE) ? "ctx->RenderMode, " : "", in _mesa_print_state()
Dmtypes.h4071 #define _NEW_RENDERMODE (1u << 21) /**< gl_context::RenderMode, etc */ macro
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c875 _NEW_RENDERMODE | \
882 _NEW_RENDERMODE | \
889 _NEW_RENDERMODE | \
/external/mesa3d/src/mesa/swrast/
Ds_context.c304 _NEW_RENDERMODE| \
316 _NEW_RENDERMODE| \
325 _NEW_RENDERMODE | \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c594 DEFINE_BIT(_NEW_RENDERMODE),