Searched refs:GrTextureMaker (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrBitmapTextureMaker.h | 16 class GrBitmapTextureMaker : public GrTextureMaker { 36 typedef GrTextureMaker INHERITED;
|
D | GrTextureMaker.cpp | 14 sk_sp<GrTextureProxy> GrTextureMaker::refTextureProxyForParams(const GrSamplerParams& params, in refTextureProxyForParams() 55 sk_sp<GrFragmentProcessor> GrTextureMaker::createFragmentProcessor( in createFragmentProcessor() 106 sk_sp<GrTextureProxy> GrTextureMaker::generateTextureProxyForParams(const CopyParams& copyParams, in generateTextureProxyForParams()
|
D | GrImageTextureMaker.h | 18 class GrImageTextureMaker : public GrTextureMaker { 43 typedef GrTextureMaker INHERITED;
|
D | GrTextureMaker.h | 17 class GrTextureMaker : public GrTextureProducer { 40 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureMaker() function
|
/external/skia/gn/ |
D | gpu.gni | 209 "$_src/gpu/GrTextureMaker.cpp", 210 "$_src/gpu/GrTextureMaker.h",
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 395 static sk_sp<SkImage> create_image_from_maker(GrContext* context, GrTextureMaker* maker, in create_image_from_maker()
|
/external/skia/ |
D | Android.bp | 437 "src/gpu/GrTextureMaker.cpp",
|