HomeSort by relevance Sort by last modified time
    Searched refs:dirty (Results 51 - 75 of 737) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_clip.c 56 llvmpipe->dirty |= LP_NEW_VIEWPORT;
69 llvmpipe->dirty |= LP_NEW_SCISSOR;
82 llvmpipe->dirty |= LP_NEW_STIPPLE;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_clip.c 56 softpipe->dirty |= SP_NEW_VIEWPORT;
69 softpipe->dirty |= SP_NEW_SCISSOR;
82 softpipe->dirty |= SP_NEW_STIPPLE;
sp_state_derived.c 324 softpipe->dirty |= SP_NEW_SAMPLER;
341 softpipe->dirty |= SP_NEW_TEXTURE;
345 if (softpipe->dirty & SP_NEW_STIPPLE)
350 if (softpipe->dirty & (SP_NEW_RASTERIZER |
355 if (softpipe->dirty & (SP_NEW_RASTERIZER |
361 if (softpipe->dirty & (SP_NEW_SAMPLER |
367 if (softpipe->dirty & (SP_NEW_RASTERIZER |
372 if (softpipe->dirty & (SP_NEW_SCISSOR |
377 if (softpipe->dirty & (SP_NEW_BLEND |
383 softpipe->dirty = 0
    [all...]
  /frameworks/base/core/java/android/view/
HardwareCanvas.java 72 * @param dirty The dirty rectangle to update, can be null.
78 public abstract int onPreDraw(Rect dirty);
101 * @param dirty The dirty region to redraw in the next pass, matters only
112 public abstract int drawDisplayList(DisplayList displayList, Rect dirty, int flags);
156 * @param dirty The region to redraw when the functors return {@link DisplayList#STATUS_DRAW}
163 public int invokeFunctors(Rect dirty) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_viewport_state.c 55 brw->state.dirty.cache |= CACHE_NEW_CLIP_VP;
59 .dirty = {
98 brw->state.dirty.cache |= CACHE_NEW_SF_VP;
102 .dirty = {
126 .dirty = {
brw_vs_surface_state.c 69 brw->state.dirty.brw |= BRW_NEW_VS_CONSTBUF;
102 brw->state.dirty.brw |= BRW_NEW_VS_CONSTBUF;
106 .dirty = {
129 .dirty = {
153 brw->state.dirty.brw |= BRW_NEW_VS_BINDING_TABLE;
171 brw->state.dirty.brw |= BRW_NEW_VS_BINDING_TABLE;
175 .dirty = {
gen6_sol.c 66 brw->state.dirty.brw |= BRW_NEW_SURFACES;
70 .dirty = {
103 brw->state.dirty.brw |= BRW_NEW_GS_BINDING_TABLE;
119 brw->state.dirty.brw |= BRW_NEW_GS_BINDING_TABLE;
123 .dirty = {
147 .dirty = {
187 brw->state.dirty.brw |= BRW_NEW_SOL_INDICES;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_viewport_state.c 55 brw->state.dirty.cache |= CACHE_NEW_CLIP_VP;
59 .dirty = {
98 brw->state.dirty.cache |= CACHE_NEW_SF_VP;
102 .dirty = {
126 .dirty = {
brw_vs_surface_state.c 69 brw->state.dirty.brw |= BRW_NEW_VS_CONSTBUF;
102 brw->state.dirty.brw |= BRW_NEW_VS_CONSTBUF;
106 .dirty = {
129 .dirty = {
153 brw->state.dirty.brw |= BRW_NEW_VS_BINDING_TABLE;
171 brw->state.dirty.brw |= BRW_NEW_VS_BINDING_TABLE;
175 .dirty = {
gen6_sol.c 66 brw->state.dirty.brw |= BRW_NEW_SURFACES;
70 .dirty = {
103 brw->state.dirty.brw |= BRW_NEW_GS_BINDING_TABLE;
119 brw->state.dirty.brw |= BRW_NEW_GS_BINDING_TABLE;
123 .dirty = {
147 .dirty = {
187 brw->state.dirty.brw |= BRW_NEW_SOL_INDICES;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_vtbl.c 231 GLuint dirty; local
236 dirty = state->active & ~state->emitted;
237 if (dirty & I915_UPLOAD_TEX_ALL)
239 dirty = state->active & ~state->emitted;
240 return dirty;
247 GLuint dirty = get_dirty(state); local
251 if (dirty & I915_UPLOAD_INVARIENT)
254 if (dirty & I915_UPLOAD_RASTER_RULES)
257 if (dirty & I915_UPLOAD_CTX)
260 if (dirty & I915_UPLOAD_BLEND
295 GLuint dirty; local
845 GLuint dirty = get_dirty(&i915->state); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_vtbl.c 231 GLuint dirty; local
236 dirty = state->active & ~state->emitted;
237 if (dirty & I915_UPLOAD_TEX_ALL)
239 dirty = state->active & ~state->emitted;
240 return dirty;
247 GLuint dirty = get_dirty(state); local
251 if (dirty & I915_UPLOAD_INVARIENT)
254 if (dirty & I915_UPLOAD_RASTER_RULES)
257 if (dirty & I915_UPLOAD_CTX)
260 if (dirty & I915_UPLOAD_BLEND
295 GLuint dirty; local
845 GLuint dirty = get_dirty(&i915->state); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 324 softpipe->dirty |= SP_NEW_SAMPLER;
341 softpipe->dirty |= SP_NEW_TEXTURE;
345 if (softpipe->dirty & SP_NEW_STIPPLE)
350 if (softpipe->dirty & (SP_NEW_RASTERIZER |
355 if (softpipe->dirty & (SP_NEW_RASTERIZER |
361 if (softpipe->dirty & (SP_NEW_SAMPLER |
367 if (softpipe->dirty & (SP_NEW_RASTERIZER |
372 if (softpipe->dirty & (SP_NEW_SCISSOR |
377 if (softpipe->dirty & (SP_NEW_BLEND |
383 softpipe->dirty = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_state.c 88 unsigned dirty )
92 if (dirty & SVGA_NEW_VS)
96 if (dirty & SVGA_NEW_FS)
100 if (dirty & SVGA_NEW_VBUFFER)
105 if (dirty & SVGA_NEW_VELEMENT)
110 if (dirty & SVGA_NEW_CLIP)
114 if (dirty & (SVGA_NEW_VIEWPORT |
119 if (dirty & SVGA_NEW_RAST)
124 if (dirty & SVGA_NEW_FRAME_BUFFER)
235 unsigned dirty )
    [all...]
svga_state_need_swtnl.c 76 unsigned dirty )
97 svga->dirty |= SVGA_NEW_NEED_SWVFETCH;
116 unsigned dirty )
168 svga->dirty |= SVGA_NEW_NEED_PIPELINE;
195 unsigned dirty )
227 svga->dirty |= SVGA_NEW_NEED_SWTNL;
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 88 unsigned dirty )
92 if (dirty & SVGA_NEW_VS)
96 if (dirty & SVGA_NEW_FS)
100 if (dirty & SVGA_NEW_VBUFFER)
105 if (dirty & SVGA_NEW_VELEMENT)
110 if (dirty & SVGA_NEW_CLIP)
114 if (dirty & (SVGA_NEW_VIEWPORT |
119 if (dirty & SVGA_NEW_RAST)
124 if (dirty & SVGA_NEW_FRAME_BUFFER)
235 unsigned dirty )
    [all...]
svga_state_need_swtnl.c 76 unsigned dirty )
97 svga->dirty |= SVGA_NEW_NEED_SWVFETCH;
116 unsigned dirty )
168 svga->dirty |= SVGA_NEW_NEED_PIPELINE;
195 unsigned dirty )
227 svga->dirty |= SVGA_NEW_NEED_SWTNL;
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 160 public Canvas lockCanvas(Rect dirty) {
161 return internalLockCanvas(dirty);
164 private final Canvas internalLockCanvas(Rect dirty) {
175 if (dirty == null) {
180 dirty = mTmpDirty;
184 c = mSurface.lockCanvas(dirty);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleElementStream.as 57 * can be reused in future subrules. So, reset must set a dirty bit.
58 * If dirty, then next() always returns a dup.
63 protected var dirty:Boolean = false;
90 * the dirty bit.
94 dirty = true;
120 * size==1. If we've already used the element, dup (dirty bit set).
125 if ( dirty || (cursor>=n && n==1) ) {
RewriteRuleSubtreeStream.as 52 if ( dirty || (cursor>=n && n==1) ) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleElementStream.java 60 * can be reused in future subrules. So, reset must set a dirty bit.
61 * If dirty, then next() always returns a dup.
68 protected boolean dirty = false; field in class:RewriteRuleElementStream
104 * the dirty bit.
108 dirty = true;
134 * size==1. If we've already used the element, dup (dirty bit set).
138 if ( dirty || (cursor>=n && n==1) ) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleElementStream.js 22 * can be reused in future subrules. So, reset must set a dirty bit.
23 * If dirty, then next() always returns a dup.
28 this.dirty = false;
46 * the dirty bit.
50 this.dirty = true;
75 * size==1. If we've already used the element, dup (dirty bit set).
80 if ( this.dirty || (this.cursor>=n && n==1) ) {
  /external/chromium/chrome/browser/
transport_security_persister.cc 53 bool dirty = false; local
54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
58 if (dirty)
  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.h 27 // Gets the size described in the .usage file even if dirty > 0 or
31 // Gets the dirty count in the .usage file.
33 bool GetDirty(const base::FilePath& usage_file_path, uint32* dirty);
35 // Increments or decrements the "dirty" entry in the .usage file.
48 // Updates the size described in the .usage file by delta with keeping dirty
49 // even if dirty > 0.
66 // Read the size, validity and the "dirty" entry described in the .usage file.
70 uint32* dirty,
75 int32 dirty,
  /bionic/libc/netbsd/nameser/
ns_ttl.c 103 int ch, digits, dirty; local
108 dirty = 0;
133 dirty = 1;
136 if (dirty)

Completed in 318 milliseconds

1 23 4 5 6 7 8 91011>>