HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_BUFFERS (Results 26 - 50 of 55) sorted by null

12 3

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 51 /* _NEW_BUFFERS */
156 /* _NEW_BUFFERS
187 /* _NEW_BUFFERS | _NEW_COLOR */
256 _NEW_BUFFERS),
gen6_cc.c 61 /* _NEW_BUFFERS */
202 _NEW_BUFFERS |
gen6_sf_state.c 359 _NEW_BUFFERS |
gen6_wm_state.c 101 /* _NEW_BUFFERS */
233 _NEW_BUFFERS |
brw_state_upload.c 350 DEFINE_BIT(_NEW_BUFFERS),
brw_vs.c 409 /* _NEW_LIGHT | _NEW_BUFFERS */
449 _NEW_BUFFERS),
brw_wm.c 570 /* _NEW_FRAG_CLAMP | _NEW_BUFFERS */
576 /* _NEW_BUFFERS */
605 /* _NEW_BUFFERS */
650 _NEW_BUFFERS |
brw_wm_surface_state.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 643 return _NEW_TEXTURE | _NEW_BUFFERS | _NEW_FRAG_CLAMP;
646 return _NEW_FOG | _NEW_BUFFERS | _NEW_FRAG_CLAMP;
683 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS;
708 return _NEW_BUFFERS;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 68 /* _NEW_POLYGON, _NEW_BUFFERS
96 /*_NEW_LIGHT | _NEW_BUFFERS */
259 (_NEW_BUFFERS |
st_manager.c 877 st_invalidate_state(st->ctx, _NEW_BUFFERS);
  /external/mesa3d/src/mesa/swrast/
s_context.h 102 #define _SWRAST_NEW_RASTERMASK (_NEW_BUFFERS| \
  /external/mesa3d/src/mesa/main/
framebuffer.c 314 ctx->NewState |= _NEW_BUFFERS;
379 ctx->NewState |= _NEW_BUFFERS; /* to update scissor / window bounds */
debug.c 94 (state & _NEW_BUFFERS) ? "ctx->Visual, ctx->DrawBuffer,, " : "");
texenv.c 683 if(ctx->NewState & (_NEW_BUFFERS | _NEW_FRAG_CLAMP))
context.c     [all...]
texobj.c 1021 ctx->NewState |= _NEW_BUFFERS;
    [all...]
texparam.c     [all...]
enable.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 436 if (ctx->NewState & _NEW_BUFFERS)
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 733 if (ctx->NewState & _NEW_BUFFERS) {
836 intel->NewGLState |= _NEW_BUFFERS;
i915_vtbl.c 733 if (ctx->NewState & _NEW_BUFFERS) {
807 intel->NewGLState |= _NEW_BUFFERS;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 970 ctx->NewState |= _NEW_BUFFERS; /* to update scissor / window bounds */
991 if (new_state & _NEW_BUFFERS) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 706 if (new_state & (_NEW_COLOR | _NEW_BUFFERS)) {

Completed in 993 milliseconds

12 3