Searched refs:GrMakeCachedBitmapProxy (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DSkGr.h246 sk_sp<GrTextureProxy> GrMakeCachedBitmapProxy(GrResourceProvider*, const SkBitmap& bitmap);
H A DSkGr.cpp278 sk_sp<GrTextureProxy> GrMakeCachedBitmapProxy(GrResourceProvider* resourceProvider, function
H A DSkGpuDevice.cpp1283 sk_sp<GrTextureProxy> proxy = GrMakeCachedBitmapProxy(fContext->resourceProvider(), bitmap);
1290 // GrMakeCachedBitmapProxy creates a tight copy of 'bitmap' so we don't have to subset
/external/skia/src/core/
H A DSkSpecialImage.cpp108 sk_sp<GrTextureProxy> proxy = GrMakeCachedBitmapProxy(context->resourceProvider(), bmp);
115 // GrMakeCachedBitmapProxy has uploaded only the specified subset of 'bmp' so we need not
252 return GrMakeCachedBitmapProxy(context->resourceProvider(), fBitmap);
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp917 sk_sp<GrTextureProxy> permutationsProxy(GrMakeCachedBitmapProxy(
920 sk_sp<GrTextureProxy> noiseProxy(GrMakeCachedBitmapProxy(args.fContext->resourceProvider(),
H A DSkTableColorFilter.cpp503 proxy = GrMakeCachedBitmapProxy(context->resourceProvider(), bitmap);
/external/skia/experimental/SkPerlinNoiseShader2/
H A DSkPerlinNoiseShader2.cpp1348 sk_sp<GrTextureProxy> permutationsProxy = GrMakeCachedBitmapProxy(
1351 sk_sp<GrTextureProxy> noiseProxy = GrMakeCachedBitmapProxy(args.fContext->resourceProvider(),
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp1711 // that GrMakeCachedBitmapProxy is sufficient (i.e., it won't need to be
1713 sk_sp<GrTextureProxy> proxy = GrMakeCachedBitmapProxy(

Completed in 180 milliseconds