HomeSort by relevance Sort by last modified time
    Searched full:m_srcalpha (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 58 GLenum m_srcAlpha;
68 , m_srcAlpha (srcAlpha)
85 log << TestLog::Message << "srcAlpha: " << glu::getBlendFactorStr(m_srcAlpha) << TestLog::EndMessage;
118 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 58 GLenum m_srcAlpha;
68 , m_srcAlpha (srcAlpha)
85 log << TestLog::Message << "srcAlpha: " << glu::getBlendFactorStr(m_srcAlpha) << TestLog::EndMessage;
121 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 732 , m_srcAlpha (srcAlpha)
797 glBlendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
811 deUint32 m_srcAlpha;

Completed in 532 milliseconds