Searched refs:textureParams (Results 1 – 3 of 3) sorted by relevance
58 bool GrGpu::makeCopyForTextureParams(int width, int height, const GrTextureParams& textureParams, in makeCopyForTextureParams() argument61 if (textureParams.isTiled() && !caps.npotTextureTileSupport() && in makeCopyForTextureParams()65 switch (textureParams.filterMode()) { in makeCopyForTextureParams()
1324 GrTextureParams textureParams(SkShader::TileMode::kRepeat_TileMode, in asFragmentProcessor() local1328 textureParams)); in asFragmentProcessor()1331 textureParams)); in asFragmentProcessor()
4004 bool GrGLGpu::onMakeCopyForTextureParams(GrTexture* texture, const GrTextureParams& textureParams, in onMakeCopyForTextureParams() argument4006 if (textureParams.isTiled() || in onMakeCopyForTextureParams()4007 GrTextureParams::kMipMap_FilterMode == textureParams.filterMode()) { in onMakeCopyForTextureParams()