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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ_unittest.cc 58 void MergeBlocks(DesktopRegion* dirty) {
59 differ_->MergeBlocks(dirty);
175 DesktopRegion dirty; local
176 MergeBlocks(&dirty);
185 DesktopRegion::Iterator it(dirty);
240 // Make sure each block is marked as dirty.
328 // Make sure each block is marked as dirty.
351 // Make sure last (partial) block in each row/column is marked as dirty.
385 DesktopRegion dirty; local
386 MergeBlocks(&dirty);
541 DesktopRegion dirty; local
    [all...]
  /external/chromium_org/storage/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
185 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/tests/view/src/android/view/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, dirty);
  /cts/tests/tests/widget/src/android/widget/cts/
MockLinearLayout.java 38 public ViewParent invalidateChildInParent(int[] location, Rect dirty) {
40 return super.invalidateChildInParent(location, 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/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;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv40_verttex.c 33 unsigned dirty = nv30->vertprog.dirty_samplers; local
35 while (dirty) {
36 unsigned unit = ffs(dirty) - 1;
68 nv30->dirty |= NV30_NEW_VERTTEX;
92 nv30->dirty |= NV30_NEW_VERTTEX;
  /external/mesa3d/src/gallium/drivers/nv30/
nv40_verttex.c 33 unsigned dirty = nv30->vertprog.dirty_samplers; local
35 while (dirty) {
36 unsigned unit = ffs(dirty) - 1;
68 nv30->dirty |= NV30_NEW_VERTTEX;
92 nv30->dirty |= NV30_NEW_VERTTEX;

Completed in 1715 milliseconds

1 2 3 4 5 6 7 8 91011>>