/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleElementStream.cs | 71 * can be reused in future subrules. So, reset must set a dirty bit. 72 * If dirty, then next() always returns a dup. 77 protected bool dirty = false; field in class:Antlr.Runtime.Tree.RewriteRuleElementStream 108 * the dirty bit. 113 dirty = true; 140 * size==1. If we've already used the element, dup (dirty bit set). 145 if (dirty || (cursor >= n && n == 1)) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleElementStream.cs | 73 * can be reused in future subrules. So, reset must set a dirty bit. 74 * If dirty, then next() always returns a dup. 79 protected bool dirty = false; field in class:Antlr.Runtime.Tree.RewriteRuleElementStream 113 * the dirty bit. 119 dirty = true; 150 * size==1. If we've already used the element, dup (dirty bit set). 156 if ( dirty || ( cursor >= n && n == 1 ) )
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_immediate.c | 68 if (i915->dirty & I915_NEW_VBO) { 226 if (i915->dirty & atoms[i]->dirty)
|
i915_state_derived.c | 179 i915->dirty |= I915_NEW_VERTEX_FORMAT; 216 if (atoms[i]->dirty & i915->dirty) 219 i915->dirty = 0;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_flush.c | 60 r300->vs_state.dirty = FALSE; 61 r300->vs_constants.dirty = FALSE; 62 r300->clip_state.dirty = FALSE; 101 /* Even if hw is not dirty, we should at least reset the CS in case
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_vdecl.c | 46 emit_hw_vs_vdecl(struct svga_context *svga, unsigned dirty) 136 emit_hw_vdecl(struct svga_context *svga, unsigned dirty) 143 return emit_hw_vs_vdecl( svga, dirty );
|
svga_pipe_misc.c | 40 svga->dirty |= SVGA_NEW_SCISSOR; 144 svga->dirty |= SVGA_NEW_FRAME_BUFFER; 156 svga->dirty |= SVGA_NEW_CLIP; 171 svga->dirty |= SVGA_NEW_VIEWPORT;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_context.h | 72 BITSET_DECLARE(dirty, MAX_NOUVEAU_STATE); 104 BITSET_SET(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s) 106 BITSET_SET(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s##0 + i)
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_immediate.c | 68 if (i915->dirty & I915_NEW_VBO) { 226 if (i915->dirty & atoms[i]->dirty)
|
i915_state_derived.c | 179 i915->dirty |= I915_NEW_VERTEX_FORMAT; 216 if (atoms[i]->dirty & i915->dirty) 219 i915->dirty = 0;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_flush.c | 60 r300->vs_state.dirty = FALSE; 61 r300->vs_constants.dirty = FALSE; 62 r300->clip_state.dirty = FALSE; 101 /* Even if hw is not dirty, we should at least reset the CS in case
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_vdecl.c | 46 emit_hw_vs_vdecl(struct svga_context *svga, unsigned dirty) 136 emit_hw_vdecl(struct svga_context *svga, unsigned dirty) 143 return emit_hw_vs_vdecl( svga, dirty );
|
svga_pipe_misc.c | 40 svga->dirty |= SVGA_NEW_SCISSOR; 144 svga->dirty |= SVGA_NEW_FRAME_BUFFER; 156 svga->dirty |= SVGA_NEW_CLIP; 171 svga->dirty |= SVGA_NEW_VIEWPORT;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_context.h | 72 BITSET_DECLARE(dirty, MAX_NOUVEAU_STATE); 104 BITSET_SET(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s) 106 BITSET_SET(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s##0 + i)
|
/frameworks/base/libs/hwui/ |
LayerRenderer.cpp | 56 Rect dirty(left, top, right, bottom); 57 if (dirty.isEmpty() || (dirty.left <= 0 && dirty.top <= 0 && 58 dirty.right >= width && dirty.bottom >= height)) { 60 dirty.set(0.0f, 0.0f, width, height); 62 dirty.intersect(0.0f, 0.0f, width, height); 63 android::Rect r(dirty.left, dirty.top, dirty.right, dirty.bottom) [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.java | 70 if ( dirty || (cursor>=n && n==1) ) {
|
/external/chromium_org/athena/resource_manager/delegate/ |
resource_manager_delegate.cc | 52 // unless it is dirty or it's a minimal portion which is required. 53 file_memory -= info.dirty + kMinFileMemory;
|
/external/chromium_org/content/renderer/pepper/ |
ppb_widget_impl.h | 41 void Invalidate(const PP_Rect* dirty);
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Uniform.h | 46 bool dirty; member in struct:gl::LinkedUniform
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_surface.c | 86 lp->dirty |= LP_NEW_FRAMEBUFFER;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_clip_state.c | 87 .dirty = {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.h | 49 radeon->query.queryobj.dirty = GL_FALSE;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_surface.c | 86 lp->dirty |= LP_NEW_FRAMEBUFFER;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_clip_state.c | 87 .dirty = {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_queryobj.h | 49 radeon->query.queryobj.dirty = GL_FALSE;
|