/external/skia/src/animator/ |
SkDrawPath.cpp | 62 void SkDrawPath::dirty() { function in class:SkDrawPath 66 fParent->dirty();
|
SkDrawColor.cpp | 146 void SkDrawColor::dirty(){ function in class:SkDrawColor
|
SkMatrixParts.cpp | 19 void SkMatrixPart::dirty() { function in class:SkMatrixPart 20 fMatrix->dirty();
|
/external/chromium_org/net/disk_cache/ |
entry_impl.h | 97 bool dirty() { function in class:disk_cache::EntryImpl 105 // Marks this entry as dirty (in memory) if needed. This is intended only for 268 bool dirty_; // True if we detected that this is a dirty entry.
|
disk_format.h | 36 // In order to prevent dirty data to be used as valid (after a crash), every 37 // cache entry has a dirty identifier. Each running instance of the cache keeps 40 // and all the data can be trusted, the dirty flag is cleared from the entry. 79 int32 this_id; // Id for all entries being changed (dirty flag). 144 int32 dirty; // The entry is being modifyied. member in struct:disk_cache::RankingsNode
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_tex.c | 222 const boolean dirty = !!(nvc0->textures_dirty[s] & (1 << i)); local 225 if (dirty) 257 if (!dirty) 288 const boolean dirty = !!(nvc0->textures_dirty[s] & (1 << i)); local 323 if (dirty) 478 uint32_t dirty = nvc0->textures_dirty[s] | nvc0->samplers_dirty[s]; local 479 if (!dirty) 486 int i = ffs(dirty) - 1; 487 dirty &= ~(1 << i); 492 } while (dirty); [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawColor.cpp | 146 void SkDrawColor::dirty(){ function in class:SkDrawColor
|
SkMatrixParts.cpp | 19 void SkMatrixPart::dirty() { function in class:SkMatrixPart 20 fMatrix->dirty();
|
SkDisplayPost.cpp | 61 void SkPost::dirty() { function in class:SkPost
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
quota_backend_impl_unittest.cc | 239 uint32 dirty = 0; local 240 ASSERT_TRUE(file_system_usage_cache_.GetDirty(path, &dirty)); 241 EXPECT_EQ(1u, dirty); 244 ASSERT_TRUE(file_system_usage_cache_.GetDirty(path, &dirty)); 245 EXPECT_EQ(0u, dirty);
|
/external/e2fsprogs/lib/ext2fs/ |
csum.c | 107 int dirty = 0; local 134 dirty = 1; 136 dirty = 1; 138 dirty = 1; 140 if (dirty)
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_tex.c | 222 const boolean dirty = !!(nvc0->textures_dirty[s] & (1 << i)); local 225 if (dirty) 257 if (!dirty) 288 const boolean dirty = !!(nvc0->textures_dirty[s] & (1 << i)); local 323 if (dirty) 478 uint32_t dirty = nvc0->textures_dirty[s] | nvc0->samplers_dirty[s]; local 479 if (!dirty) 486 int i = ffs(dirty) - 1; 487 dirty &= ~(1 << i); 492 } while (dirty); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.h | 59 int dirty; member in struct:vidmem_bucket
|
/frameworks/base/services/java/com/android/server/wm/ |
StrictModeFlash.java | 65 Rect dirty = new Rect(0, 0, dw, dh); local 68 c = mSurface.lockCanvas(dirty);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Sector.java | 39 private boolean dirty; field in class:Sector 46 this.dirty = true; 51 * internal buffer and resets the "dirty" state. 60 this.dirty = false; 64 return this.dirty; 68 this.dirty = true; 86 this.dirty = false; 103 dirty = true; 108 dirty = true; 118 dirty = true [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_debug.c | 41 {"atoms", DBG_ATOMS, "Print dirty state atoms"}, 935 * Dirty state atom dumping 942 unsigned dirty; member in struct:__anon15352 967 if (i915->dirty & l[i].dirty) 976 unsigned dirty; member in struct:__anon15353 993 if (i915->hardware_dirty & l[i].dirty)
|
i915_state_emit.c | 48 unsigned dirty, batch_space; member in struct:i915_tracked_hw_state 119 unsigned dirty = (1 << I915_IMMEDIATE_S0 | 1 << I915_IMMEDIATE_S1 | local 128 *batch_space = 1 + util_bitcount(dirty); 135 unsigned dirty = (1 << I915_IMMEDIATE_S0 | 1 << I915_IMMEDIATE_S1 | local 140 int i, num = util_bitcount(dirty); 144 dirty << 4 | (num - 1)); 155 if (dirty & (1 << i)) { 584 assert(i915->dirty == 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_context.h | 96 unsigned dirty; /**< Mask of LP_NEW_x flags */ member in struct:llvmpipe_context
|
lp_setup_context.h | 146 unsigned dirty; /**< bitmask of LP_SETUP_NEW_x bits */ member in struct:lp_setup_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
polygon.c | 59 VGboolean dirty; member in struct:polygon 91 poly->dirty = VG_TRUE; 103 poly->dirty = VG_TRUE; 124 poly->dirty = VG_TRUE; 157 p->dirty = VG_TRUE; 173 p->dirty = VG_TRUE; 253 if (poly->user_vbuf == NULL || poly->dirty) { 256 poly->dirty = VG_FALSE;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 383 GLuint dirty = get_dirty(state); local 387 if (dirty & I830_UPLOAD_INVARIENT) 390 if (dirty & I830_UPLOAD_RASTER_RULES) 393 if (dirty & I830_UPLOAD_CTX) 396 if (dirty & I830_UPLOAD_BUFFERS) 399 if (dirty & I830_UPLOAD_STIPPLE) 403 if ((dirty & I830_UPLOAD_TEX(i))) 406 if (dirty & I830_UPLOAD_TEXBLEND(i)) 422 GLuint dirty; local 442 dirty = get_dirty(state) [all...] |
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/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 271 GLboolean dirty; local 277 dirty = (delta < 0 || 280 dirty = GL_TRUE; 283 *pdelta = (dirty ? 0 : delta); 284 return dirty; 295 GLboolean dirty = GL_FALSE; local 329 dirty |= check_update_array(a, offset[i], bo[i], pdelta); 334 if (dirty) {
|
/external/chromium_org/webkit/browser/fileapi/ |
file_system_usage_cache.cc | 52 uint32 dirty = 0; local 54 if (!Read(usage_file_path, &is_valid, &dirty, &usage)) 66 uint32 dirty = 0; local 68 if (!Read(usage_file_path, &is_valid, &dirty, &usage)) 70 *dirty_out = dirty; 79 uint32 dirty = 0; local 82 if (!Read(usage_file_path, &is_valid, &dirty, &usage)) 85 bool success = Write(usage_file_path, is_valid, dirty + 1, usage); 86 if (success && dirty == 0 && new_handle) 96 uint32 dirty = 0 local 111 uint32 dirty = 0; local 123 uint32 dirty = 0; local 135 uint32 dirty = 0; local 190 uint32 dirty = 0; local [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_debug.c | 41 {"atoms", DBG_ATOMS, "Print dirty state atoms"}, 935 * Dirty state atom dumping 942 unsigned dirty; member in struct:__anon25819 967 if (i915->dirty & l[i].dirty) 976 unsigned dirty; member in struct:__anon25820 993 if (i915->hardware_dirty & l[i].dirty)
|