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

/external/skia/src/shaders/
H A DSkPerlinNoiseShader.cpp713 sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> noiseProxy,
717 std::move(permutationsProxy), std::move(noiseProxy), matrix));
755 sk_sp<GrTextureProxy> permutationsProxy,
762 , fPermutationsSampler(std::move(permutationsProxy))
1142 sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> gradientProxy,
1145 octaves, z, std::move(paintingData), std::move(permutationsProxy),
1177 sk_sp<GrTextureProxy> permutationsProxy,
1183 , fPermutationsSampler(std::move(permutationsProxy))
1459 sk_sp<GrTextureProxy> permutationsProxy = GrMakeCachedImageProxy(proxyProvider, local
1467 if (permutationsProxy
1139 Make( int octaves, SkScalar z, std::unique_ptr<SkPerlinNoiseShaderImpl::PaintingData> paintingData, sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> gradientProxy, const SkMatrix& matrix) argument
1175 GrImprovedPerlinNoiseEffect(int octaves, SkScalar z, std::unique_ptr<SkPerlinNoiseShaderImpl::PaintingData> paintingData, sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> gradientProxy, const SkMatrix& matrix) argument
[all...]
/external/skqp/src/shaders/
H A DSkPerlinNoiseShader.cpp706 sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> noiseProxy,
710 std::move(permutationsProxy), std::move(noiseProxy), matrix));
748 sk_sp<GrTextureProxy> permutationsProxy,
755 , fPermutationsSampler(std::move(permutationsProxy))
1135 sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> gradientProxy,
1138 octaves, z, std::move(paintingData), std::move(permutationsProxy),
1170 sk_sp<GrTextureProxy> permutationsProxy,
1176 , fPermutationsSampler(std::move(permutationsProxy))
1444 sk_sp<GrTextureProxy> permutationsProxy = GrMakeCachedBitmapProxy( local
1451 if (permutationsProxy
1132 Make( int octaves, SkScalar z, std::unique_ptr<SkPerlinNoiseShaderImpl::PaintingData> paintingData, sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> gradientProxy, const SkMatrix& matrix) argument
1168 GrImprovedPerlinNoiseEffect(int octaves, SkScalar z, std::unique_ptr<SkPerlinNoiseShaderImpl::PaintingData> paintingData, sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> gradientProxy, const SkMatrix& matrix) argument
[all...]

Completed in 186 milliseconds