HomeSort by relevance Sort by last modified time
    Searched refs:dirty (Results 76 - 100 of 534) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.h 49 radeon->query.queryobj.dirty = GL_FALSE;
  /external/skia/src/animator/
SkDisplayMovie.h 25 void dirty() override;
SkDisplayPost.h 32 void dirty() override;
SkDrawRectangle.h 22 void dirty() override;
  /external/wpa_supplicant_8/hostapd/
Makefile 35 GITVER := $(shell git describe --dirty=+)
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 205 * must be written. The only exception to this rule is when a dirty
206 * rectangle is specified, in which case, non-dirty pixels will be
228 * Just like {@link #lockCanvas()} but allows specification of a dirty rectangle.
231 * the dirty rectangle will be preserved by the next call to lockCanvas().
235 * @param dirty Area of the Surface that will be modified.
238 public Canvas lockCanvas(Rect dirty);
  /frameworks/base/libs/hwui/
DamageAccumulator.h 46 // to any dirty() calls. Subsequent calls to dirty()
51 // Pops a transform node from the stack, propagating the dirty rect
55 void dirty(float left, float top, float right, float bottom);
57 // Returns the current dirty area, *NOT* transformed by pushed transforms
  /frameworks/base/libs/input/
SpriteController.h 179 dirty(0), visible(false),
184 uint32_t dirty; member in struct:android::SpriteController::SpriteState
231 mLocked.state.dirty = 0;
250 void invalidateLocked(uint32_t dirty);
SpriteController.cpp 198 if ((update.state.dirty & DIRTY_BITMAP) && update.state.surfaceDrawn) {
254 || (wantSurfaceVisibleAndDrawn && (update.state.dirty & (DIRTY_ALPHA
264 && (becomingVisible || (update.state.dirty & DIRTY_ALPHA))) {
272 && (becomingVisible || (update.state.dirty & (DIRTY_POSITION
284 || (update.state.dirty & DIRTY_TRANSFORMATION_MATRIX))) {
297 && (becomingVisible || (update.state.dirty & DIRTY_LAYER))) {
407 uint32_t dirty; local
416 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT;
418 dirty = DIRTY_BITMAP;
422 dirty = DIRTY_BITMAP | DIRTY_HOTSPOT
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleElementStream.h 33 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
43 @property (assign) BOOL dirty; variable
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 342 boolean dirty = false;
365 dirty = true;
369 dirty = true;
372 if (dataDir != null && dirty && (System.currentTimeMillis() - readTime) > 300000) { // save every 5mn
374 dirty = false;
386 writeData(buildName, dataDir, false, dirty);
397 void writeData(String buildName, File dir, boolean temp, boolean dirty) {
403 if (!dirty) { // only possible on final write
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_vertex.c 64 llvmpipe->dirty |= LP_NEW_VERTEX;
89 llvmpipe->dirty |= LP_NEW_VERTEX;
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/state_trackers/vega/
polygon.c 59 VGboolean dirty; member in struct:polygon
91 poly->dirty = VG_TRUE;
103 poly->dirty = VG_TRUE;
124 poly->dirty = VG_TRUE;
157 p->dirty = VG_TRUE;
173 p->dirty = VG_TRUE;
253 if (poly->user_vbuf == NULL || poly->dirty) {
256 poly->dirty = VG_FALSE;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_urb.c 69 .dirty = {
141 .dirty = {
gen7_viewport_state.c 76 .dirty = {
97 .dirty = {
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 60 HRGN dirty);
79 HRGN dirty);
  /external/c-ares/
inet_net_pton.c 81 int n, ch, tmp = 0, dirty, bits; local
91 dirty = 0;
97 if (dirty == 0)
101 if (++dirty == 2) {
105 dirty = 0;
108 if (dirty) { /* Odd trailing nybble? */
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 39 unsigned dirty = nv30->fragprog.dirty_samplers; local
41 while (dirty) {
42 unsigned unit = ffs(dirty) - 1;
146 dirty &= ~(1 << unit);
170 nv30->dirty |= NV30_NEW_FRAGTEX;
194 nv30->dirty |= NV30_NEW_FRAGTEX;
nv30_state_validate.c 232 if (!(nv30->dirty & NV30_NEW_SCISSOR) &&
276 if (nv30->dirty & NV30_NEW_CLIP) {
437 nv30->dirty = NV30_NEW_ALL;
440 nv30->dirty &= ~(NV30_NEW_VERTEX | NV30_NEW_ARRAYS);
443 nv30->dirty &= ~NV30_NEW_VERTPROG;
445 nv30->dirty &= ~NV30_NEW_FRAGPROG;
448 nv30->dirty &= ~NV30_NEW_BLEND;
450 nv30->dirty &= ~NV30_NEW_RASTERIZER;
452 nv30->dirty &= ~NV30_NEW_ZSA;
471 nv30->draw_dirty |= nv30->dirty;
    [all...]
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/mesa/state_tracker/
st_context.c 83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
88 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
91 st->dirty.mesa |= new_state;
92 st->dirty.st |= ST_NEW_MESA;
137 st->dirty.mesa = ~0;
138 st->dirty.st = ~0;
  /system/core/libpixelflinger/
picker.cpp 35 if (ggl_likely(!c->dirty))
42 if (c->dirty & GGL_CB_STATE) {
46 c->dirty |= GGL_PIXEL_PIPELINE_STATE;
49 if (c->dirty & GGL_PIXEL_PIPELINE_STATE) {
132 if (c->dirty & GGL_TMU_STATE) {
168 c->dirty = 0;
  /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/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 38 dirty = true;
55 dirty = true;
66 dirty = true;
83 dirty = true;
166 dirty = false;
194 if (dirty) {
364 private transient boolean dirty = true; field in class:CalendarPanel

Completed in 1478 milliseconds

1 2 34 5 6 7 8 91011>>