HomeSort by relevance Sort by last modified time
    Searched refs:dirty (Results 1 - 25 of 737) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 39 private boolean dirty; field in class:Sector
46 this.dirty = true;
51 * internal buffer and resets the "dirty" state.
60 this.dirty = false;
64 return this.dirty;
68 this.dirty = true;
86 this.dirty = false;
103 dirty = true;
108 dirty = true;
118 dirty = true
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/
jmeMotionState.cpp 43 dirty = true;
52 dirty = true;
57 dirty = true;
62 dirty = true;
67 dirty = true;
72 dirty = true;
76 if (dirty) {
81 dirty = false;
  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.cc 52 uint32 dirty = 0; local
54 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
66 uint32 dirty = 0; local
68 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
70 *dirty_out = dirty;
79 uint32 dirty = 0; local
82 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
85 bool success = Write(usage_file_path, is_valid, dirty + 1, usage);
86 if (success && dirty == 0 && new_handle)
96 uint32 dirty = 0 local
111 uint32 dirty = 0; local
123 uint32 dirty = 0; local
135 uint32 dirty = 0; local
190 uint32 dirty = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state.c 147 assert(atoms[i]->dirty);
150 if (check_state(*state, atoms[i]->dirty)) {
170 accumulate_state(&examined, atoms[i]->dirty);
175 if (check_state(*state, atoms[i]->dirty)) {
201 svga->dirty |= SVGA_NEW_TEXTURE;
205 svga->dirty |= svga->state.dirty[i];
207 if (svga->dirty) {
210 &svga->dirty );
214 svga->state.dirty[i] = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.c 147 assert(atoms[i]->dirty);
150 if (check_state(*state, atoms[i]->dirty)) {
170 accumulate_state(&examined, atoms[i]->dirty);
175 if (check_state(*state, atoms[i]->dirty)) {
201 svga->dirty |= SVGA_NEW_TEXTURE;
205 svga->dirty |= svga->state.dirty[i];
207 if (svga->dirty) {
210 &svga->dirty );
214 svga->state.dirty[i] = 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_cc_state.c 43 .dirty = {
63 .dirty = {
83 .dirty = {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_cc_state.c 43 .dirty = {
63 .dirty = {
83 .dirty = {
  /cts/tests/src/android/widget/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/chromium-libpac/test/js-unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
  /external/dhcpcd/mk/
files.mk 1 # Quick and dirty files
scripts.mk 1 # Quick and dirty scripts
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_derived.c 139 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
142 if (llvmpipe->dirty & (LP_NEW_RASTERIZER |
147 if (llvmpipe->dirty & (LP_NEW_FS |
157 if (llvmpipe->dirty & (LP_NEW_FS |
161 if (llvmpipe->dirty & LP_NEW_BLEND_COLOR)
165 if (llvmpipe->dirty & LP_NEW_SCISSOR)
168 if (llvmpipe->dirty & LP_NEW_DEPTH_STENCIL_ALPHA) {
175 if (llvmpipe->dirty & LP_NEW_CONSTANTS)
179 if (llvmpipe->dirty & (LP_NEW_SAMPLER_VIEW))
184 if (llvmpipe->dirty & (LP_NEW_SAMPLER)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom.c 120 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
123 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
126 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
141 st->dirty.st |= ST_NEW_EDGEFLAGS_DATA;
152 struct st_state_flags *state = &st->dirty;
156 st->dirty.st |= st->ctx->NewDriverState;
194 /*printf("atom %s %x/%x\n", atom->name, atom->dirty.mesa, atom->dirty.st);*/
196 if (!(atom->dirty.mesa || atom->dirty.st) |
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 139 llvmpipe->dirty |= LP_NEW_SAMPLER_VIEW;
142 if (llvmpipe->dirty & (LP_NEW_RASTERIZER |
147 if (llvmpipe->dirty & (LP_NEW_FS |
157 if (llvmpipe->dirty & (LP_NEW_FS |
161 if (llvmpipe->dirty & LP_NEW_BLEND_COLOR)
165 if (llvmpipe->dirty & LP_NEW_SCISSOR)
168 if (llvmpipe->dirty & LP_NEW_DEPTH_STENCIL_ALPHA) {
175 if (llvmpipe->dirty & LP_NEW_CONSTANTS)
179 if (llvmpipe->dirty & (LP_NEW_SAMPLER_VIEW))
184 if (llvmpipe->dirty & (LP_NEW_SAMPLER)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 120 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
123 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
126 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
141 st->dirty.st |= ST_NEW_EDGEFLAGS_DATA;
152 struct st_state_flags *state = &st->dirty;
156 st->dirty.st |= st->ctx->NewDriverState;
194 /*printf("atom %s %x/%x\n", atom->name, atom->dirty.mesa, atom->dirty.st);*/
196 if (!(atom->dirty.mesa || atom->dirty.st) |
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.h 40 unsigned dirty; member in struct:i915_tracked_state
  /external/chromium_org/third_party/skia/src/animator/
SkPostParts.h 21 virtual void dirty();
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.h 40 unsigned dirty; member in struct:i915_tracked_state
  /external/skia/src/animator/
SkPostParts.h 21 virtual void dirty();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_read.c 84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>