Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dfeedback.c87 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); /* Always flush */ in _mesa_FeedbackBuffer()
172 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_SelectBuffer()
284 ctx->NewState |= _NEW_RENDERMODE; in _mesa_InitNames()
312 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_LoadName()
346 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_PushName()
376 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_PopName()
419 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_RenderMode()
Dstate.c426 _NEW_RENDERMODE | _NEW_COLOR | _NEW_TEXTURE_STATE); in _mesa_update_state_locked()
Ddebug.c98 (state & _NEW_RENDERMODE) ? "ctx->RenderMode, " : "", in _mesa_print_state()
Dmtypes.h4556 #define _NEW_RENDERMODE (1u << 21) /**< gl_context::RenderMode, etc */ macro
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c879 _NEW_RENDERMODE | \
886 _NEW_RENDERMODE | \
893 _NEW_RENDERMODE | \
/external/mesa3d/src/mesa/swrast/
Ds_context.c301 _NEW_RENDERMODE| \
313 _NEW_RENDERMODE| \
322 _NEW_RENDERMODE | \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c419 DEFINE_BIT(_NEW_RENDERMODE),