Searched refs:hasCustomColorOutput (Results 1 – 5 of 5) sorted by relevance
77 virtual bool hasCustomColorOutput() const = 0;111 bool hasCustomColorOutput() const override { return fHasCustomColorOutput; } in hasCustomColorOutput() function
73 virtual bool hasCustomColorOutput() const = 0;101 bool hasCustomColorOutput() const override { return SkToBool(fCustomColorOutput); } in hasCustomColorOutput() function
147 return this->hasCustomColorOutput() ? DeclaredColorOutputName() : "sk_FragColor"; in getPrimaryColorOutputName()
193 meta.fHasCustomColorOutput = fFS.hasCustomColorOutput(); in storeShaderInCache()480 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()
389 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()