Home
last modified time | relevance | path

Searched refs:mapGLBlendEquationAdvanced (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.hpp48 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation);
DsglrReferenceUtils.cpp266 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation) in mapGLBlendEquationAdvanced() function
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp264 …_context.getRenderContext(), getBlendProgramSrc(sglr::rr_util::mapGLBlendEquationAdvanced(m_blendM… in init()
503 referenceState.blendEquationAdvaced = sglr::rr_util::mapGLBlendEquationAdvanced(m_blendMode); in iterate()
Des31fDrawBuffersIndexedTests.cpp84 using sglr::rr_util::mapGLBlendEquationAdvanced;
591 …const rr::BlendEquationAdvanced equation = mapGLBlendEquationAdvanced(state.blendEq->get<BlendEq>(… in setBlendState()