Searched refs:_NEW_RENDERMODE (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | feedback.c | 94 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()
|
D | state.c | 472 _NEW_RENDERMODE | _NEW_PROGRAM | _NEW_FRAG_CLAMP | in _mesa_update_state_locked()
|
D | debug.c | 93 (state & _NEW_RENDERMODE) ? "ctx->RenderMode, " : "", in _mesa_print_state()
|
D | mtypes.h | 3152 #define _NEW_RENDERMODE (1 << 21) /**< gl_context::RenderMode, etc */ macro
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 307 _NEW_RENDERMODE| \ 319 _NEW_RENDERMODE| \ 328 _NEW_RENDERMODE | \
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 887 _NEW_RENDERMODE | \ 894 _NEW_RENDERMODE | \ 901 _NEW_RENDERMODE | \
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 349 DEFINE_BIT(_NEW_RENDERMODE),
|