Searched refs:dstFunc (Results 1 – 11 of 11) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 47 deUint32 dstFunc; member 52 , dstFunc (0) in BlendState()
|
D | glsInteractionTestUtil.cpp | 196 …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()
|
D | glsFragOpInteractionCase.cpp | 265 …te.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAStat… in setRenderState()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderState.hpp | 200 BlendFunc dstFunc; member 205 , dstFunc (BLENDFUNC_ZERO) in BlendState()
|
D | rrFragmentOperations.cpp | 349 SWITCH_SRC_OR_DST_FACTOR_RGB(dstFunc, blendDstFactorRGB) in executeBlendFactorComputeRGB() 400 SWITCH_SRC_OR_DST_FACTOR_A(dstFunc, blendDstFactorA) in executeBlendFactorComputeA()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc); in translateBlendState() 194 …te.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAStat… in setGLState()
|
D | es3fBlendTests.cpp | 290 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate() 293 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc); in translateBlendState() 194 …te.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAStat… in setGLState()
|
D | es2fBlendTests.cpp | 237 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB); in iterate() 240 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha); in iterate()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 257 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE; in toReferenceRenderState() 264 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in toReferenceRenderState()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4350 state.fragOps.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstRGB); in drawWithReference() 4353 state.fragOps.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstAlpha); in drawWithReference()
|