Home
last modified time | relevance | path

Searched refs:permutationsProxy (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp683 sk_sp<GrTextureProxy> permutationsProxy, in Make() argument
689 std::move(permutationsProxy), std::move(noiseProxy), matrix)); in Make()
723 sk_sp<GrTextureProxy> permutationsProxy, in GrPerlinNoise2Effect() argument
730 , fPermutationsSampler(std::move(permutationsProxy)) in GrPerlinNoise2Effect()
1098 sk_sp<GrTextureProxy> permutationsProxy, in Make() argument
1103 std::move(permutationsProxy), in Make()
1131 sk_sp<GrTextureProxy> permutationsProxy, in GrImprovedPerlinNoiseEffect() argument
1137 , fPermutationsSampler(std::move(permutationsProxy)) in GrImprovedPerlinNoiseEffect()
1394 sk_sp<GrTextureProxy> permutationsProxy = GrMakeCachedBitmapProxy( in asFragmentProcessor() local
1400 if (permutationsProxy && noiseProxy) { in asFragmentProcessor()
[all …]