Home
last modified time | relevance | path

Searched refs:blendRGBState (Results 1 – 13 of 13) 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.cpp288 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate()
289 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate()
290 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.cpp235 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate()
236 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB); in iterate()
237 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate()
/external/deqp/framework/referencerenderer/
DrrRenderState.hpp243 BlendState blendRGBState; member
275 , blendRGBState () in FragmentOperationState()
DrrFragmentOperations.hpp140 void executeBlendFactorComputeRGB (const tcu::Vec4& blendColor, const BlendState& blendRGBState);
142 void executeBlend (const BlendState& blendRGBState, const BlendState& blendAState);
DrrFragmentOperations.cpp304 …ntProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState) in executeBlendFactorComputeRGB() argument
323 switch (blendRGBState.FUNC_NAME) \ in executeBlendFactorComputeRGB()
406 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAStat… in executeBlend() argument
421 switch (blendRGBState.equation) in executeBlend()
861 executeBlendFactorComputeRGB(state.blendColor, state.blendRGBState); in render()
865 executeBlend(state.blendRGBState, state.blendAState); in render()
/external/deqp/modules/egl/
DteglRenderTests.cpp292 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState()
293 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState()
294 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState()
295 state.fragOps.blendAState = state.fragOps.blendRGBState; in toReferenceRenderState()
299 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_SRC_ALPHA; in toReferenceRenderState()
300 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in toReferenceRenderState()
301 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD; in toReferenceRenderState()
302 state.fragOps.blendAState = state.fragOps.blendRGBState; in toReferenceRenderState()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp582 fragOps.blendRGBState.equation = equation; in setBlendState()
591 fragOps.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb); in setBlendState()
603 fragOps.blendRGBState.srcFunc = srcFunction; in setBlendState()
604 fragOps.blendRGBState.dstFunc = dstFunction; in setBlendState()
613 … fragOps.blendRGBState.srcFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.src); in setBlendState()
614 … 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()