Searched refs:hasCustomColorOutput (Results 1 – 4 of 4) sorted by relevance
67 virtual bool hasCustomColorOutput() const = 0; in GR_MAKE_BITFIELD_CLASS_OPS()94 bool hasCustomColorOutput() const override { return SkToBool(fCustomColorOutput); } in hasCustomColorOutput() function
119 virtual bool hasCustomColorOutput() const = 0;156 bool hasCustomColorOutput() const override { return fHasCustomColorOutput; } in hasCustomColorOutput() function
193 meta.fHasCustomColorOutput = fFS.hasCustomColorOutput(); in storeShaderInCache()457 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()
388 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()