HomeSort by relevance Sort by last modified time
    Searched refs:dirty (Results 201 - 225 of 285) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/libs/hwui/
Layer.cpp 36 dirty = false;
DisplayListRenderer.cpp 149 status_t DisplayListRenderer::callDrawGLFunction(Functor *functor, Rect& dirty) {
150 // Ignore dirty during recording, it matters only when we replay
238 Rect& dirty, int32_t flags) {
239 // dirty is an out parameter and should not be recorded,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 65 unsigned long dirty;/* cache dirty bits */ member in struct:_XGC
227 #ifdef dirty
228 #undef dirty macro
585 if ((gc)->dirty) _XFlushGCCache((dpy), (gc))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 65 unsigned long dirty;/* cache dirty bits */ member in struct:_XGC
227 #ifdef dirty
228 #undef dirty macro
585 if ((gc)->dirty) _XFlushGCCache((dpy), (gc))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 65 unsigned long dirty;/* cache dirty bits */ member in struct:_XGC
227 #ifdef dirty
228 #undef dirty macro
585 if ((gc)->dirty) _XFlushGCCache((dpy), (gc))
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 77 if (u.dirty) {
78 u.dirty = 0;
112 c->textures.tmu[tmu].dirty = flags;
716 u.dirty = 0xFF; // XXX: should be more subtle
785 if (u.dirty) {
797 u.dirty = 0xFF; // XXX: should be more subtle
    [all...]
matrix.h 52 if (c->transforms.dirty & want)
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""},
  /external/chromium/net/disk_cache/
eviction.cc 125 if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) {
329 if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) {
backend_impl.cc 477 // the id cannot be zero, because that value is used as "not dirty".
733 // d. A fully formed entry, also reachable through the lists, but still dirty.
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/chromium/net/tools/dump_cache/
dump_files.cc 258 printf("dirty: %d\n", rankings.dirty);
  /external/oprofile/events/x86-64/family11h/
unit_masks 107 0x04 Probe hit dirty without memory cancel
108 0x08 Probe hit dirty with memory cancel
166 0x20 Change to Dirty (first store to clean block already in cache)
  /external/oprofile/events/x86-64/hammer/
unit_masks 92 0x04 Probe hit dirty without memory cancel
93 0x08 Probe hit dirty with memory cancel
160 0x20 Change to Dirty (first store to clean block already in cache)
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CameraTest.java 259 public Canvas lockCanvas(Rect dirty) {
  /external/skia/legacy/src/animator/
SkDrawColor.cpp 146 void SkDrawColor::dirty(){ function in class:SkDrawColor
  /external/skia/src/animator/
SkDrawColor.cpp 146 void SkDrawColor::dirty(){ function in class:SkDrawColor
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 2310 final Rect dirty = new Rect(view.getLeft() + 1, view.getTop() + 1, local
2341 final Rect dirty = new Rect(view.getLeft() + 1, view.getTop() + 1, local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 539 IntRect dirty = m_dirtyRegion.getBounds(); local
540 dirty.intersect(clip);
541 PrerenderedInval* prerendered = m_content->prerenderForRect(dirty);
734 // we mark the webkit-side tree as having no more dirty region
735 // (otherwise we would continuously have those dirty region UI-side)
822 // When the layer is dirty, the UI thread should be notified to redraw.
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 108 bool dirty; // If live, is it dirty? member in struct:RegisterInfo
    [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 137 bool dirty; // If live, is it dirty? member in struct:RegisterInfo
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 40 // 'dirty' VM.
array-elements-from-array-prototype.js 40 // 'dirty' VM.

Completed in 661 milliseconds

1 2 3 4 5 6 7 891011>>