/third_party/vk-gl-cts/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 46 deUint32 srcFunc; member 51 , srcFunc (0) in BlendState()
|
D | glsInteractionTestUtil.cpp | 195 …state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState() 199 …state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFu… in computeRandomRenderState() 205 …state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState() 209 …state.blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFu… in computeRandomRenderState()
|
D | glsFragOpInteractionCase.cpp | 265 …ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.… in setRenderState()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderState.hpp | 210 BlendFunc srcFunc; member 215 , srcFunc (BLENDFUNC_ONE) in BlendState()
|
D | rrFragmentOperations.cpp | 403 SWITCH_SRC_OR_DST_FACTOR_RGB(srcFunc, blendSrcFactorRGB) in executeBlendFactorComputeRGB() 454 SWITCH_SRC_OR_DST_FACTOR_A(srcFunc, blendSrcFactorA) in executeBlendFactorComputeA()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc); in translateBlendState() 194 …pper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendASta… in setGLState()
|
D | es2fBlendTests.cpp | 238 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate() 241 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha); in iterate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc); in translateBlendState() 194 …pper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendASta… in setGLState()
|
D | es3fBlendTests.cpp | 286 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate() 289 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 1088 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage() 1091 renderState.fragOps.blendAState.srcFunc = mapVkBlendFactor(blendState.srcAlphaBlendFactor); in verifyImage() 1499 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage() 1502 renderState.fragOps.blendAState.srcFunc = mapVkBlendFactor(blendState.srcAlphaBlendFactor); in verifyImage()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 629 fragOps.blendRGBState.srcFunc = srcFunction; in setBlendState() 632 fragOps.blendAState.srcFunc = srcFunction; in setBlendState() 639 … fragOps.blendRGBState.srcFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.src); in setBlendState() 642 …fragOps.blendAState.srcFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().alpha.src); in setBlendState()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRenderTests.cpp | 298 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState() 305 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_SRC_ALPHA; in toReferenceRenderState()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 1915 constexpr GLenum srcFunc[] = { in TEST_P() local 1943 for (GLenum src : srcFunc) in TEST_P() 1961 for (GLenum src : srcFunc) in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | WebGLCompatibilityTest.cpp | 1863 constexpr GLenum srcFunc[] = { in TEST_P() local 1891 for (GLenum src : srcFunc) in TEST_P()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4365 state.fragOps.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorSrcRGB); in drawWithReference() 4368 state.fragOps.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorSrcAlpha); in drawWithReference()
|