Searched refs:hasCustomColorOutput (Results 1 – 2 of 2) 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
193 meta.fHasCustomColorOutput = fFS.hasCustomColorOutput(); in storeShaderInCache()489 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()