HomeSort by relevance Sort by last modified time
    Searched refs:dirty (Results 251 - 275 of 791) sorted by null

<<11121314151617181920>>

  /external/skia/src/animator/
SkDrawPath.h 25 virtual void dirty();
SkMatrixParts.h 28 virtual void dirty();
  /frameworks/base/libs/hwui/
DrawProfiler.cpp 115 void DrawProfiler::unionDirty(SkRect* dirty) {
117 // Not worth worrying about minimizing the dirty region for debugging, so just
118 // dirty the entire viewport.
119 if (dirty) {
120 mDirtyRegion = *dirty;
121 dirty->setEmpty();
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 97 public Canvas lockCanvas(Rect dirty) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 47 private boolean dirty; field in class:AbstractDirectory
183 * Mark this directory as dirty.
186 this.dirty = true;
203 * Mark this directory as not dirty.
206 this.dirty = false;
381 this.dirty = true;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_tss.c 51 view->dirty = 1;
68 unsigned dirty )
105 view->dirty = TRUE;
118 * dirty, to ensure that the resources are paged in.
121 if (view->dirty ||
127 if (!view->dirty && view->v) {
159 queue.bind[i].view->dirty = FALSE;
180 * non-dirty textures are properly paged-in.
291 unsigned dirty )
345 * dirty state gets re-emitted. Fix this by re-instating partia
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw.c 113 brw->state.dirty.brw |= BRW_NEW_PRIMITIVE;
117 brw->state.dirty.brw |= BRW_NEW_REDUCED_PRIMITIVE;
133 brw->state.dirty.brw |= BRW_NEW_PRIMITIVE;
287 brw->state.dirty.brw |= BRW_NEW_INPUT_DIMENSIONS;
448 brw->state.dirty.brw |= BRW_NEW_INDICES;
452 brw->state.dirty.brw |= BRW_NEW_VERTICES;
486 /* Note that before the loop, brw->state.dirty.brw was set to != 0, and
489 * brw->state.dirty.brw.
491 if (brw->state.dirty.brw) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 51 view->dirty = 1;
68 unsigned dirty )
105 view->dirty = TRUE;
118 * dirty, to ensure that the resources are paged in.
121 if (view->dirty ||
127 if (!view->dirty && view->v) {
159 queue.bind[i].view->dirty = FALSE;
180 * non-dirty textures are properly paged-in.
291 unsigned dirty )
345 * dirty state gets re-emitted. Fix this by re-instating partia
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 113 brw->state.dirty.brw |= BRW_NEW_PRIMITIVE;
117 brw->state.dirty.brw |= BRW_NEW_REDUCED_PRIMITIVE;
133 brw->state.dirty.brw |= BRW_NEW_PRIMITIVE;
287 brw->state.dirty.brw |= BRW_NEW_INPUT_DIMENSIONS;
448 brw->state.dirty.brw |= BRW_NEW_INDICES;
452 brw->state.dirty.brw |= BRW_NEW_VERTICES;
486 /* Note that before the loop, brw->state.dirty.brw was set to != 0, and
489 * brw->state.dirty.brw.
491 if (brw->state.dirty.brw) {
  /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/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/chromium_org/content/browser/quota/
quota_backend_impl_unittest.cc 263 uint32 dirty = 0; local
264 ASSERT_TRUE(file_system_usage_cache_.GetDirty(path, &dirty));
265 EXPECT_EQ(1u, dirty);
268 ASSERT_TRUE(file_system_usage_cache_.GetDirty(path, &dirty));
269 EXPECT_EQ(0u, dirty);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 213 nv50->dirty |= NV50_NEW_BLEND;
342 nv50->dirty |= NV50_NEW_RASTERIZER;
421 nv50->dirty |= NV50_NEW_ZSA;
579 nv50->dirty |= NV50_NEW_SAMPLERS;
640 nv50->dirty |= NV50_NEW_TEXTURES;
713 nv50->dirty |= NV50_NEW_VERTPROG;
729 nv50->dirty |= NV50_NEW_FRAGPROG;
745 nv50->dirty |= NV50_NEW_GMTYPROG;
783 nv50->dirty |= NV50_NEW_CONSTBUF;
796 nv50->dirty |= NV50_NEW_BLEND_COLOUR
    [all...]
  /external/e2fsprogs/lib/ext2fs/
csum.c 127 int dirty = 0; local
158 dirty = 1;
160 dirty = 1;
162 dirty = 1;
164 if (dirty)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 213 nv50->dirty |= NV50_NEW_BLEND;
342 nv50->dirty |= NV50_NEW_RASTERIZER;
421 nv50->dirty |= NV50_NEW_ZSA;
579 nv50->dirty |= NV50_NEW_SAMPLERS;
640 nv50->dirty |= NV50_NEW_TEXTURES;
713 nv50->dirty |= NV50_NEW_VERTPROG;
729 nv50->dirty |= NV50_NEW_FRAGPROG;
745 nv50->dirty |= NV50_NEW_GMTYPROG;
783 nv50->dirty |= NV50_NEW_CONSTBUF;
796 nv50->dirty |= NV50_NEW_BLEND_COLOUR
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c 186 i915->dirty |= I915_NEW_BLEND;
205 i915->dirty |= I915_NEW_BLEND;
215 i915->dirty |= I915_NEW_DEPTH_STENCIL;
353 i915->dirty |= I915_NEW_SAMPLER;
537 i915->dirty |= I915_NEW_DEPTH_STENCIL;
553 i915->dirty |= I915_NEW_SCISSOR;
609 i915->dirty |= I915_NEW_FS;
657 i915->dirty |= I915_NEW_VS;
716 i915->dirty |= shader == PIPE_SHADER_VERTEX ? I915_NEW_VS_CONSTANTS : I915_NEW_FS_CONSTANTS;
769 i915->dirty |= I915_NEW_SAMPLER_VIEW
    [all...]
i915_prim_emit.c 76 assert(!i915->dirty);
137 if (i915->dirty)
i915_state_dynamic.c 311 if (i915->dirty & atoms[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/mesa3d/src/gallium/drivers/i915/
i915_state.c 186 i915->dirty |= I915_NEW_BLEND;
205 i915->dirty |= I915_NEW_BLEND;
215 i915->dirty |= I915_NEW_DEPTH_STENCIL;
353 i915->dirty |= I915_NEW_SAMPLER;
537 i915->dirty |= I915_NEW_DEPTH_STENCIL;
553 i915->dirty |= I915_NEW_SCISSOR;
609 i915->dirty |= I915_NEW_FS;
657 i915->dirty |= I915_NEW_VS;
716 i915->dirty |= shader == PIPE_SHADER_VERTEX ? I915_NEW_VS_CONSTANTS : I915_NEW_FS_CONSTANTS;
769 i915->dirty |= I915_NEW_SAMPLER_VIEW
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 75 c->transforms.dirty = transform_state_t::VIEWPORT |
120 int dirty = c->transforms.dirty & want; local
123 if (dirty & transform_state_t::MODELVIEW) {
128 if (dirty & transform_state_t::PROJECTION) {
133 if (dirty & transform_state_t::VIEWPORT) {
140 if (dirty & transform_state_t::MVP) {
147 if (dirty & transform_state_t::MVUI) {
153 if (dirty & transform_state_t::TEXTURE) {
159 if (dirty & transform_state_t::MVIT)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 138 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
141 dirty.set(0, 0, getWidth(), getHeight());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_test_util.cc 56 EXPECT_EQ(left.dirty(), right.dirty());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_blit.c 303 } else if (r300->zmask_clear.dirty || r300->hiz_clear.dirty) {
308 (r300->zmask_clear.dirty ? r300->zmask_clear.size : 0) +
309 (r300->hiz_clear.dirty ? r300->hiz_clear.size : 0) +
318 if (r300->zmask_clear.dirty) {
321 r300->zmask_clear.dirty = FALSE;
323 if (r300->hiz_clear.dirty) {
326 r300->hiz_clear.dirty = FALSE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 114 softpipe->dirty |= SP_NEW_QUERY;
152 softpipe->dirty |= SP_NEW_QUERY;

Completed in 744 milliseconds

<<11121314151617181920>>