Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrFragmentProcessor.cpp157 !child->isSampledWithExplicitCoords() && !child->hasPerspectiveTransform()); in registerChild()
191 SkASSERT(!this->isSampledWithExplicitCoords() && !this->hasPerspectiveTransform() && in registerChild()
DGrFragmentProcessor.h192 bool hasPerspectiveTransform() const { in hasPerspectiveTransform() function
/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.cpp140 coordOwner->hasPerspectiveTransform()) { in collectTransforms()