Searched refs:fDualSourceBlendingSupport (Results 1 – 14 of 14) sorted by relevance
23 fDualSourceBlendingSupport = false; in GrShaderCaps()82 writer->appendBool("Dual Source Blending Support", fDualSourceBlendingSupport); in dumpJSON()157 fDualSourceBlendingSupport = fDualSourceBlendingSupport && !options.fSuppressDualSourceBlending; in applyOptionsOverrides()
49 bool dualSourceBlendingSupport() const { return fDualSourceBlendingSupport; } in dualSourceBlendingSupport()243 bool fDualSourceBlendingSupport : 1; variable
22 fDualSourceBlendingSupport = false; in GrShaderCaps()93 writer->appendBool("Dual Source Blending Support", fDualSourceBlendingSupport); in dumpJSON()190 fDualSourceBlendingSupport = false; in applyOptionsOverrides()
48 bool dualSourceBlendingSupport() const { return fDualSourceBlendingSupport; } in dualSourceBlendingSupport()280 bool fDualSourceBlendingSupport : 1; variable
37 fShaderCaps->fDualSourceBlendingSupport = options.fDualSourceBlendingSupport; in GrMockCaps()
130 bool fDualSourceBlendingSupport = false; member
580 shaderCaps->fDualSourceBlendingSupport = features.features.dualSrcBlend; in initShaderCaps()
327 shaderCaps->fDualSourceBlendingSupport = true;
458 shaderCaps->fDualSourceBlendingSupport = true;460 shaderCaps->fDualSourceBlendingSupport = false;
240 shaderCaps->fDualSourceBlendingSupport = true; in initShaderCaps()
327 shaderCaps->fDualSourceBlendingSupport = (ctxInfo.version() >= GR_GL_VER(3, 3) || in init()348 shaderCaps->fDualSourceBlendingSupport = ctxInfo.hasExtension("GL_EXT_blend_func_extended"); in init()
333 shaderCaps->fDualSourceBlendingSupport = in init()357 shaderCaps->fDualSourceBlendingSupport = ctxInfo.hasExtension("GL_EXT_blend_func_extended"); in init()3847 shaderCaps->fDualSourceBlendingSupport = false; in applyDriverCorrectnessWorkarounds()
714 shaderCaps->fDualSourceBlendingSupport = features.features.dualSrcBlend; in initShaderCaps()
34 mockOptions.fDualSourceBlendingSupport = true;