Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBitmapTextureMaker.h16 class GrBitmapTextureMaker : public GrTextureMaker {
36 typedef GrTextureMaker INHERITED;
DGrTextureMaker.cpp14 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()
DGrImageTextureMaker.h18 class GrImageTextureMaker : public GrTextureMaker {
43 typedef GrTextureMaker INHERITED;
DGrTextureMaker.h17 class GrTextureMaker : public GrTextureProducer {
40 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureMaker() function
/external/skia/gn/
Dgpu.gni209 "$_src/gpu/GrTextureMaker.cpp",
210 "$_src/gpu/GrTextureMaker.h",
/external/skia/src/image/
DSkImage_Gpu.cpp395 static sk_sp<SkImage> create_image_from_maker(GrContext* context, GrTextureMaker* maker, in create_image_from_maker()
/external/skia/
DAndroid.bp437 "src/gpu/GrTextureMaker.cpp",