HomeSort by relevance Sort by last modified time
    Searched refs:kSkiaPMTextureIdx (Results 1 - 13 of 13) sorted by null

  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp 50 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
GrBicubicEffect.cpp 183 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
GrBitmapTextGeoProc.cpp 168 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
GrConvolutionEffect.cpp 210 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
GrConfigConversionEffect.cpp 134 return new GrConfigConversionEffect(d->fTextures[GrProcessorUnitTest::kSkiaPMTextureIdx],
GrTextureDomain.cpp 284 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
GrDistanceFieldGeoProc.cpp 243 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
453 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx
    [all...]
GrMatrixConvolutionEffect.cpp 228 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
  /external/skia/include/gpu/
GrProcessorUnitTest.h 25 kSkiaPMTextureIdx = 0,
  /external/skia/src/effects/
SkAlphaThresholdFilter.cpp 223 GrTexture* bmpTex = d->fTextures[GrProcessorUnitTest::kSkiaPMTextureIdx];
SkDisplacementMapEffect.cpp 520 int texIdxDispl = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
522 int texIdxColor = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
SkMorphologyImageFilter.cpp 437 int texIdx = d->fRandom->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx :
SkLightingImageFilter.cpp     [all...]

Completed in 722 milliseconds