Home
last modified time | relevance | path

Searched refs:fDualSourceBlendingSupport (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.cpp19 fDualSourceBlendingSupport = false; in GrShaderCaps()
92 writer->appendBool("Dual Source Blending Support", fDualSourceBlendingSupport); in dumpJSON()
195 fDualSourceBlendingSupport = false; in applyOptionsOverrides()
DGrShaderCaps.h44 bool dualSourceBlendingSupport() const { return fDualSourceBlendingSupport; } in dualSourceBlendingSupport()
275 bool fDualSourceBlendingSupport : 1; variable
/third_party/skia/src/gpu/mock/
DGrMockCaps.h36 fShaderCaps->fDualSourceBlendingSupport = options.fDualSourceBlendingSupport; in GrMockCaps()
/third_party/skia/include/gpu/mock/
DGrMockTypes.h138 bool fDualSourceBlendingSupport = false; member
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm497 shaderCaps->fDualSourceBlendingSupport = true;
499 shaderCaps->fDualSourceBlendingSupport = false;
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp240 shaderCaps->fDualSourceBlendingSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp381 shaderCaps->fDualSourceBlendingSupport = in init()
394 shaderCaps->fDualSourceBlendingSupport = ctxInfo.hasExtension("GL_EXT_blend_func_extended"); in init()
4017 shaderCaps->fDualSourceBlendingSupport = false; in applyDriverCorrectnessWorkarounds()
/third_party/skia/tests/
DGrPorterDuffTest.cpp32 mockOptions.fDualSourceBlendingSupport = true;
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp720 shaderCaps->fDualSourceBlendingSupport = features.features.dualSrcBlend; in initShaderCaps()