Searched refs:textureDomain (Results 1 – 2 of 2) sorted by relevance
82 const GrTextureDomain& textureDomain, in sampleTexture() argument87 SkASSERT(!fHasMode || (textureDomain.modeX() == fModeX && textureDomain.modeY() == fModeY)); in sampleTexture()88 SkDEBUGCODE(fModeX = textureDomain.modeX();) in sampleTexture()89 SkDEBUGCODE(fModeY = textureDomain.modeY();) in sampleTexture()92 if ((textureDomain.modeX() != kIgnore_Mode || textureDomain.modeY() != kIgnore_Mode) && in sampleTexture()97 if (textureDomain.fIndex >= 0) { in sampleTexture()98 uniName.appendS32(textureDomain.fIndex); in sampleTexture()105 bool decalX = textureDomain.modeX() == kDecal_Mode; in sampleTexture()106 bool decalY = textureDomain.modeY() == kDecal_Mode; in sampleTexture()110 if (textureDomain.fIndex >= 0) { in sampleTexture()[all …]
135 const GrTextureDomain& textureDomain,