Searched refs:TARGET_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 142 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in verifyImage() 216 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in init() 404 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in init() 669 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() > 1) in init() 1671 …efault_framebuffer", "Test with default framebuffer", 0, MultisampleRenderCase::TARGET_DEFAULT }, in init()
|
D | es31fMultisampleShaderRenderCase.hpp | 62 TARGET_DEFAULT = 0, enumerator
|
D | es31fMultisampleShaderRenderCase.cpp | 109 case TARGET_DEFAULT: in init() 246 if (m_renderTarget != TARGET_DEFAULT) in init() 280 else if (m_renderTarget == TARGET_DEFAULT) in init() 518 if (m_renderTarget == TARGET_DEFAULT) in drawOneIteration()
|
D | es31fSampleShadingTests.cpp | 280 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1) in init() 477 { SampleShadingRenderingCase::TARGET_DEFAULT, 0, "default_framebuffer" }, in init()
|
D | es31fSampleVariableTests.cpp | 652 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT … in genFragmentSource() 693 …const int sampleCount = (m_renderTarget == TARGET_DEFAULT) ? (m_context.getRenderTarget().getNu… in verifyImage() 1165 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT… in preDraw() 1209 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT … in genFragmentSource() 2143 …const bool singleSampleTarget = m_numRequestedSamples == 0 && !(m_renderTarget == TARGET_DEFAULT &… in verifyImage() 2220 …efault_framebuffer", "Test with default framebuffer", 0, MultisampleRenderCase::TARGET_DEFAULT }, in init()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 3260 TARGET_DEFAULT = 0, enumerator 3329 << ((m_src == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init() 3331 << ((m_dst == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init() 3340 if (m_dst == TARGET_DEFAULT && defaultFBMultisampled) in init() 3418 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init() 3419 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init() 3431 if (m_src == TARGET_DEFAULT && defaultFBMultisampled) in init() 3511 if (m_src == TARGET_DEFAULT || m_iteration == 0) in iterate() 3548 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().… in verifyImage() 3607 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().g… in fillSourceWithPattern() [all …]
|