Home
last modified time | relevance | path

Searched refs:_NEW_BUFFERS (Results 1 – 25 of 56) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Dstate.c470 prog_flags |= (_NEW_BUFFERS | _NEW_TEXTURE | _NEW_FOG | in _mesa_update_state_locked()
495 if (new_state & _NEW_BUFFERS) in _mesa_update_state_locked()
498 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in _mesa_update_state_locked()
510 if (new_state & (_NEW_LIGHT | _NEW_BUFFERS)) in _mesa_update_state_locked()
513 if (new_state & (_NEW_STENCIL | _NEW_BUFFERS)) in _mesa_update_state_locked()
522 if (new_state & (_NEW_BUFFERS | _NEW_VIEWPORT)) in _mesa_update_state_locked()
525 if (new_state & (_NEW_MULTISAMPLE | _NEW_BUFFERS)) in _mesa_update_state_locked()
528 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) in _mesa_update_state_locked()
531 if(new_state & (_NEW_FRAG_CLAMP | _NEW_BUFFERS)) in _mesa_update_state_locked()
Dbuffers.c354 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in updated_drawbuffers()
511 ctx->NewState |= _NEW_BUFFERS; in _mesa_readbuffer()
560 ctx->NewState |= _NEW_BUFFERS; in _mesa_ReadBuffer()
Dfbobject.c689 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_test_framebuffer_completeness()
982 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_DeleteRenderbuffersEXT()
1458 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in renderbuffer_storage()
1527 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_EGLImageTargetRenderbufferStorageOES()
1822 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_BindFramebufferEXT()
1831 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_BindFramebufferEXT()
1856 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_DeleteFramebuffersEXT()
2093 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in framebuffer_texture()
2338 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_FramebufferRenderbufferEXT()
2592 FLUSH_VERTICES(ctx, _NEW_BUFFERS); in _mesa_GenerateMipmapEXT()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vtbl.c111 if (ctx->NewState & _NEW_BUFFERS) { in brw_update_draw_buffer()
136 intel->NewGLState |= _NEW_BUFFERS; in brw_update_draw_buffer()
Dgen7_sf_state.c147 .mesa = (_NEW_BUFFERS |
311 _NEW_BUFFERS |
Dgen6_scissor_state.c90 .mesa = _NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT,
Dgen7_clip_state.c115 .mesa = (_NEW_BUFFERS |
Dbrw_sf_state.c120 _NEW_BUFFERS),
324 _NEW_BUFFERS),
Dgen6_multisample_state.c164 .mesa = _NEW_BUFFERS |
Dgen7_viewport_state.c77 .mesa = _NEW_VIEWPORT | _NEW_BUFFERS,
Dgen6_viewport_state.c103 .mesa = _NEW_VIEWPORT | _NEW_BUFFERS,
Dgen6_depthstencil.c96 .mesa = _NEW_DEPTH | _NEW_STENCIL | _NEW_BUFFERS,
Dbrw_misc_state.c62 .mesa = _NEW_BUFFERS,
597 .mesa = _NEW_BUFFERS,
691 .mesa = (_NEW_BUFFERS |
Dbrw_sf.c217 _NEW_TRANSFORM | _NEW_BUFFERS),
Dgen7_misc_state.c284 .mesa = (_NEW_BUFFERS | _NEW_DEPTH | _NEW_STENCIL),
Dgen7_wm_state.c103 _NEW_COLOR | _NEW_BUFFERS |
Dgen6_wm_state.c233 _NEW_BUFFERS |
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_msaa.c79 (_NEW_MULTISAMPLE | _NEW_BUFFERS), /* mesa */
Dst_atom_stipple.c90 _NEW_BUFFERS), /* mesa */
Dst_atom_viewport.c90 _NEW_BUFFERS | _NEW_VIEWPORT, /* mesa */
Dst_atom_scissor.c97 (_NEW_SCISSOR | _NEW_BUFFERS), /* mesa */
Dst_cb_fbo.c462 st_invalidate_state(ctx, _NEW_BUFFERS); in st_render_texture()
468 ctx->NewState |= _NEW_BUFFERS; in st_render_texture()
487 st_invalidate_state(ctx, _NEW_BUFFERS); in st_finish_render_texture()
Dst_atom_shader.c110 _NEW_BUFFERS, /* mesa */
Dst_atom_framebuffer.c180 _NEW_BUFFERS, /* mesa */
/external/mesa3d/src/mesa/program/
Dprog_statevars.c643 return _NEW_TEXTURE | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags()
646 return _NEW_FOG | _NEW_BUFFERS | _NEW_FRAG_CLAMP; in _mesa_program_state_flags()
683 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS; in _mesa_program_state_flags()
708 return _NEW_BUFFERS; in _mesa_program_state_flags()

123