Searched refs:isACopyNeededForTextureParams (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrTextureMaker.cpp | 32 if (!fContext->getGpu()->isACopyNeededForTextureParams(original.get(), params, ©Params, in refTextureProxyForParams() 37 if (!fContext->getGpu()->isACopyNeededForTextureParams(this->width(), this->height(), in refTextureProxyForParams()
|
D | GrGpu.h | 480 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()
|
D | GrTextureAdjuster.cpp | 87 } else if (!fContext->getGpu()->isACopyNeededForTextureParams(proxy.get(), params, ©Params, in refTextureProxySafeForParams()
|
D | GrGpu.cpp | 44 bool GrGpu::isACopyNeededForTextureParams(int width, int height, in isACopyNeededForTextureParams() function in GrGpu
|