Searched defs:noiseProxy (Results 1 - 2 of 2) sorted by path

/external/skia/experimental/SkPerlinNoiseShader2/
H A DSkPerlinNoiseShader2.cpp629 sk_sp<GrTextureProxy> noiseProxy,
633 std::move(permutationsProxy), std::move(noiseProxy), matrix));
671 sk_sp<GrTextureProxy> noiseProxy,
678 , fNoiseSampler(resourceProvider, std::move(noiseProxy))
1351 sk_sp<GrTextureProxy> noiseProxy = GrMakeCachedBitmapProxy(args.fContext->resourceProvider(), local
1354 if (permutationsProxy && noiseProxy) {
1362 std::move(noiseProxy),
667 GrPerlinNoise2Effect(GrResourceProvider* resourceProvider, SkPerlinNoiseShader2::Type type, int numOctaves, bool stitchTiles, SkPerlinNoiseShader2::PaintingData* paintingData, sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> noiseProxy, const SkMatrix& matrix) argument
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp493 sk_sp<GrTextureProxy> noiseProxy,
497 std::move(permutationsProxy), std::move(noiseProxy), matrix));
533 sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> noiseProxy,
541 , fNoiseSampler(resourceProvider, std::move(noiseProxy))
920 sk_sp<GrTextureProxy> noiseProxy(GrMakeCachedBitmapProxy(args.fContext->resourceProvider(),
926 if (permutationsProxy && noiseProxy) {
934 std::move(noiseProxy),
488 Make(GrResourceProvider* resourceProvider, SkPerlinNoiseShader::Type type, int numOctaves, bool stitchTiles, SkPerlinNoiseShader::PaintingData* paintingData, sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> noiseProxy, const SkMatrix& matrix) argument
530 GrPerlinNoiseEffect(GrResourceProvider* resourceProvider, SkPerlinNoiseShader::Type type, int numOctaves, bool stitchTiles, SkPerlinNoiseShader::PaintingData* paintingData, sk_sp<GrTextureProxy> permutationsProxy, sk_sp<GrTextureProxy> noiseProxy, const SkMatrix& matrix) argument

Completed in 155 milliseconds