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

  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 59 GLenum m_dstAlpha;
69 , m_dstAlpha (dstAlpha)
86 log << TestLog::Message << "dstAlpha: " << glu::getBlendFactorStr(m_dstAlpha) << TestLog::EndMessage;
118 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 59 GLenum m_dstAlpha;
69 , m_dstAlpha (dstAlpha)
86 log << TestLog::Message << "dstAlpha: " << glu::getBlendFactorStr(m_dstAlpha) << TestLog::EndMessage;
121 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 733 , m_dstAlpha (dstAlpha)
797 glBlendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
812 deUint32 m_dstAlpha;
    [all...]

Completed in 132 milliseconds