/frameworks/native/opengl/libagl/ |
context.h | 350 uint8_t dirty; member in struct:android::gl::texture_unit_t 448 uint8_t dirty; member in struct:android::gl::matrix_stack_t 508 uint32_t dirty; member in struct:android::gl::transform_state_t
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
api_params.c | 169 ctx->state.dirty |= BLEND_DIRTY; 219 ctx->state.dirty |= DEPTH_STENCIL_DIRTY; 304 ctx->state.dirty |= DEPTH_STENCIL_DIRTY; 430 ctx->state.dirty |= DEPTH_STENCIL_DIRTY; 1140 ctx->state.dirty |= PAINT_DIRTY; [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_params.c | 169 ctx->state.dirty |= BLEND_DIRTY; 219 ctx->state.dirty |= DEPTH_STENCIL_DIRTY; 304 ctx->state.dirty |= DEPTH_STENCIL_DIRTY; 430 ctx->state.dirty |= DEPTH_STENCIL_DIRTY; 1140 ctx->state.dirty |= PAINT_DIRTY; [all...] |
/external/chromium_org/net/disk_cache/v3/ |
eviction_v3.cc | 133 if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) { 338 if (node->Data()->dirty != backend_->GetCurrentEntryId() || empty) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_surface.c | 112 if (i915->dirty) 143 if (i915->dirty)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_context.h | 64 boolean dirty; member in struct:r300_atom 568 /* Flag indicating whether or not the HW is dirty. */ 662 atom->dirty = TRUE;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_tex.c | 428 rmesa->hw.tex[i].dirty = GL_FALSE; 429 rmesa->hw.cube[i].dirty = GL_FALSE;
|
/external/chromium_org/third_party/npapi/bindings/ |
npapi_extensions.h | 157 /* The dirty region that the plugin has painted into the buffer. This 166 } dirty; member in struct:_NPDeviceContext2D 482 // Paint the dirty rectangle of the given widget into context. 487 NPRect* dirty); [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayable.cpp | 129 copy->dirty(); 133 void SkDisplayable::dirty() { function in class:SkDisplayable 534 // displayable->dirty();
|
/external/kernel-headers/original/asm-x86/ |
pgtable_32.h | 271 * We only update the dirty/accessed state if we set 272 * the dirty bit by hand in the kernel, since the hardware 274 * race with other CPU's that might be updating the dirty 278 #define ptep_set_access_flags(vma, address, ptep, entry, dirty) \ 281 if (__changed && dirty) { \
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_surface.c | 112 if (i915->dirty) 143 if (i915->dirty)
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_context.h | 64 boolean dirty; member in struct:r300_atom 568 /* Flag indicating whether or not the HW is dirty. */ 662 atom->dirty = TRUE;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_tex.c | 428 rmesa->hw.tex[i].dirty = GL_FALSE; 429 rmesa->hw.cube[i].dirty = GL_FALSE;
|
/external/skia/src/animator/ |
SkDisplayable.cpp | 129 copy->dirty(); 133 void SkDisplayable::dirty() { function in class:SkDisplayable 534 // displayable->dirty();
|
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 116 int dirty; member in struct:__anon30794 117 int nBytes; /* Only valid if the cache is dirty */ 405 __u8 dirty:1; /* the object needs to be written to flash */ member in struct:yaffs_ObjectStruct
|
yaffs_guts.c | [all...] |
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 204 android::uirenderer::Rect dirty; local 205 return renderer->callDrawGLFunction(functor, dirty); 219 jobject clazz, OpenGLRenderer* renderer, jobject dirty) { 222 if (status != DrawGlInfo::kStatusDone && dirty != NULL) { 223 env->CallVoidMethod(dirty, gRectClassInfo.set, 776 jobject dirty, jint flags) { 779 if (status != DrawGlInfo::kStatusDone && dirty != NULL) { 780 env->CallVoidMethod(dirty, gRectClassInfo.set, [all...] |
/frameworks/base/libs/hwui/ |
DisplayListRenderer.h | 72 virtual status_t callDrawGLFunction(Functor *functor, Rect& dirty); 96 virtual status_t drawDisplayList(DisplayList* displayList, Rect& dirty, int32_t flags);
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.h | 251 * if available and compute the dirty region. 346 // mark a region of a layer stack dirty. this updates the dirty 348 void invalidateLayerStack(uint32_t layerStack, const Region& dirty); 374 void doComposeSurfaces(const sp<const DisplayDevice>& hw, const Region& dirty);
|
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gscaler.c | 1071 gsc_handle->src.dirty = true; [all...] |
/art/compiler/dex/quick/ |
mir_to_lir-inl.h | 29 DCHECK(!(p->live && p->dirty)) << "Live & dirty temp in clobber";
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 1248 @dirty = false 1260 @dirty = true [all...] |
/external/chromium/net/disk_cache/ |
entry_impl.h | 90 bool dirty() { function in class:disk_cache::EntryImpl 98 // Marks this entry as dirty (in memory) if needed. This is intended only for 256 bool dirty_; // True if we detected that this is a dirty entry.
|
/external/chromium_org/net/disk_cache/ |
entry_impl.h | 97 bool dirty() { function in class:disk_cache::EntryImpl 105 // Marks this entry as dirty (in memory) if needed. This is intended only for 268 bool dirty_; // True if we detected that this is a dirty entry.
|
rankings.cc | 396 // A crash in between Remove and Insert will lead to a dirty entry not on the 594 // as dirty, except when an entry is doomed. We have to look for open entries. 595 if (!backend_->read_only() && !rankings->Data()->dirty) 606 rankings->Data()->dirty = backend_->GetCurrentEntryId() - 1; 607 if (!rankings->Data()->dirty) 608 rankings->Data()->dirty--; 652 // dirty, and will be removed later. Otherwise, we'll get assertions when 653 // attempting to remove the dirty entry.
|