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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/services/input/
SpriteController.cpp 194 if ((update.state.dirty & DIRTY_BITMAP) && update.state.surfaceDrawn) {
251 || (wantSurfaceVisibleAndDrawn && (update.state.dirty & (DIRTY_ALPHA
261 && (becomingVisible || (update.state.dirty & DIRTY_ALPHA))) {
269 && (becomingVisible || (update.state.dirty & (DIRTY_POSITION
281 || (update.state.dirty & DIRTY_TRANSFORMATION_MATRIX))) {
294 && (becomingVisible || (update.state.dirty & DIRTY_LAYER))) {
403 uint32_t dirty; local
412 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT;
414 dirty = DIRTY_BITMAP;
418 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup.c 126 setup->dirty = ~0;
373 setup->dirty |= LP_SETUP_NEW_SCISSOR;
495 setup->dirty |= LP_SETUP_NEW_SCISSOR;
542 setup->dirty |= LP_SETUP_NEW_FS;
553 setup->dirty |= LP_SETUP_NEW_CONSTANTS;
565 setup->dirty |= LP_SETUP_NEW_FS;
579 setup->dirty |= LP_SETUP_NEW_FS;
593 setup->dirty |= LP_SETUP_NEW_BLEND_COLOR;
610 setup->dirty |= LP_SETUP_NEW_SCISSOR;
705 setup->dirty |= LP_SETUP_NEW_FS
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 126 setup->dirty = ~0;
373 setup->dirty |= LP_SETUP_NEW_SCISSOR;
495 setup->dirty |= LP_SETUP_NEW_SCISSOR;
542 setup->dirty |= LP_SETUP_NEW_FS;
553 setup->dirty |= LP_SETUP_NEW_CONSTANTS;
565 setup->dirty |= LP_SETUP_NEW_FS;
579 setup->dirty |= LP_SETUP_NEW_FS;
593 setup->dirty |= LP_SETUP_NEW_BLEND_COLOR;
610 setup->dirty |= LP_SETUP_NEW_SCISSOR;
705 setup->dirty |= LP_SETUP_NEW_FS
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.c 122 nv30->dirty |= NV30_NEW_BLEND;
199 nv30->dirty |= NV30_NEW_RASTERIZER;
269 nv30->dirty |= NV30_NEW_ZSA;
285 nv30->dirty |= NV30_NEW_BLEND_COLOUR;
295 nv30->dirty |= NV30_NEW_STENCIL_REF;
306 nv30->dirty |= NV30_NEW_CLIP;
315 nv30->dirty |= NV30_NEW_SAMPLE_MASK;
339 nv30->dirty |= NV30_NEW_VERTCONST;
344 nv30->dirty |= NV30_NEW_FRAGCONST;
361 nv30->dirty |= NV30_NEW_FRAMEBUFFER
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state_validate.c 145 if (!(nv50->dirty &
215 nv50->dirty |= NV50_NEW_VERTPROG;
218 nv50->dirty |= NV50_NEW_GMTYPROG;
231 if (nv50->dirty & NV50_NEW_CLIP) {
306 ctx_to->dirty = ~0;
309 ctx_to->dirty &= ~(NV50_NEW_VERTEX | NV50_NEW_ARRAYS);
312 ctx_to->dirty &= ~NV50_NEW_VERTPROG;
314 ctx_to->dirty &= ~NV50_NEW_FRAGPROG;
317 ctx_to->dirty &= ~NV50_NEW_BLEND;
320 ctx_to->dirty &= ~(NV50_NEW_RASTERIZER | NV50_NEW_SCISSOR)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 122 nv30->dirty |= NV30_NEW_BLEND;
199 nv30->dirty |= NV30_NEW_RASTERIZER;
269 nv30->dirty |= NV30_NEW_ZSA;
285 nv30->dirty |= NV30_NEW_BLEND_COLOUR;
295 nv30->dirty |= NV30_NEW_STENCIL_REF;
306 nv30->dirty |= NV30_NEW_CLIP;
315 nv30->dirty |= NV30_NEW_SAMPLE_MASK;
339 nv30->dirty |= NV30_NEW_VERTCONST;
344 nv30->dirty |= NV30_NEW_FRAGCONST;
361 nv30->dirty |= NV30_NEW_FRAMEBUFFER
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state_validate.c 145 if (!(nv50->dirty &
215 nv50->dirty |= NV50_NEW_VERTPROG;
218 nv50->dirty |= NV50_NEW_GMTYPROG;
231 if (nv50->dirty & NV50_NEW_CLIP) {
306 ctx_to->dirty = ~0;
309 ctx_to->dirty &= ~(NV50_NEW_VERTEX | NV50_NEW_ARRAYS);
312 ctx_to->dirty &= ~NV50_NEW_VERTPROG;
314 ctx_to->dirty &= ~NV50_NEW_FRAGPROG;
317 ctx_to->dirty &= ~NV50_NEW_BLEND;
320 ctx_to->dirty &= ~(NV50_NEW_RASTERIZER | NV50_NEW_SCISSOR)
    [all...]
  /external/chromium_org/chrome/browser/net/
transport_security_persister.cc 213 bool* dirty) {
217 return Deserialize(serialized, dirty, transport_security_state_);
222 bool* dirty,
311 // Make sure we dirty the state if we drop an entry.
325 *dirty = dirtied;
332 bool dirty = false; local
333 if (!LoadEntries(state, &dirty)) {
337 if (dirty)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c 383 GLuint dirty = get_dirty(state); local
387 if (dirty & I830_UPLOAD_INVARIENT)
390 if (dirty & I830_UPLOAD_RASTER_RULES)
393 if (dirty & I830_UPLOAD_CTX)
396 if (dirty & I830_UPLOAD_BUFFERS)
399 if (dirty & I830_UPLOAD_STIPPLE)
403 if ((dirty & I830_UPLOAD_TEX(i)))
406 if (dirty & I830_UPLOAD_TEXBLEND(i))
422 GLuint dirty; local
442 dirty = get_dirty(state)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 383 GLuint dirty = get_dirty(state); local
387 if (dirty & I830_UPLOAD_INVARIENT)
390 if (dirty & I830_UPLOAD_RASTER_RULES)
393 if (dirty & I830_UPLOAD_CTX)
396 if (dirty & I830_UPLOAD_BUFFERS)
399 if (dirty & I830_UPLOAD_STIPPLE)
403 if ((dirty & I830_UPLOAD_TEX(i)))
406 if (dirty & I830_UPLOAD_TEXBLEND(i))
422 GLuint dirty; local
442 dirty = get_dirty(state)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_misc_state.c 61 .dirty = {
91 .dirty = {
127 .dirty = {
175 brw->state.dirty.brw |= BRW_NEW_PSP;
186 .dirty = {
596 .dirty = {
645 .dirty = {
690 .dirty = {
721 .dirty = {
756 .dirty =
    [all...]
brw_cc.c 59 brw->state.dirty.cache |= CACHE_NEW_CC_VP;
63 .dirty = {
220 brw->state.dirty.cache |= CACHE_NEW_CC_UNIT;
231 .dirty = {
254 .dirty = {
gen6_cc.c 196 brw->state.dirty.cache |= CACHE_NEW_BLEND_STATE;
200 .dirty = {
234 brw->state.dirty.cache |= CACHE_NEW_COLOR_CALC_STATE;
238 .dirty = {
259 .dirty = {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 61 .dirty = {
91 .dirty = {
127 .dirty = {
175 brw->state.dirty.brw |= BRW_NEW_PSP;
186 .dirty = {
596 .dirty = {
645 .dirty = {
690 .dirty = {
721 .dirty = {
756 .dirty =
    [all...]
brw_cc.c 59 brw->state.dirty.cache |= CACHE_NEW_CC_VP;
63 .dirty = {
220 brw->state.dirty.cache |= CACHE_NEW_CC_UNIT;
231 .dirty = {
254 .dirty = {
gen6_cc.c 196 brw->state.dirty.cache |= CACHE_NEW_BLEND_STATE;
200 .dirty = {
234 brw->state.dirty.cache |= CACHE_NEW_COLOR_CALC_STATE;
238 .dirty = {
259 .dirty = {
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 54 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) = 0;
93 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) {
108 status |= op->applyDraw(renderer, dirty);
263 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) {
268 return DrawBatch::replay(renderer, dirty, -1);
283 status_t status = op->multiDraw(renderer, dirty, mOps, mBounds);
307 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) {
329 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) {
353 virtual status_t replay(OpenGLRenderer& renderer, Rect& dirty, int index) {
643 OpenGLRenderer& renderer, Rect& dirty) {
    [all...]
Layer.h 204 return dirty;
207 inline void setDirty(bool dirty) {
208 this->dirty = dirty;
266 * Dirty region indicating what parts of the layer
328 * When set to true, this layer is dirty and should be cleared
331 bool dirty; member in struct:android::uirenderer::Layer
  /external/e2fsprogs/lib/ext2fs/
csum.c 107 int dirty = 0; local
134 dirty = 1;
136 dirty = 1;
138 dirty = 1;
140 if (dirty)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 656 gen_vertex_data(struct vl_compositor *c, struct vl_compositor_state *s, struct u_rect *dirty)
689 if (dirty && layer->clearing) {
692 dirty->x0 >= drawn.x0 &&
693 dirty->y0 >= drawn.y0 &&
694 dirty->x1 <= drawn.x1 &&
695 dirty->y1 <= drawn.y1) {
697 // We clear the dirty area anyway, no need for clear_render_target
698 dirty->x0 = dirty->y0 = MAX_DIRTY;
699 dirty->x1 = dirty->y1 = MIN_DIRTY
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 197 nvc0->dirty |= NVC0_NEW_BLEND;
325 nvc0->dirty |= NVC0_NEW_RASTERIZER;
396 nvc0->dirty |= NVC0_NEW_ZSA;
470 nvc0->dirty |= NVC0_NEW_SAMPLERS;
536 nvc0->dirty |= NVC0_NEW_TEXTURES;
611 nvc0->dirty |= NVC0_NEW_VERTPROG;
627 nvc0->dirty |= NVC0_NEW_FRAGPROG;
643 nvc0->dirty |= NVC0_NEW_GMTYPROG;
678 nvc0->dirty |= NVC0_NEW_CONSTBUF;
691 nvc0->dirty |= NVC0_NEW_BLEND_COLOUR
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 656 gen_vertex_data(struct vl_compositor *c, struct vl_compositor_state *s, struct u_rect *dirty)
689 if (dirty && layer->clearing) {
692 dirty->x0 >= drawn.x0 &&
693 dirty->y0 >= drawn.y0 &&
694 dirty->x1 <= drawn.x1 &&
695 dirty->y1 <= drawn.y1) {
697 // We clear the dirty area anyway, no need for clear_render_target
698 dirty->x0 = dirty->y0 = MAX_DIRTY;
699 dirty->x1 = dirty->y1 = MIN_DIRTY
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 197 nvc0->dirty |= NVC0_NEW_BLEND;
325 nvc0->dirty |= NVC0_NEW_RASTERIZER;
396 nvc0->dirty |= NVC0_NEW_ZSA;
470 nvc0->dirty |= NVC0_NEW_SAMPLERS;
536 nvc0->dirty |= NVC0_NEW_TEXTURES;
611 nvc0->dirty |= NVC0_NEW_VERTPROG;
627 nvc0->dirty |= NVC0_NEW_FRAGPROG;
643 nvc0->dirty |= NVC0_NEW_GMTYPROG;
678 nvc0->dirty |= NVC0_NEW_CONSTBUF;
691 nvc0->dirty |= NVC0_NEW_BLEND_COLOUR
    [all...]
  /external/chromium/net/base/
transport_security_state_unittest.cc 207 bool dirty; local
209 EXPECT_TRUE(state->LoadEntries(output, &dirty));
210 EXPECT_FALSE(dirty);
228 bool dirty; local
230 EXPECT_TRUE(state->LoadEntries(output, &dirty));
261 bool dirty; local
263 EXPECT_TRUE(state->LoadEntries(output, &dirty));
320 bool dirty; local
321 EXPECT_TRUE(state->LoadEntries(output, &dirty));
322 EXPECT_TRUE(dirty);
556 bool dirty; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.c 62 i915->dirty &= ~I915_NEW_VS_CONSTANTS;
64 if (i915->dirty)
201 i915->dirty = ~0;

Completed in 1862 milliseconds

1 2 3 4 5 67 8 91011>>