Home
last modified time | relevance | path

Searched refs:isACopyNeededForTextureParams (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrTextureMaker.cpp32 if (!fContext->getGpu()->isACopyNeededForTextureParams(original.get(), params, &copyParams, in refTextureProxyForParams()
37 if (!fContext->getGpu()->isACopyNeededForTextureParams(this->width(), this->height(), in refTextureProxyForParams()
DGrGpu.h480 bool isACopyNeededForTextureParams(int width, int height, const GrSamplerParams&,
488 bool isACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams& params, in isACopyNeededForTextureParams() function
491 if (this->isACopyNeededForTextureParams(proxy->width(), proxy->height(), params, in isACopyNeededForTextureParams()
DGrTextureAdjuster.cpp87 } else if (!fContext->getGpu()->isACopyNeededForTextureParams(proxy.get(), params, &copyParams, in refTextureProxySafeForParams()
DGrGpu.cpp44 bool GrGpu::isACopyNeededForTextureParams(int width, int height, in isACopyNeededForTextureParams() function in GrGpu