/frameworks/base/libs/hwui/renderthread/ |
EglManager.h | 72 void damageFrame(const Frame& frame, const SkRect& dirty);
|
/external/autotest/scheduler/ |
rdb_hosts_unittest.py | 133 'dirty': True, 151 db_host = self.db_helper.create_host(hostname, dirty=False) 158 client_host.update_field('dirty', True) 160 self.db_helper.get_host(hostname=hostname)[0].dirty == True and 161 client_host.dirty == True)
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_state_validate.c | 202 if (!(nvc0->dirty & NVC0_NEW_SCISSOR) && 310 if (nvc0->dirty & (NVC0_NEW_CLIP | (NVC0_NEW_VERTPROG << stage))) 457 ctx_to->dirty = ~0; 465 ctx_to->dirty &= ~(NVC0_NEW_VERTEX | NVC0_NEW_ARRAYS); 467 ctx_to->dirty &= ~NVC0_NEW_IDXBUF; 470 ctx_to->dirty &= ~NVC0_NEW_VERTPROG; 472 ctx_to->dirty &= ~NVC0_NEW_FRAGPROG; 475 ctx_to->dirty &= ~NVC0_NEW_BLEND; 477 ctx_to->dirty &= ~(NVC0_NEW_RASTERIZER | NVC0_NEW_SCISSOR); 479 ctx_to->dirty &= ~NVC0_NEW_ZSA [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_context.h | 269 int dirty; member in struct:svga_hw_view_state 345 unsigned dirty[SVGA_STATE_MAX]; member in struct:svga_context::__anon20816 357 unsigned dirty; /* statechanges since last update_state() */ member in struct:svga_context
|
svga_pipe_sampler.c | 186 svga->dirty |= SVGA_NEW_SAMPLER; 288 svga->dirty |= SVGA_NEW_TEXTURE_BINDING; 293 svga->dirty |= SVGA_NEW_TEXTURE_FLAGS;
|
svga_state_framebuffer.c | 43 unsigned dirty ) 53 * dirty, to ensure that the resources are paged in. 104 * non-dirty rendertargets are properly paged-in. 166 unsigned dirty ) 438 svga->dirty |= SVGA_NEW_PRESCALE; 462 unsigned dirty ) 490 unsigned dirty )
|
svga_surface.c | 308 if (!s->dirty) { 311 s->dirty = TRUE; 358 if (!s->dirty) 370 s->dirty = FALSE; 397 return s->dirty && s->handle != tex->handle;
|
/external/nanopb-c/generator/google/protobuf/internal/ |
containers.py | 113 if not self._message_listener.dirty: 120 if not self._message_listener.dirty: 219 if not self._message_listener.dirty:
|
/external/protobuf/python/google/protobuf/internal/ |
containers.py | 112 if not self._message_listener.dirty: 118 if not self._message_listener.dirty: 219 if not self._message_listener.dirty:
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.cpp | 208 void CacheTexture::setDirty(bool dirty) { 209 mDirty = dirty; 210 if (!dirty) {
|
/system/core/libpixelflinger/ |
buffer.cpp | 65 dst->dirty = 1; 88 if ((!c->state.texture[i].enable) || (!s.dirty)) 90 s.dirty = 0; 103 if (s.dirty) { 104 s.dirty = 0;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
vg_context.c | 104 ctx->state.dirty = ALL_DIRTY; 407 ctx->state.dirty |= DEPTH_STENCIL_DIRTY; 410 if ((ctx->state.dirty & FRAMEBUFFER_DIRTY) || 411 (ctx->state.dirty & PAINT_DIRTY)) 412 ctx->state.dirty |= BLEND_DIRTY; 414 renderer_validate(ctx->renderer, ctx->state.dirty, 417 ctx->state.dirty = 0;
|
/frameworks/base/libs/hwui/ |
VectorDrawable.h | 68 * staging properties will then be marked dirty and will be pushed over to render thread properties 69 * at sync point. If staging properties are not dirty at sync point, we sync backwards by updating 76 PropertyChangedListener(bool* dirty, bool* stagingDirty) 77 : mDirty(dirty), mStagingDirty(stagingDirty) {} 681 void markDirty() { mCache.dirty = true; } 682 bool isDirty() const { return mCache.dirty; } 706 bool dirty = true; member in struct:android::uirenderer::VectorDrawable::Tree::Cache 713 = PropertyChangedListener(&mCache.dirty, &mStagingCache.dirty);
|
VectorDrawable.cpp | 353 // Copy over the dirty staging properties 510 if (redrawNeeded || mStagingCache.dirty) { 512 mStagingCache.dirty = false; 543 if (redrawNeeded || mCache.dirty) { 545 mCache.dirty = false; 580 mStagingCache.dirty = true; 582 mCache.dirty = true;
|
RenderNode.cpp | 251 info.damageAccumulator->dirty(0, 0, properties().getWidth(), properties().getHeight()); 255 info.damageAccumulator->dirty(DIRTY_MIN, DIRTY_MIN, DIRTY_MAX, DIRTY_MAX); 341 SkRect dirty; local 342 info.damageAccumulator->peekAtDirty(&dirty); 369 info.layerUpdateQueue->enqueueLayerWithDamage(this, dirty); 371 if (dirty.intersect(0, 0, getWidth(), getHeight())) { 372 dirty.roundOut(&dirty); 373 mLayer->updateDeferred(this, dirty.fLeft, dirty.fTop, dirty.fRight, dirty.fBottom) [all...] |
/external/libjpeg-turbo/ |
jmemmgr.c | 163 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_sarray_control 179 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_barray_control 691 sptr->dirty = FALSE; 715 bptr->dirty = FALSE; 809 if (ptr->dirty) { 811 ptr->dirty = FALSE; [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jmemmgr.c | 161 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_sarray_control 177 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_barray_control 660 sptr->dirty = FALSE; 684 bptr->dirty = FALSE; 778 if (ptr->dirty) { 780 ptr->dirty = FALSE; 833 /* Flag the buffer dirty if caller will write in it */ 835 ptr->dirty = TRUE [all...] |
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jmemmgr.c | 162 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_sarray_control 178 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_barray_control 661 sptr->dirty = FALSE; 685 bptr->dirty = FALSE; 779 if (ptr->dirty) { 781 ptr->dirty = FALSE; 834 /* Flag the buffer dirty if caller will write in it */ 836 ptr->dirty = TRUE; 864 if (ptr->dirty) { 866 ptr->dirty = FALSE [all...] |
/external/skia/src/animator/ |
SkMemberInfo.cpp | 150 displayable->dirty(); 163 displayable->dirty(); 324 goto dirty; 329 } goto dirty; 343 dirty: 345 displayable->dirty(); 478 // displayable->dirty();
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_hw_context.c | 140 block->status |= R600_BLOCK_STATUS_DIRTY; /* dirty all blocks at start */ 159 LIST_ADDTAIL(&block->list,&ctx->dirty); 652 /* The number of dwords all the dirty states would take. */ 689 int dirty, int index) 694 if ((dirty != (block->status & R600_BLOCK_STATUS_DIRTY)) || !(block->status & R600_BLOCK_STATUS_ENABLED)) { 701 LIST_ADDTAIL(&block->list,&ctx->dirty); 731 * stream allowing you to bypass the r600_context dirty list. 734 * 3D states in the context's dirty list. 746 /* Mark all blocks as dirty: 748 * we mark all the blocks dirty before we emit any of them. If we wer 780 int dirty; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_curbe.c | 125 brw->state.dirty.brw |= BRW_NEW_CURBE_OFFSETS; 131 .dirty = { 361 .dirty = {
|
/frameworks/base/core/java/android/view/ |
TextureView.java | 633 * must be written. The only exception to this rule is when a dirty 634 * rectangle is specified, in which case, non-dirty pixels will be 651 * Just like {@link #lockCanvas()} but allows specification of a dirty 653 * pixels outside the dirty rectangle will be preserved by the next call 661 * @param dirty Area of the surface that will be modified. 669 public Canvas lockCanvas(Rect dirty) { 677 if (!nLockCanvas(mNativeWindow, mCanvas, dirty)) { 844 private static native boolean nLockCanvas(long nativeWindow, Canvas canvas, Rect dirty);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
SyncManager.java | 91 * Timestamp of current sync batch upper bound - used to determine if message makes batch dirty 96 * Timestamp of messages inserted since sync batch started - used to determine if batch dirty 148 final boolean dirty = (max >= 0 && max >= lowerBoundTimestamp); 152 + (dirty ? "DIRTY" : "clean") + "; max change timestamp = " 159 return dirty;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.h | 133 * reset dirty area, so it's cleared with the clear colour 136 vl_compositor_reset_dirty_area(struct u_rect *dirty);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_transfer.c | 209 nv30->dirty |= NV30_NEW_FRAMEBUFFER; 225 nv30->dirty |= NV30_NEW_VIEWPORT; 237 nv30->dirty |= NV30_NEW_BLEND; 250 nv30->dirty |= NV30_NEW_ZSA; 266 nv30->dirty |= NV30_NEW_RASTERIZER; 279 nv30->dirty |= NV30_NEW_VERTPROG; 280 nv30->dirty |= NV30_NEW_CLIP; 292 nv30->dirty |= NV30_NEW_FRAGPROG; 335 nv30->dirty |= NV30_NEW_FRAGTEX;
|