Searched refs:makeCopyForTextureParams (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpu.h | 445 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()
|
D | GrTextureParamsAdjuster.cpp | 172 } else if (!context->getGpu()->makeCopyForTextureParams(texture, params, ©Params)) { in refTextureSafeForParams() 435 if (!fContext->getGpu()->makeCopyForTextureParams(this->width(), this->height(), params, in refTextureForParams()
|
D | GrGpu.cpp | 58 bool GrGpu::makeCopyForTextureParams(int width, int height, const GrTextureParams& textureParams, in makeCopyForTextureParams() function in GrGpu
|