HomeSort by relevance Sort by last modified time
    Searched refs:dirty (Results 26 - 50 of 791) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_program.c 62 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
68 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
84 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
85 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
204 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
217 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
225 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_program.c 62 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
65 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
68 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
83 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
84 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
85 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
204 st->dirty.st |= ST_NEW_FRAGMENT_PROGRAM;
217 st->dirty.st |= ST_NEW_GEOMETRY_PROGRAM;
225 st->dirty.st |= ST_NEW_VERTEX_PROGRAM;
  /frameworks/base/core/java/android/view/
ViewOverlay.java 241 public void invalidate(Rect dirty) {
242 super.invalidate(dirty);
244 mHostView.invalidate(dirty);
300 public void damageChild(View child, final Rect dirty) {
303 // using DisplayList properties and a dirty rect instead of causing a real
308 child.transformRect(dirty);
310 dirty.offset(left, top);
311 mHostView.invalidate(dirty);
319 protected ViewParent damageChildInParent(int left, int top, Rect dirty) {
321 return ((ViewGroup) mHostView).damageChildInParent(left, top, dirty);
    [all...]
  /external/chromium_org/net/http/
transport_security_persister_unittest.cc 47 bool dirty; local
50 EXPECT_TRUE(persister_->LoadEntries(output, &dirty));
51 EXPECT_FALSE(dirty);
67 bool dirty; local
69 EXPECT_TRUE(persister_->LoadEntries(output, &dirty));
137 bool dirty; local
138 EXPECT_TRUE(persister_->LoadEntries(persisted, &dirty));
139 EXPECT_FALSE(dirty);
162 bool dirty; local
163 EXPECT_TRUE(persister_->LoadEntries(output, &dirty));
195 bool dirty; local
    [all...]
transport_security_persister.h 105 // Sets |*dirty| to true if the new state differs from the persisted
107 bool LoadEntries(const std::string& serialized, bool* dirty);
113 // Sets |*dirty| to true if the new state differs from the persisted
116 bool* dirty,
  /external/bison/build-aux/
git-version-gen 193 # Test whether to append the "-dirty" suffix only if the version
197 # Don't declare a version "dirty" merely because a time stamp has changed.
200 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
201 case "$dirty" in
205 *-dirty) ;;
206 *) v="$v-dirty" ;;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_constants.c 68 svga->dirty |= SVGA_NEW_FS_CONST_BUFFER;
70 svga->dirty |= SVGA_NEW_VS_CONST_BUFFER;
svga_state.h 42 unsigned dirty; member in struct:svga_tracked_state
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
  /external/chromium_org/third_party/skia/src/animator/
SkPostParts.cpp 39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_constants.c 68 svga->dirty |= SVGA_NEW_FS_CONST_BUFFER;
70 svga->dirty |= SVGA_NEW_VS_CONST_BUFFER;
svga_state.h 42 unsigned dirty; member in struct:svga_tracked_state
43 enum pipe_error (*update)( struct svga_context *svga, unsigned dirty );
  /external/skia/src/animator/
SkPostParts.cpp 39 void SkDataInput::dirty() { function in class:SkDataInput
40 fParent->dirty();
  /external/strace/
git-version-gen 198 # Test whether to append the "-dirty" suffix only if the version
202 # Don't declare a version "dirty" merely because a time stamp has changed.
205 dirty=`exec 2>/dev/null;git diff-index --name-only HEAD` || dirty=
206 case "$dirty" in
210 *-dirty) ;;
211 *) v="$v-dirty" ;;
  /external/chromium_org/build/git-hooks/
pre-commit 5 git diff-tree -r --ignore-submodules=dirty "$1" "$2" | grep -e '^:160000' -e '^:...... 160000' | xargs
7 git diff-index --cached --ignore-submodules=dirty "$1" | grep -e '^:160000' -e '^:...... 160000' | xargs
34 git status --ignore-submodules=dirty
38 git diff-index --cached --ignore-submodules=dirty HEAD
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_blend.c 56 softpipe->dirty |= SP_NEW_BLEND;
84 softpipe->dirty |= SP_NEW_BLEND;
104 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;
123 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;
sp_state_clip.c 56 softpipe->dirty |= SP_NEW_VIEWPORT;
69 softpipe->dirty |= SP_NEW_SCISSOR;
82 softpipe->dirty |= SP_NEW_STIPPLE;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sampler_state.c 51 .dirty = {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 56 softpipe->dirty |= SP_NEW_BLEND;
84 softpipe->dirty |= SP_NEW_BLEND;
104 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;
123 softpipe->dirty |= SP_NEW_DEPTH_STENCIL_ALPHA;
sp_state_clip.c 56 softpipe->dirty |= SP_NEW_VIEWPORT;
69 softpipe->dirty |= SP_NEW_SCISSOR;
82 softpipe->dirty |= SP_NEW_STIPPLE;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sampler_state.c 51 .dirty = {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_clip.c 56 llvmpipe->dirty |= LP_NEW_VIEWPORT;
69 llvmpipe->dirty |= LP_NEW_SCISSOR;
82 llvmpipe->dirty |= LP_NEW_STIPPLE;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_clip.c 56 llvmpipe->dirty |= LP_NEW_VIEWPORT;
69 llvmpipe->dirty |= LP_NEW_SCISSOR;
82 llvmpipe->dirty |= LP_NEW_STIPPLE;
  /bionic/libc/dns/nameser/
ns_ttl.c 105 int ch, digits, dirty; local
110 dirty = 0;
135 dirty = 1;
138 if (dirty)
142 } else if (!dirty)

Completed in 1053 milliseconds

12 3 4 5 6 7 8 91011>>