/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 | 634 * must be written. The only exception to this rule is when a dirty 635 * rectangle is specified, in which case, non-dirty pixels will be 652 * Just like {@link #lockCanvas()} but allows specification of a dirty 654 * pixels outside the dirty rectangle will be preserved by the next call 662 * @param dirty Area of the surface that will be modified. 670 public Canvas lockCanvas(Rect dirty) { 678 if (!nLockCanvas(mNativeWindow, mCanvas, dirty)) { 845 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;
|
nv30_clear.c | 152 nv30->dirty |= NV30_NEW_FRAMEBUFFER | NV30_NEW_SCISSOR; 217 nv30->dirty |= NV30_NEW_FRAMEBUFFER | NV30_NEW_SCISSOR;
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.h | 138 unsigned *dirty);
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 99 unsigned dirty; /**< Mask of SP_NEW_x flags */ member in struct:softpipe_context
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_blit.c | 113 svga_surface(dstsurf)->dirty = TRUE;
|
svga_pipe_fs.c | 85 svga->dirty |= SVGA_NEW_FS;
|
svga_pipe_vs.c | 143 svga->dirty |= SVGA_NEW_VS;
|
svga_pipe_blend.c | 210 svga->dirty |= SVGA_NEW_BLEND; 226 svga->dirty |= SVGA_NEW_BLEND_COLOR;
|
svga_state_constants.c | 145 /* Found one dirty constant 157 /* Look for more consecutive dirty constants. 262 emit_fs_consts(struct svga_context *svga, unsigned dirty) 320 emit_vs_consts(struct svga_context *svga, unsigned dirty)
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
ggl_context.h | 304 uint32_t dirty; member in struct:android::clear_state_t 353 GGLubyte dirty; member in struct:android::surface_t::__anon106831::__anon106832 422 uint8_t dirty; member in struct:android::texture_t 538 uint32_t dirty; member in struct:android::context_t
|
/external/swiftshader/src/OpenGL/libGL/ |
Program.cpp | 46 dirty = true; 301 targetUniform->dirty = true; 349 targetUniform->dirty = true; 397 targetUniform->dirty = true; 445 targetUniform->dirty = true; 493 targetUniform->dirty = true; 523 targetUniform->dirty = true; 553 targetUniform->dirty = true; 583 targetUniform->dirty = true; 638 targetUniform->dirty = true [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
pgtable_32.h | 151 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) ({ int __changed = !pte_same(*(ptep), entry); if (__changed && dirty) { (ptep)->pte_low = (entry).pte_low; pte_update_defer((vma)->vm_mm, (address), (ptep)); flush_tlb_page(vma, address); } __changed; })
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
RawContact.java | 181 long rawContactId, long syncState, boolean dirty) { 196 mDirty = dirty;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
AParser.h | 120 int dirty;
member in struct:ANTLRParserState 174 int dirty; // used during demand lookahead
member in class:ANTLRParser
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
AParser.h | 120 int dirty;
member in struct:ANTLRParserState 174 int dirty; // used during demand lookahead
member in class:ANTLRParser
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.js | 24 if ( this.dirty || (this.cursor>=n && n===1) ) {
|
/external/e2fsprogs/lib/ext2fs/ |
ext_attr.c | 218 int dirty; member in struct:ext2_xattr_handle 653 handle->dirty = 0; 900 h->dirty = 1; 1020 handle->dirty = 1; 1037 handle->dirty = 1; 1058 handle->dirty = 1; 1077 handle->dirty = 1; 1122 if (h->dirty) {
|
unix_io.c | 86 unsigned dirty:1; member in struct:unix_cache 330 cache->dirty = 0; 356 cache->dirty = 0; 404 if (cache->dirty && cache->in_use) 408 cache->dirty = 0; 433 if (!cache->dirty) 441 cache->dirty = 0; 871 cache->dirty = !writethrough;
|
/external/iptables/extensions/ |
libext.mk | 11 # LOCAL_PATH needed because of dirty #include "blabla.c"
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_sampler.c | 109 llvmpipe->dirty |= LP_NEW_SAMPLER; 181 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
|