HomeSort by relevance Sort by last modified time
    Searched full:dirty (Results 26 - 50 of 660) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/cache_tests/bad_rankings/
contents.txt 31 dirty: 0
52 dirty: 0
  /external/chromium/net/data/cache_tests/bad_rankings2/
contents.txt 31 dirty: 0
52 dirty: 0
  /external/chromium/net/data/cache_tests/dirty_entry/
contents.txt 31 dirty: 0
52 dirty: 0
  /external/chromium/net/data/cache_tests/dirty_entry2/
contents.txt 31 dirty: 0
52 dirty: 2 <- Next id!.
  /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);
  /system/core/libpixelflinger/
picker.cpp 35 if (ggl_likely(!c->dirty))
42 if (c->dirty & GGL_CB_STATE) {
46 c->dirty |= GGL_PIXEL_PIPELINE_STATE;
49 if (c->dirty & GGL_PIXEL_PIPELINE_STATE) {
132 if (c->dirty & GGL_TMU_STATE) {
168 c->dirty = 0;
  /frameworks/base/services/input/
SpriteController.cpp 192 if ((update.state.dirty & DIRTY_BITMAP) && update.state.surfaceDrawn) {
250 || (wantSurfaceVisibleAndDrawn && (update.state.dirty & (DIRTY_ALPHA
260 && (becomingVisible || (update.state.dirty & DIRTY_ALPHA))) {
268 && (becomingVisible || (update.state.dirty & (DIRTY_POSITION
280 || (update.state.dirty & DIRTY_TRANSFORMATION_MATRIX))) {
293 && (becomingVisible || (update.state.dirty & DIRTY_LAYER))) {
402 uint32_t dirty; local
411 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT;
413 dirty = DIRTY_BITMAP;
417 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT
    [all...]
  /external/antlr/src/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/webkit/Source/WebCore/platform/graphics/android/
BaseTile.h 66 // that a tile that's continually marked dirty from animation should still
74 // \--... (From any state when marked dirty. should usually come from UpToDate if the updates are locked)
170 // become dirty. A tile is no longer dirty when it has been painted with a
174 // store the dirty region
198 // 1) Unpainted - until paint starts (and if marked dirty, in most cases)
203 // 5) UpToDate - until marked dirty again
BaseTile.cpp 170 // mark dirty regardless of which texture was taken - the back texture may
189 // UpToDate: marking dirty means we need to repaint, but don't stop the
195 XLOG("Warning: tried to mark tile %p at %d, %d islayertile %d as dirty, state %d, page %p",
198 // prefetch tiles can be marked dirty while in the process of painting,
326 bool dirty = m_dirty; local
334 if (!dirty || !texture) {
454 // The various checks to see if we are still dirty...
469 // Now we can swap the dirty areas
477 XLOG("painted tile %p (%d, %d), texture %p, dirty=%d", this, x, y, texture, m_dirty);
550 // transfer failed for some reason, mark dirty so it will (repaint and) b
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 46 int dirty; member in struct:vidmem_bucket
151 ((vidmem_bucket *)surface->hwdata)->dirty = 1;
156 return ((vidmem_bucket *)surface->hwdata)->dirty;
166 /* Clear all surface dirty bits */
168 bucket->dirty = 0;
  /external/chromium/net/data/cache_tests/bad_rankings3/
contents.txt 29 dirty: 0
46 dirty: 1 <----- This was actually inserted on list 1
63 dirty: 0
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 55 * System property used to enable or disable dirty regions invalidation.
85 * Turn on to draw dirty regions every other frame.
228 * @param dirty The dirty rectangle to update, can be null.
230 * @return true if the dirty rect was ignored, false otherwise
233 Rect dirty);
426 * Indicates whether this renderer instance can track and update dirty regions.
646 // want to set mDirtyRegions. We try to do this only if dirty
753 void onPreDraw(Rect dirty) {
761 Rect dirty) {
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 60 Rect dirty = new Rect(0, 0, dw, dh); local
63 c = mSurface.lockCanvas(dirty);
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.h 61 // Flip the front and back buffers if the back buffer is "dirty". Might
63 void flip(const Region& dirty) const;
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
transform.rs 60 //rsDebug("Transform is dirty", data->isDirty);
62 // Refresh matrices if dirty
  /external/e2fsprogs/debugfs/
unused.c 2 * unused.c --- quick and dirty unused space dumper
  /external/skia/src/animator/
SkDisplayMovie.h 33 virtual void dirty();
SkDisplayPost.h 40 virtual void dirty();
SkDrawColor.h 28 virtual void dirty();
SkDrawRectangle.h 30 virtual void dirty();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 159 bool dirty, localDirty, perspectiveDirty; member in struct:WebCore::TextureMapperNode::TransformData
161 TransformData() : dirty(true), localDirty(true), perspectiveDirty(true) { }
224 bool dirty; member in struct:WebCore::TextureMapperNode::State
240 , dirty(true)
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 40 // Output: dirty region to redraw
  /frameworks/compile/libbcc/include/bcc/
bcc_mccache.h 75 /* dirty hack for libRS */
  /packages/apps/Exchange/src/com/android/exchange/
ContactsSyncAdapterService.java 113 // See if we've got dirty contacts or dirty groups containing our contacts
114 boolean changed = hasDirtyRows(cr, uri, RawContacts.DIRTY);
121 changed = hasDirtyRows(cr, uri, Groups.DIRTY);

Completed in 293 milliseconds

12 3 4 5 6 7 8 91011>>