Lines Matching refs:TARGET_DEFAULT
3296 TARGET_DEFAULT = 0, enumerator
3365 << ((m_src == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init()
3367 << ((m_dst == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init()
3378 if (m_dst == TARGET_DEFAULT && defaultFBMultisampled) in init()
3456 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init()
3457 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init()
3469 if (m_src == TARGET_DEFAULT && defaultFBMultisampled) in init()
3549 if (m_src == TARGET_DEFAULT || m_iteration == 0) in iterate()
3586 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().… in verifyImage()
3645 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().g… in fillSourceWithPattern()
5233 …, "blit_default_to_fbo", "Blit from default fb to fbo", BlitFboCase::TARGET_DEFAULT, BlitFboCase::… in init()
5234 …efault", "Blit from fbo to default fb", BlitFboCase::TARGET_FBO, BlitFboCase::TARGET_DEFAULT)); in init()