Home
last modified time | relevance | path

Searched refs:m_dstAlpha (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/performance/
Des2pBlendTests.cpp59 GLenum m_dstAlpha; member in deqp::gles2::Performance::BlendCase
69 , m_dstAlpha (dstAlpha) in BlendCase()
86 …log << TestLog::Message << "dstAlpha: " << glu::getBlendFactorStr(m_dstAlpha) << TestLog::EndMessa… in init()
118 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha); in setupRenderState()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBlendTests.cpp59 GLenum m_dstAlpha; member in deqp::gles3::Performance::BlendCase
69 , m_dstAlpha (dstAlpha) in BlendCase()
86 …log << TestLog::Message << "dstAlpha: " << glu::getBlendFactorStr(m_dstAlpha) << TestLog::EndMessa… in init()
121 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha); in setupRenderState()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboColorbufferTests.cpp735 , m_dstAlpha (dstAlpha) in FboBlendCase()
799 glBlendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha); in render()
814 deUint32 m_dstAlpha; member in deqp::gles3::Functional::FboBlendCase