Searched refs:refTextureForParams (Results 1 – 5 of 5) sorted by relevance
170 GrTexture* refTextureForParams(const GrTextureParams&);
433 GrTexture* GrTextureMaker::refTextureForParams(const GrTextureParams& params) { in refTextureForParams() function in GrTextureMaker486 SkAutoTUnref<GrTexture> texture(this->refTextureForParams(params)); in createFragmentProcessor()
293 return GrBitmapTextureMaker(ctx, bitmap).refTextureForParams(params); in GrRefCachedBitmapTexture()
324 return GrImageTextureMaker(ctx, this, client, chint).refTextureForParams(params); in lockAsTexture()
283 SkAutoTUnref<GrTexture> texture(maker->refTextureForParams(GrTextureParams::ClampNoFilter())); in create_image_from_maker()