Searched defs:dirty (Results 1 - 25 of 193) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.h40 unsigned dirty; member in struct:i915_tracked_state
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.h40 unsigned dirty; member in struct:i915_tracked_state
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRewriteRuleElementStream.h33 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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset variable
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty; variable
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state.h42 unsigned dirty; member in struct:svga_tracked_state
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
H A Dsvga_state_vdecl.c46 emit_hw_vs_vdecl(struct svga_context *svga, unsigned dirty) argument
136 emit_hw_vdecl(struct svga_context *svga, unsigned dirty) argument
143 return emit_hw_vs_vdecl( svga, dirty );
H A Dsvga_surface.h54 boolean dirty; member in struct:svga_surface
/external/chromium_org/third_party/skia/src/animator/
H A DSkPostParts.cpp39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
H A DSkDrawRectangle.cpp43 void SkDrawRect::dirty() { function in class:SkDrawRect
45 fParent->dirty();
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.h42 unsigned dirty; member in struct:svga_tracked_state
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
H A Dsvga_state_vdecl.c46 emit_hw_vs_vdecl(struct svga_context *svga, unsigned dirty) argument
136 emit_hw_vdecl(struct svga_context *svga, unsigned dirty) argument
143 return emit_hw_vs_vdecl( svga, dirty );
H A Dsvga_surface.h54 boolean dirty; member in struct:svga_surface
/external/skia/src/animator/
H A DSkPostParts.cpp39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
H A DSkDrawRectangle.cpp43 void SkDrawRect::dirty() { function in class:SkDrawRect
45 fParent->dirty();
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_usage_cache_unittest.cc68 uint32 dirty = 0; local
72 EXPECT_TRUE(usage_cache()->GetDirty(usage_file_path, &dirty));
73 EXPECT_EQ(1u, dirty);
83 // DecrementDirty for dirty = 0 is invalid. It returns false.
102 uint32 dirty = 0; local
105 // DecrementDirty for dirty = 0 is invalid. It returns false.
109 // does not make dirty = -1 after DecrementDirty.
110 EXPECT_TRUE(usage_cache()->GetDirty(usage_file_path, &dirty));
111 EXPECT_EQ(1u, dirty);
130 uint32 dirty local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv40_verttex.c33 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv40_verttex.c33 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/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteRuleElementStream.cs73 * 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/content/renderer/pepper/
H A Dppb_widget_impl.cc61 void PPB_Widget_Impl::Invalidate(const PP_Rect* dirty) { argument
70 widget->Invalidate(pp_instance(), pp_resource(), dirty);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DUniform.h46 bool dirty; member in struct:gl::LinkedUniform
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3rewritestreams.h94 /// can be reused in future sub rules. So, reset must set a dirty bit.
95 /// If dirty, then next() always returns a dup.
97 ANTLR3_BOOLEAN dirty; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct

Completed in 668 milliseconds

12345678