Home | History | Annotate | Download | only in functional

Lines Matching full:getwidth

179 	DE_ASSERT(reference.getWidth() == result.getWidth());
190 const tcu::IVec4 destinationArea = tcu::IVec4(de::clamp(de::min(m_dstRect.x(), m_dstRect.z()), 0, result.getWidth()),
192 de::clamp(de::max(m_dstRect.x(), m_dstRect.z()), 0, result.getWidth()),
198 tcu::Surface errorMask (result.getWidth(), result.getHeight());
668 glBlitFramebuffer(0, 0, getWidth(), getHeight(), 0, 0, texW, texH, GL_COLOR_BUFFER_BIT, m_filter);
677 glBlitFramebuffer(0, 0, texW, texH, getWidth()/2, 0, getWidth(), getHeight(), GL_COLOR_BUFFER_BIT, m_filter);
680 readPixels(dst, 0, 0, getWidth(), getHeight());
731 if (m_context.getRenderTarget().getWidth() < minViewportSize || m_context.getRenderTarget().getHeight() < minViewportSize)
735 m_viewportWidth = m_context.getRenderTarget().getWidth();
747 const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::IVec2(m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight()));
766 const int sourceWidth = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getWidth()) : (fboTexW);