Searched refs:_NEW_RENDERMODE (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | feedback.c | 88 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()
|
D | state.c | 401 _NEW_RENDERMODE | _NEW_PROGRAM | _NEW_FRAG_CLAMP | in _mesa_update_state_locked()
|
D | debug.c | 98 (state & _NEW_RENDERMODE) ? "ctx->RenderMode, " : "", in _mesa_print_state()
|
D | mtypes.h | 4071 #define _NEW_RENDERMODE (1u << 21) /**< gl_context::RenderMode, etc */ macro
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 875 _NEW_RENDERMODE | \ 882 _NEW_RENDERMODE | \ 889 _NEW_RENDERMODE | \
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 304 _NEW_RENDERMODE| \ 316 _NEW_RENDERMODE| \ 325 _NEW_RENDERMODE | \
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 594 DEFINE_BIT(_NEW_RENDERMODE),
|