Searched refs:usesVaryingCoords (Results 1 – 8 of 8) sorted by relevance
97 bool usesVaryingCoords() const { in usesVaryingCoords() function98 return (fColorFragmentProcessor && fColorFragmentProcessor->usesVaryingCoords()) || in usesVaryingCoords()99 (fCoverageFragmentProcessor && fCoverageFragmentProcessor->usesVaryingCoords()); in usesVaryingCoords()
46 bool usesVaryingCoords() const { in usesVaryingCoords() function47 return (fColorFragmentProcessor && fColorFragmentProcessor->usesVaryingCoords()) || in usesVaryingCoords()48 (fCoverageFragmentProcessor && fCoverageFragmentProcessor->usesVaryingCoords()); in usesVaryingCoords()
43 if (fp->usesVaryingCoords()) { in GrColorFragmentProcessorAnalysis()
132 coverageUsesLocalCoords |= fCoverageFragmentProcessor->usesVaryingCoords(); in finalize()138 coverageUsesLocalCoords |= clipFP->usesVaryingCoords(); in finalize()
166 bool usesVaryingCoords() const { in usesVaryingCoords() function
808 (!paint.usesVaryingCoords() || quad.fLocal.asRect(&croppedLocal))) { in fillRectToRect()
155 if (fProcessors.usesVaryingCoords()) { in canUseHardwareTessellation()
820 REPORTER_ASSERT(reporter, fp.usesVaryingCoords() == clone.usesVaryingCoords(), in assert_processor_equality()