Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsInteractionTestUtil.hpp47 deUint32 dstFunc; member
52 , dstFunc (0) in BlendState()
DglsInteractionTestUtil.cpp196 …state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END… in computeRandomRenderState()
200 …state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END(b… in computeRandomRenderState()
206 …state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState()
210 …state.blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFu… in computeRandomRenderState()
DglsFragOpInteractionCase.cpp265 …te.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAStat… in setRenderState()
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp211 BlendFunc dstFunc; member
216 , dstFunc (BLENDFUNC_ZERO) in BlendState()
DrrFragmentOperations.cpp404 SWITCH_SRC_OR_DST_FACTOR_RGB(dstFunc, blendDstFactorRGB) in executeBlendFactorComputeRGB()
455 SWITCH_SRC_OR_DST_FACTOR_A(dstFunc, blendDstFactorA) in executeBlendFactorComputeA()
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc); in translateBlendState()
194 …te.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAStat… in setGLState()
Des3fBlendTests.cpp287 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate()
290 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha); in iterate()
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc); in translateBlendState()
194 …te.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAStat… in setGLState()
Des2fBlendTests.cpp239 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate()
242 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp790 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage()
793 renderState.fragOps.blendAState.dstFunc = mapVkBlendFactor(blendState.dstAlphaBlendFactor); in verifyImage()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp623 fragOps.blendRGBState.dstFunc = dstFunction; in setBlendState()
626 fragOps.blendAState.dstFunc = dstFunction; in setBlendState()
633 … fragOps.blendRGBState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.dst); in setBlendState()
636 …fragOps.blendAState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().alpha.dst); in setBlendState()
/external/deqp/modules/egl/
DteglRenderTests.cpp299 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState()
306 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in toReferenceRenderState()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4329 state.fragOps.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstRGB); in drawWithReference()
4332 state.fragOps.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstAlpha); in drawWithReference()