Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrTextureEffect.cpp92 bool domainIsSafe = false; in Sampling() local
96 domainIsSafe = true; in Sampling()
105 domainIsSafe = true; in Sampling()
108 if (!alwaysUseShaderTileMode && domainIsSafe) { in Sampling()