HomeSort by relevance Sort by last modified time
    Searched full:inval (Results 101 - 125 of 297) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/SkiaExamples/
HelloSkiaExample.cpp 93 this->fWindow->inval(NULL);
  /external/chromium_org/third_party/skia/include/views/
SkWindow.h 42 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
  /external/chromium_org/third_party/skia/samplecode/
SampleAnimatedGradient.cpp 87 this->inval(NULL);
SampleCamera.cpp 94 this->inval(NULL);
SampleDegenerateTwoPtRadials.cpp 80 this->inval(NULL);
SampleLines.cpp 101 this->inval(NULL);
SampleArc.cpp 168 this->inval(NULL);
174 this->inval(NULL);
SampleBitmapRect.cpp 135 this->inval(NULL);
227 this->inval(NULL);
SampleLayers.cpp 219 this->inval(NULL);
229 this->inval(NULL);
SamplePath.cpp 201 this->inval(NULL);
206 this->inval(NULL);
SamplePicture.cpp 178 #define INVAL_ALL_TYPE "inval-all"
186 this->inval(NULL);
TransitionView.cpp 88 this->inval(NULL);
126 this->inval(NULL);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 352 Value *InVal = FirstLI->getOperand(0);
353 NewPN->addIncoming(InVal, PN.getIncomingBlock(0));
358 if (NewInVal != InVal)
359 InVal = nullptr;
364 if (InVal) {
367 PhiVal = InVal;
460 Value *InVal = FirstInst->getOperand(0);
461 NewPN->addIncoming(InVal, PN.getIncomingBlock(0));
466 if (NewInVal != InVal)
467 InVal = nullptr
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 306 Value *InVal = NewPHI->getIncomingValueForBlock(LatchBlock);
307 if (Instruction *InValI = dyn_cast<Instruction>(InVal))
309 InVal = LastValueMap[InValI];
310 VMap[OrigPHINode[i]] = InVal;
361 Value *InVal = PN->removeIncomingValue(LatchBlock, false);
364 if (Instruction *InValI = dyn_cast<Instruction>(InVal)) {
366 InVal = LastValueMap[InVal];
369 PN->addIncoming(InVal, Latches.back());
  /external/skia/experimental/SkV8Example/
snow.js 68 inval();
  /external/skia/experimental/SkiaExamples/
HelloSkiaExample.cpp 93 this->fWindow->inval(NULL);
  /external/skia/include/views/
SkWindow.h 43 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
  /external/skia/samplecode/
SampleAnimatedGradient.cpp 87 this->inval(NULL);
SampleCamera.cpp 94 this->inval(NULL);
SampleDegenerateTwoPtRadials.cpp 80 this->inval(NULL);
SampleLines.cpp 101 this->inval(NULL);
SampleArc.cpp 168 this->inval(NULL);
174 this->inval(NULL);
SampleBitmapRect.cpp 141 this->inval(NULL);
233 this->inval(NULL);
SampleLayers.cpp 219 this->inval(NULL);
229 this->inval(NULL);
SamplePath.cpp 201 this->inval(NULL);
206 this->inval(NULL);

Completed in 1116 milliseconds

1 2 3 45 6 7 8 91011>>