Searched refs:fDualSourceBlendingSupport (Results 1 – 4 of 4) sorted by relevance
45 fDualSourceBlendingSupport = false; in GrShaderCaps()99 r.appendf("Dual Source Blending Support : %s\n", gNY[fDualSourceBlendingSupport]); in dump()225 fDualSourceBlendingSupport = fDualSourceBlendingSupport && !options.fSuppressDualSourceBlending; in applyOptionsOverrides()
77 bool dualSourceBlendingSupport() const { return fDualSourceBlendingSupport; } in dualSourceBlendingSupport()267 bool fDualSourceBlendingSupport : 1; variable
224 shaderCaps->fDualSourceBlendingSupport = SkToBool(featureFlags & kDualSrcBlend_GrVkFeatureFlag); in initShaderCaps()229 shaderCaps->fDualSourceBlendingSupport = false; in initShaderCaps()
270 shaderCaps->fDualSourceBlendingSupport = (ctxInfo.version() >= GR_GL_VER(3, 3) || in init()281 shaderCaps->fDualSourceBlendingSupport = ctxInfo.hasExtension("GL_EXT_blend_func_extended"); in init()