Searched refs:dstFunc (Results 1 - 13 of 13) sorted by relevance

/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.hpp47 deUint32 dstFunc; member in struct:deqp::gls::InteractionTestUtil::BlendState
52 , dstFunc (0)
H A DglsInteractionTestUtil.cpp196 state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END(blendFuncsDstES2));
200 state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END(blendFuncsDstES2));
206 state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
210 state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs));
H A DglsFragOpInteractionCase.cpp265 ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp211 BlendFunc dstFunc; member in struct:rr::BlendState
216 , dstFunc (BLENDFUNC_ZERO)
H A DrrFragmentOperations.cpp350 SWITCH_SRC_OR_DST_FACTOR_RGB(dstFunc, blendDstFactorRGB)
401 SWITCH_SRC_OR_DST_FACTOR_A(dstFunc, blendDstFactorA)
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);
194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
H A Des2fBlendTests.cpp239 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
242 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);
194 wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
H A Des3fBlendTests.cpp287 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
290 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp901 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor);
904 renderState.fragOps.blendAState.dstFunc = mapVkBlendFactor(blendState.dstAlphaBlendFactor);
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp623 fragOps.blendRGBState.dstFunc = dstFunction;
626 fragOps.blendAState.dstFunc = dstFunction;
633 fragOps.blendRGBState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.dst);
636 fragOps.blendAState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().alpha.dst);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp293 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE;
300 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4329 state.fragOps.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstRGB);
4332 state.fragOps.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstAlpha);

Completed in 285 milliseconds