HomeSort by relevance Sort by last modified time
    Searched refs:isACopyNeededForTextureParams (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrGpu.h 476 bool isACopyNeededForTextureParams(int width, int height, const GrSamplerParams&,
484 bool isACopyNeededForTextureParams(GrTextureProxy* proxy, const GrSamplerParams& params,
487 if (this->isACopyNeededForTextureParams(proxy->width(), proxy->height(), params,
GrTextureMaker.cpp 29 if (!fContext->getGpu()->isACopyNeededForTextureParams(this->width(), this->height(), params,
GrTextureAdjuster.cpp 89 } else if (!fContext->getGpu()->isACopyNeededForTextureParams(proxy.get(), params, &copyParams,
GrGpu.cpp 60 bool GrGpu::isACopyNeededForTextureParams(int width, int height,

Completed in 67 milliseconds