Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dfeedback.c94 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); /* Always flush */ in _mesa_FeedbackBuffer()
181 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_SelectBuffer()
293 ctx->NewState |= _NEW_RENDERMODE; in _mesa_InitNames()
322 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_LoadName()
357 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_PushName()
388 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_PopName()
431 FLUSH_VERTICES(ctx, _NEW_RENDERMODE); in _mesa_RenderMode()
Dstate.c472 _NEW_RENDERMODE | _NEW_PROGRAM | _NEW_FRAG_CLAMP | in _mesa_update_state_locked()
Ddebug.c93 (state & _NEW_RENDERMODE) ? "ctx->RenderMode, " : "", in _mesa_print_state()
Dmtypes.h3152 #define _NEW_RENDERMODE (1 << 21) /**< gl_context::RenderMode, etc */ macro
/external/mesa3d/src/mesa/swrast/
Ds_context.c307 _NEW_RENDERMODE| \
319 _NEW_RENDERMODE| \
328 _NEW_RENDERMODE | \
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c887 _NEW_RENDERMODE | \
894 _NEW_RENDERMODE | \
901 _NEW_RENDERMODE | \
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c349 DEFINE_BIT(_NEW_RENDERMODE),