Searched refs:m_firstQuadInt (Results 1 - 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fBlendTests.cpp | 123 IntegerQuad m_firstQuadInt; member in class:deqp::gles2::Functional::BlendCase 160 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(m_firstQuad.color) == DE_LENGTH_OF_ARRAY(m_firstQuadInt.color)); 164 m_firstQuadInt.color[i] = m_firstQuad.color[i]; 173 m_firstQuadInt.posA = tcu::IVec2(0, 0); 175 m_firstQuadInt.posB = tcu::IVec2(m_viewportW-1, m_viewportH-1); 259 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceState);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 140 IntegerQuad m_firstQuadInt; member in class:deqp::gles3::Functional::BlendCase 183 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(m_firstQuad.color) == DE_LENGTH_OF_ARRAY(m_firstQuadInt.color)); 187 m_firstQuadInt.color[i] = m_firstQuad.color[i]; 196 m_firstQuadInt.posA = tcu::IVec2(0, 0); 198 m_firstQuadInt.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1); 307 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceState);
|
Completed in 61 milliseconds