Searched refs:m_dstAlpha (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 59 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()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 59 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()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 733 , m_dstAlpha (dstAlpha) in FboBlendCase() 797 glBlendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha); in render() 812 deUint32 m_dstAlpha; member in deqp::gles3::Functional::FboBlendCase
|