Home
last modified time | relevance | path

Searched refs:hasCustomColorOutput (Results 1 – 4 of 4) 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/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h119 virtual bool hasCustomColorOutput() const = 0;
156 bool hasCustomColorOutput() const override { return fHasCustomColorOutput; } in hasCustomColorOutput() function
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp193 meta.fHasCustomColorOutput = fFS.hasCustomColorOutput(); in storeShaderInCache()
457 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp388 if (fFS.hasCustomColorOutput() && caps.bindFragDataLocationSupport()) { in bindProgramResourceLocations()