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

  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 123 IntegerQuad m_firstQuadInt;
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/
es3fBlendTests.cpp 140 IntegerQuad m_firstQuadInt;
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 96 milliseconds