Home
last modified time | relevance | path

Searched refs:blendRGBState (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp194 …state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_EN… in computeRandomRenderState()
195 …state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState()
196 …state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncsDstES2), DE_ARRAY_END… in computeRandomRenderState()
204 …state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(b… in computeRandomRenderState()
205 …state.blendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState()
206 …state.blendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blend… in computeRandomRenderState()
DglsInteractionTestUtil.hpp94 BlendState blendRGBState; member
DglsFragOpInteractionCase.cpp264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setRenderState()
265 …ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.… in setRenderState()
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp123 translateBlendState(src.blendRGBState, dst.blendRGBState); in translateState()
193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState()
194 …wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendA… in setGLState()
Des3fBlendTests.cpp285 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate()
286 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate()
287 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate()
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp123 translateBlendState(src.blendRGBState, dst.blendRGBState); in translateState()
193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState()
194 …wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendA… in setGLState()
Des2fBlendTests.cpp237 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate()
238 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate()
239 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.hpp141 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState);
143 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
DrrRenderState.hpp258 BlendState blendRGBState; member
294 , blendRGBState () in FragmentOperationState()
DrrFragmentOperations.cpp359 …ntProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState) in executeBlendFactorComputeRGB() argument
378 switch (blendRGBState.FUNC_NAME) \ in executeBlendFactorComputeRGB()
461 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAStat… in executeBlend() argument
476 switch (blendRGBState.equation) in executeBlend()
946 executeBlendFactorComputeRGB(state.blendColor, state.blendRGBState); in render()
950 executeBlend(state.blendRGBState, state.blendAState); in render()
/external/deqp/modules/egl/
DteglRenderTests.cpp298 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState()
299 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState()
300 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState()
301 state.fragOps.blendAState = state.fragOps.blendRGBState; in toReferenceRenderState()
305 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_SRC_ALPHA; in toReferenceRenderState()
306 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in toReferenceRenderState()
307 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState()
308 state.fragOps.blendAState = state.fragOps.blendRGBState; in toReferenceRenderState()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp789 renderState.fragOps.blendRGBState.srcFunc = mapVkBlendFactor(blendState.srcColorBlendFactor); in verifyImage()
790 renderState.fragOps.blendRGBState.dstFunc = mapVkBlendFactor(blendState.dstColorBlendFactor); in verifyImage()
791 renderState.fragOps.blendRGBState.equation = mapVkBlendOp(blendState.colorBlendOp); in verifyImage()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp601 fragOps.blendRGBState.equation = equation; in setBlendState()
610 fragOps.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb); in setBlendState()
622 fragOps.blendRGBState.srcFunc = srcFunction; in setBlendState()
623 fragOps.blendRGBState.dstFunc = dstFunction; in setBlendState()
632 … fragOps.blendRGBState.srcFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.src); in setBlendState()
633 … fragOps.blendRGBState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.dst); in setBlendState()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4327 state.fragOps.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeRGB); in drawWithReference()
4328 state.fragOps.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorSrcRGB); in drawWithReference()
4329 state.fragOps.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstRGB); in drawWithReference()