Searched refs:m_srcAlpha (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 58 GLenum m_srcAlpha; member in deqp::gles2::Performance::BlendCase 68 , m_srcAlpha (srcAlpha) in BlendCase() 85 …log << TestLog::Message << "srcAlpha: " << glu::getBlendFactorStr(m_srcAlpha) << 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 | 58 GLenum m_srcAlpha; member in deqp::gles3::Performance::BlendCase 68 , m_srcAlpha (srcAlpha) in BlendCase() 85 …log << TestLog::Message << "srcAlpha: " << glu::getBlendFactorStr(m_srcAlpha) << 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 | 732 , m_srcAlpha (srcAlpha) in FboBlendCase() 797 glBlendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha); in render() 811 deUint32 m_srcAlpha; member in deqp::gles3::Functional::FboBlendCase
|