Home
last modified time | relevance | path

Searched refs:m_firstQuadInt (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp123 IntegerQuad m_firstQuadInt; member in deqp::gles2::Functional::BlendCase
160 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(m_firstQuad.color) == DE_LENGTH_OF_ARRAY(m_firstQuadInt.color)); in init()
164 m_firstQuadInt.color[i] = m_firstQuad.color[i]; in init()
173 m_firstQuadInt.posA = tcu::IVec2(0, 0); in init()
175 m_firstQuadInt.posB = tcu::IVec2(m_viewportW-1, m_viewportH-1); in init()
259 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceState); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp140 IntegerQuad m_firstQuadInt; member in deqp::gles3::Functional::BlendCase
183 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(m_firstQuad.color) == DE_LENGTH_OF_ARRAY(m_firstQuadInt.color)); in init()
187 m_firstQuadInt.color[i] = m_firstQuad.color[i]; in init()
196 m_firstQuadInt.posA = tcu::IVec2(0, 0); in init()
198 m_firstQuadInt.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1); in init()
307 m_referenceRenderer->render(gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceState); in iterate()

Completed in 2 milliseconds