Searched refs:m_firstQuadInt (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 122 IntegerQuad m_firstQuadInt; member in deqp::gles2::Functional::BlendCase 159 …DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(m_firstQuad.color) == DE_LENGTH_OF_ARRAY(m_firstQuadInt.color)… in init() 163 m_firstQuadInt.color[i] = m_firstQuad.color[i]; in init() 172 m_firstQuadInt.posA = tcu::IVec2(0, 0); in init() 174 m_firstQuadInt.posB = tcu::IVec2(m_viewportW-1, m_viewportH-1); in init() 257 …etAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceStat… in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 144 IntegerQuad m_firstQuadInt; member in deqp::gles3::Functional::BlendCase 187 …DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(m_firstQuad.color) == DE_LENGTH_OF_ARRAY(m_firstQuadInt.color)… in init() 191 m_firstQuadInt.color[i] = m_firstQuad.color[i]; in init() 200 m_firstQuadInt.posA = tcu::IVec2(0, 0); in init() 202 m_firstQuadInt.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1); in init() 310 …etAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceStat… in iterate()
|