HomeSort by relevance Sort by last modified time
    Searched defs:dirty (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /external/jmonkeyengine/engine/src/bullet-native/
jmeMotionState.h 43 bool dirty; member in class:jmeMotionState
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.h 40 unsigned dirty; member in struct:i915_tracked_state
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.h 40 unsigned dirty; member in struct:i915_tracked_state
  /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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 38 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/
ANTLRRewriteRuleElementStream.h 38 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/
ANTLRRewriteRuleElementStream.h 38 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/
svga_state.h 42 unsigned dirty; member in struct:svga_tracked_state
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
svga_surface.h 54 boolean dirty; member in struct:svga_surface
  /external/chromium_org/third_party/skia/src/animator/
SkPostParts.cpp 39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
SkDrawRectangle.cpp 43 void SkDrawRect::dirty() { function in class:SkDrawRect
45 fParent->dirty();
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.h 42 unsigned dirty; member in struct:svga_tracked_state
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
svga_surface.h 54 boolean dirty; member in struct:svga_surface
  /external/skia/src/animator/
SkPostParts.cpp 39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
SkDrawRectangle.cpp 43 void SkDrawRect::dirty() { function in class:SkDrawRect
45 fParent->dirty();
  /external/chromium/chrome/browser/
transport_security_persister.cc 53 bool dirty = false; local
54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
58 if (dirty)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Uniform.h 37 bool dirty; member in struct:gl::Uniform
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv40_verttex.c 33 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/intel/
intel_pixel_read.c 84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache_unittest.cc 66 uint32 dirty = 0; local
70 EXPECT_TRUE(usage_cache()->GetDirty(usage_file_path, &dirty));
71 EXPECT_EQ(1u, dirty);
81 // DecrementDirty for dirty = 0 is invalid. It returns false.
100 uint32 dirty = 0; local
103 // DecrementDirty for dirty = 0 is invalid. It returns false.
107 // does not make dirty = -1 after DecrementDirty.
108 EXPECT_TRUE(usage_cache()->GetDirty(usage_file_path, &dirty));
109 EXPECT_EQ(1u, dirty);
128 uint32 dirty = 0 local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv40_verttex.c 33 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/intel/
intel_pixel_read.c 84 GLuint dirty; local
135 dirty = intel->front_buffer_dirty;
137 intel->front_buffer_dirty = dirty;
175 bool dirty; local
185 /* glReadPixels() wont dirty the front buffer, so reset the dirty
187 dirty = intel->front_buffer_dirty;
189 intel->front_buffer_dirty = dirty;
204 intel->front_buffer_dirty = dirty;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 45 GLboolean dirty; member in struct:nouveau_texture
50 to_nouveau_texture(t)->dirty = GL_TRUE
  /bionic/libc/netbsd/nameser/
ns_ttl.c 103 int ch, digits, dirty; local
108 dirty = 0;
133 dirty = 1;
136 if (dirty)

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 9