Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrSingleTextureEffect.h34 const GrTextureAccess& otherAccess = other.fTextureAccess; in hasSameTextureParamsAndMatrix() local
36 return fTextureAccess.getTexture() == otherAccess.getTexture() && in hasSameTextureParamsAndMatrix()
37 fTextureAccess.getParams() == otherAccess.getParams() && in hasSameTextureParamsAndMatrix()