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

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

Completed in 95 milliseconds