Home
last modified time | relevance | path

Searched refs:hasCustomColorOutput (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h67 virtual bool hasCustomColorOutput() const = 0; in GR_MAKE_BITFIELD_CLASS_OPS()
94 bool hasCustomColorOutput() const override { return SkToBool(fCustomColorOutput); } in hasCustomColorOutput() function
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp193 meta.fHasCustomColorOutput = fFS.hasCustomColorOutput(); in storeShaderInCache()
489 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()