Home
last modified time | relevance | path

Searched refs:fHasSecondaryColorOutput (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
H A DGrPersistentCacheUtils.cpp60 writer.writeBool(meta->fHasSecondaryColorOutput); in PackCachedShaders()
114 meta->fHasSecondaryColorOutput = reader->readBool(); in UnpackCachedShaders()
H A DGrPersistentCacheUtils.h26 bool fHasSecondaryColorOutput = false; member
/third_party/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp194 meta.fHasSecondaryColorOutput = fFS.hasSecondaryOutput(); in storeShaderInCache()
622 if (meta.fHasSecondaryColorOutput && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) { in PrecompileProgram()

Completed in 2 milliseconds