/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_clip_state.c | 87 .dirty = {
|
gen7_urb.c | 69 .dirty = { 141 .dirty = {
|
gen7_viewport_state.c | 76 .dirty = { 97 .dirty = {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.h | 49 radeon->query.queryobj.dirty = GL_FALSE;
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.h | 54 int dirty; member in struct:vidmem_bucket 169 ((vidmem_bucket *)surface->hwdata)->dirty = 1; 174 return ((vidmem_bucket *)surface->hwdata)->dirty; 184 /* Clear all surface dirty bits */ 186 bucket->dirty = 0;
|
/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/services/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);
|
/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/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineBox.h | 50 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent) 57 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal) 257 bool isDirty() const { return m_bitfields.dirty(); } 258 virtual void markDirty(bool dirty = true) { m_bitfields.setDirty(dirty); } 319 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true) 323 , m_dirty(dirty) 351 ADD_BOOLEAN_BITFIELD(dirty, Dirty);
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
TextureStorage9.h | 70 IDirect3DSurface9 *getSurfaceLevel(int level, bool dirty); 92 IDirect3DSurface9 *getCubeMapSurface(GLenum faceTarget, int level, bool dirty);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_vertex.c | 64 llvmpipe->dirty |= LP_NEW_VERTEX; 89 llvmpipe->dirty |= LP_NEW_VERTEX;
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_urb.c | 69 .dirty = { 141 .dirty = {
|
gen7_viewport_state.c | 76 .dirty = { 97 .dirty = {
|
/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;
|
/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/chromium_org/third_party/mesa/src/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...] |
/external/chromium_org/third_party/mesa/src/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;
|
/external/chromium_org/tools/grit/grit/ |
tclib.py | 36 self.dirty = True # True if self.id is (or might be) wrong 101 self.dirty = True 108 self.dirty = True 115 self.dirty = True # user might modify content 128 if self.dirty: 130 self.dirty = False
|
/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...] |
/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;
|