HomeSort by relevance Sort by last modified time
    Searched refs:dirty (Results 1 - 25 of 534) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/tests/iosched_bugs/src/
Makefile 3 TESTS=dirty
7 dirty: dirty.c
  /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/vboot_reference/scripts/
getversion.sh 10 if gdesc=$(git describe --dirty --match='v*' 2>/dev/null); then
22 # avoid putting the -dirty attribute if only the timestamp
26 dirty=$(sh -c "[ '$(git diff-index --name-only HEAD)' ] \
27 && echo '-dirty'")
28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
  /external/webrtc/webrtc/modules/desktop_capture/
differ_unittest.cc 58 void MergeBlocks(DesktopRegion* dirty) {
59 differ_->MergeBlocks(dirty);
175 DesktopRegion dirty; local
176 MergeBlocks(&dirty);
185 DesktopRegion::Iterator it(dirty);
240 // Make sure each block is marked as dirty.
328 // Make sure each block is marked as dirty.
351 // Make sure last (partial) block in each row/column is marked as dirty.
385 DesktopRegion dirty; local
386 MergeBlocks(&dirty);
541 DesktopRegion dirty; local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Polygon.java 27 private boolean dirty = true; field in class:Polygon
56 if (!dirty) return worldVertices;
57 dirty = false;
101 dirty = true;
108 dirty = true;
119 dirty = true;
126 dirty = true;
132 dirty = true;
138 dirty = true;
145 dirty = true;
156 public void dirty () { method in class:Polygon
    [all...]
Polyline.java 30 private boolean dirty = true; field in class:Polyline
48 if (!dirty) return worldVertices;
49 dirty = false;
150 dirty = true;
156 dirty = true;
162 dirty = true;
167 dirty = true;
172 dirty = true;
178 dirty = true;
185 dirty = true
197 public void dirty () { method in class:Polyline
    [all...]
WindowedMean.java 29 boolean dirty = true; field in class:WindowedMean
50 dirty = true;
61 dirty = true;
69 if (dirty == true) {
75 dirty = false;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.c 147 assert(atoms[i]->dirty);
150 if (check_state(*state, atoms[i]->dirty)) {
170 accumulate_state(&examined, atoms[i]->dirty);
175 if (check_state(*state, atoms[i]->dirty)) {
201 svga->dirty |= SVGA_NEW_TEXTURE;
205 svga->dirty |= svga->state.dirty[i];
207 if (svga->dirty) {
210 &svga->dirty );
214 svga->state.dirty[i] = 0
    [all...]
svga_pipe_constants.c 68 svga->dirty |= SVGA_NEW_FS_CONST_BUFFER;
70 svga->dirty |= SVGA_NEW_VS_CONST_BUFFER;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_cc_state.c 43 .dirty = {
63 .dirty = {
83 .dirty = {
  /frameworks/base/libs/hwui/tests/unit/
DamageAccumulatorTests.cpp 29 // Test that push & pop are propegating the dirty rect
30 // There is no transformation of the dirty rect, the input is the same
36 da.dirty(50, 50, 100, 100);
58 da.dirty(50, 50, 100, 100);
66 // Test that dirty rectangles are being unioned across "siblings
73 da.dirty(50, 50, 100, 100);
76 da.dirty(150, 50, 200, 125);
95 da.dirty(0, 0, 25, 25);
99 SkRect dirty; local
100 da.finish(&dirty);
126 SkRect dirty; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /cts/tests/tests/widget/src/android/widget/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /external/chromium-libpac/test/js-unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 139 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
142 if (llvmpipe->dirty & (LP_NEW_RASTERIZER |
147 if (llvmpipe->dirty & (LP_NEW_FS |
157 if (llvmpipe->dirty & (LP_NEW_FS |
161 if (llvmpipe->dirty & LP_NEW_BLEND_COLOR)
165 if (llvmpipe->dirty & LP_NEW_SCISSOR)
168 if (llvmpipe->dirty & LP_NEW_DEPTH_STENCIL_ALPHA) {
175 if (llvmpipe->dirty & LP_NEW_CONSTANTS)
179 if (llvmpipe->dirty & (LP_NEW_SAMPLER_VIEW))
184 if (llvmpipe->dirty & (LP_NEW_SAMPLER)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 120 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
123 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
126 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
141 st->dirty.st |= ST_NEW_EDGEFLAGS_DATA;
152 struct st_state_flags *state = &st->dirty;
156 st->dirty.st |= st->ctx->NewDriverState;
194 /*printf("atom %s %x/%x\n", atom->name, atom->dirty.mesa, atom->dirty.st);*/
196 if (!(atom->dirty.mesa || atom->dirty.st) |
    [all...]
st_cb_program.c 62 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
68 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
84 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
85 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
204 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
217 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
225 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.h 40 unsigned dirty; member in struct:i915_tracked_state
  /external/skia/src/animator/
SkPostParts.h 21 void dirty() override;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;
  /external/mesa3d/src/gallium/drivers/nv30/
nv40_verttex.c 33 unsigned dirty = nv30->vertprog.dirty_samplers; local
35 while (dirty) {
36 unsigned unit = ffs(dirty) - 1;
68 nv30->dirty |= NV30_NEW_VERTTEX;
92 nv30->dirty |= NV30_NEW_VERTTEX;
  /frameworks/base/core/java/android/view/
ViewOverlay.java 263 public void invalidate(Rect dirty) {
264 super.invalidate(dirty);
266 mHostView.invalidate(dirty);
322 public void damageChild(View child, final Rect dirty) {
325 // using DisplayList properties and a dirty rect instead of causing a real
330 child.transformRect(dirty);
332 dirty.offset(left, top);
333 mHostView.invalidate(dirty);
341 protected ViewParent damageChildInParent(int left, int top, Rect dirty) {
343 return ((ViewGroup) mHostView).damageChildInParent(left, top, dirty);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PolygonSprite.java 34 private boolean dirty; field in class:PolygonSprite
65 dirty = sprite.dirty;
76 dirty = true;
86 dirty = true;
115 if (dirty) return;
127 if (dirty) return;
140 if (dirty) return;
171 dirty = true;
176 dirty = true;
    [all...]
  /external/bison/build-aux/
git-version-gen 193 # Test whether to append the "-dirty" suffix only if the version
197 # Don't declare a version "dirty" merely because a time stamp has changed.
200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
201 case "$dirty" in
205 *-dirty) ;;
206 *) v="$v-dirty" ;;

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>