Searched refs:m_firstQuadInt (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 123 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 …etAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceStat… in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 140 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 …etAccess()), nullAccess /* no depth */, nullAccess /* no stencil */, m_firstQuadInt, referenceStat… in iterate()
|