Lines Matching refs:IVec2
122 tcu::IVec2 GLContext::getDrawOffset (void) const in getDrawOffset()
125 return tcu::IVec2(0, 0); in getDrawOffset()
127 return tcu::IVec2(m_baseViewport.x(), m_baseViewport.y()); in getDrawOffset()
130 tcu::IVec2 GLContext::getReadOffset (void) const in getReadOffset()
133 return tcu::IVec2(0, 0); in getReadOffset()
135 return tcu::IVec2(m_baseViewport.x(), m_baseViewport.y()); in getReadOffset()
166 tcu::IVec2 offset = getDrawOffset(); in viewport()
220 tcu::IVec2 offset = getDrawOffset(); in bindFramebuffer()
307 tcu::IVec2 offset = getReadOffset(); in copyTexImage1D()
324 tcu::IVec2 offset = getReadOffset(); in copyTexImage2D()
339 tcu::IVec2 offset = getReadOffset(); in copyTexSubImage1D()
354 tcu::IVec2 offset = getReadOffset(); in copyTexSubImage2D()
369 tcu::IVec2 offset = getReadOffset(); in copyTexSubImage3D()
491 tcu::IVec2 offset = getDrawOffset(); in scissor()
602 tcu::IVec2 drawOffset = getDrawOffset(); in blitFramebuffer()
603 tcu::IVec2 readOffset = getReadOffset(); in blitFramebuffer()
620 tcu::IVec2 drawOffset = getDrawOffset(); in invalidateSubFramebuffer()
908 tcu::IVec2 offset = getReadOffset(); in readPixels()