Searched refs:m_blitDir (Results 1 – 1 of 1) sorted by relevance
717 , m_blitDir (dir) in DefaultFramebufferBlitCase()747 …const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::I… in init()761 …const tcu::TextureChannelClass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::getTex… in render()766 const int sourceWidth = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getWidth()) : (fboTexW); in render()767 const int sourceHeight = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getHeight()) : (fboTexH); in render()790 …targetFbo = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (fbo) : (m_context.getRenderContext().getDefau… in render()791 …sourceFbo = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (m_context.getRenderContext().getDefaultFrameb… in render()846 if (m_blitDir == BLIT_TO_DEFAULT_FROM_TARGET) in render()855 const BlitDirection m_blitDir; member in deqp::gles3::Functional::DefaultFramebufferBlitCase