/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 | 194 if ((update.state.dirty & DIRTY_BITMAP) && update.state.surfaceDrawn) { 251 || (wantSurfaceVisibleAndDrawn && (update.state.dirty & (DIRTY_ALPHA 261 && (becomingVisible || (update.state.dirty & DIRTY_ALPHA))) { 269 && (becomingVisible || (update.state.dirty & (DIRTY_POSITION 281 || (update.state.dirty & DIRTY_TRANSFORMATION_MATRIX))) { 294 && (becomingVisible || (update.state.dirty & DIRTY_LAYER))) { 403 uint32_t dirty; local 412 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT; 414 dirty = DIRTY_BITMAP; 418 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT [all...] |
/frameworks/base/libs/hwui/ |
DisplayListOp.h | 156 virtual status_t applyDraw(OpenGLRenderer& renderer, Rect& dirty) = 0; 165 virtual status_t multiDraw(OpenGLRenderer& renderer, Rect& dirty, 170 status |= ops[i]->applyDraw(renderer, dirty); 736 virtual status_t applyDraw(OpenGLRenderer& renderer, Rect& dirty) { 745 virtual status_t multiDraw(OpenGLRenderer& renderer, Rect& dirty, 801 virtual status_t applyDraw(OpenGLRenderer& renderer, Rect& dirty) { 828 virtual status_t applyDraw(OpenGLRenderer& renderer, Rect& dirty) { 856 virtual status_t applyDraw(OpenGLRenderer& renderer, Rect& dirty) { 881 virtual status_t applyDraw(OpenGLRenderer& renderer, Rect& dirty) { 916 virtual status_t applyDraw(OpenGLRenderer& renderer, Rect& dirty) { [all...] |
Layer.h | 203 return dirty; 206 inline void setDirty(bool dirty) { 207 this->dirty = dirty; 295 * Dirty region indicating what parts of the layer 356 * When set to true, this layer is dirty and should be cleared 359 bool dirty; member in struct:android::uirenderer::Layer
|
/external/e2fsprogs/lib/ext2fs/ |
csum.c | 107 int dirty = 0; local 134 dirty = 1; 136 dirty = 1; 138 dirty = 1; 140 if (dirty)
|
/external/chromium/net/base/ |
transport_security_state_unittest.cc | 207 bool dirty; local 209 EXPECT_TRUE(state->LoadEntries(output, &dirty)); 210 EXPECT_FALSE(dirty); 228 bool dirty; local 230 EXPECT_TRUE(state->LoadEntries(output, &dirty)); 261 bool dirty; local 263 EXPECT_TRUE(state->LoadEntries(output, &dirty)); 320 bool dirty; local 321 EXPECT_TRUE(state->LoadEntries(output, &dirty)); 322 EXPECT_TRUE(dirty); 556 bool dirty; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ContentLayerChromium.cpp | 104 IntRect dirty = enclosingIntRect(m_dirtyRect); 105 dirty.intersect(layerBounds()); 106 m_tiler->invalidateRect(dirty);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRRewriteRuleElementStream.h | 38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable 47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRRewriteRuleElementStream.h | 38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable 47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRewriteRuleElementStream.h | 38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable 47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
|
/external/skia/legacy/src/animator/ |
SkDrawRectangle.cpp | 43 void SkDrawRect::dirty() { function in class:SkDrawRect 45 fParent->dirty();
|
SkAnimateBase.h | 28 virtual void dirty();
|
SkDisplayTypes.h | 27 virtual void dirty();
|
/external/skia/src/animator/ |
SkDrawRectangle.cpp | 43 void SkDrawRect::dirty() { function in class:SkDrawRect 45 fParent->dirty();
|
/external/skia/src/images/ |
SkFlipPixelRef.cpp | 34 const SkRegion& dirty = fFlipper.update(©Bits); local 37 return dirty;
|
/frameworks/base/services/java/com/android/server/wm/ |
StrictModeFlash.java | 64 Rect dirty = new Rect(0, 0, dw, dh); local 67 c = mSurface.lockCanvas(dirty);
|
/dalvik/vm/hprof/ |
HprofOutput.cpp | 131 if (rec->dirty) { 148 rec->dirty = false; 168 } else if (rec->dirty) { 172 rec->dirty = true;
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3rewritestreams.h | 94 /// can be reused in future sub rules. So, reset must set a dirty bit. 95 /// If dirty, then next() always returns a dup. 97 ANTLR3_BOOLEAN dirty; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleSubtreeStream.cs | 72 if (dirty || (cursor >= n && n == 1)) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleSubtreeStream.cs | 78 if ( dirty || ( cursor >= n && n == 1 ) )
|
/external/bison/build-aux/ |
do-release-commit-and-tag | 141 *) die 'this tree is dirty; commit your changes first';;
|
/external/chromium/chrome/browser/sync/sessions/ |
session_state.h | 247 // specified dirty bit, which can be used to determine if a notification should 252 explicit DirtyOnWrite(bool* dirty) : dirty_(dirty) {} 253 DirtyOnWrite(bool* dirty, const T& t) : t_(t), dirty_(dirty) {} 268 // of state are dirty-on-write and should incur dirty bit updates if changed.
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.h | 59 int dirty; member in struct:vidmem_bucket
|
/external/skia/include/images/ |
SkFlipPixelRef.h | 83 const SkRegion& dirty() const { return *fDirty; } function in class:SkAutoFlipUpdate
|
/external/skia/legacy/include/images/ |
SkFlipPixelRef.h | 93 const SkRegion& dirty() const { return *fDirty; } function in class:SkAutoFlipUpdate
|