Home
last modified time | relevance | path

Searched refs:makeCopyForTextureParams (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrGpu.h445 bool makeCopyForTextureParams(int width, int height, const GrTextureParams&,
452 bool makeCopyForTextureParams(GrTexture* texture, const GrTextureParams& params, in makeCopyForTextureParams() function
454 if (this->makeCopyForTextureParams(texture->width(), texture->height(), params, in makeCopyForTextureParams()
DGrTextureParamsAdjuster.cpp172 } else if (!context->getGpu()->makeCopyForTextureParams(texture, params, &copyParams)) { in refTextureSafeForParams()
435 if (!fContext->getGpu()->makeCopyForTextureParams(this->width(), this->height(), params, in refTextureForParams()
DGrGpu.cpp58 bool GrGpu::makeCopyForTextureParams(int width, int height, const GrTextureParams& textureParams, in makeCopyForTextureParams() function in GrGpu