Home
last modified time | relevance | path

Searched refs:refTextureForParams (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrTextureParamsAdjuster.h170 GrTexture* refTextureForParams(const GrTextureParams&);
DGrTextureParamsAdjuster.cpp433 GrTexture* GrTextureMaker::refTextureForParams(const GrTextureParams& params) { in refTextureForParams() function in GrTextureMaker
486 SkAutoTUnref<GrTexture> texture(this->refTextureForParams(params)); in createFragmentProcessor()
DSkGr.cpp293 return GrBitmapTextureMaker(ctx, bitmap).refTextureForParams(params); in GrRefCachedBitmapTexture()
/external/skia/src/core/
DSkImageCacherator.cpp324 return GrImageTextureMaker(ctx, this, client, chint).refTextureForParams(params); in lockAsTexture()
/external/skia/src/image/
DSkImage_Gpu.cpp283 SkAutoTUnref<GrTexture> texture(maker->refTextureForParams(GrTextureParams::ClampNoFilter())); in create_image_from_maker()