Home
last modified time | relevance | path

Searched refs:textureParams (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrGpu.cpp58 bool GrGpu::makeCopyForTextureParams(int width, int height, const GrTextureParams& textureParams, in makeCopyForTextureParams() argument
61 if (textureParams.isTiled() && !caps.npotTextureTileSupport() && in makeCopyForTextureParams()
65 switch (textureParams.filterMode()) { in makeCopyForTextureParams()
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp1324 GrTextureParams textureParams(SkShader::TileMode::kRepeat_TileMode, in asFragmentProcessor() local
1328 textureParams)); in asFragmentProcessor()
1331 textureParams)); in asFragmentProcessor()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp4004 bool GrGLGpu::onMakeCopyForTextureParams(GrTexture* texture, const GrTextureParams& textureParams, in onMakeCopyForTextureParams() argument
4006 if (textureParams.isTiled() || in onMakeCopyForTextureParams()
4007 GrTextureParams::kMipMap_FilterMode == textureParams.filterMode()) { in onMakeCopyForTextureParams()