Searched defs:proxyIsExact (Results 1 - 2 of 2) sorted by relevance

/external/skqp/src/gpu/
H A DGrTextureProducer.cpp88 const bool proxyIsExact = GrProxyProvider::IsFunctionallyExact(proxy); local
91 if (constraintRect.contains(proxyBounds) && proxyIsExact) {
100 if (!restrictFilterToRect && proxyIsExact && coordsLimitedToConstraintRect) {
119 if (restrictFilterToRect || !proxyIsExact) {
139 } else if (!proxyIsExact) {
/external/skia/src/gpu/
H A DGrTextureProducer.cpp92 const bool proxyIsExact = GrProxyProvider::IsFunctionallyExact(proxy); local
95 if (constraintRect.contains(proxyBounds) && proxyIsExact) {
104 if (!restrictFilterToRect && proxyIsExact && coordsLimitedToConstraintRect) {
123 if (restrictFilterToRect || !proxyIsExact) {
143 } else if (!proxyIsExact) {

Completed in 163 milliseconds