Searched refs:TARGET_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/external/skia/ |
D | make.py | 25 TARGET_DEFAULT = 'most' variable 121 args = [TARGET_DEFAULT]
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 131 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in verifyImage() 205 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in init() 393 …eSampleTarget = (m_renderTarget != TARGET_DEFAULT && m_numRequestedSamples == 0) || (m_renderTarge… in init() 658 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() > 1) in init() 1642 …efault_framebuffer", "Test with default framebuffer", 0, MultisampleRenderCase::TARGET_DEFAULT }, in init()
|
D | es31fMultisampleShaderRenderCase.cpp | 103 case TARGET_DEFAULT: in init() 238 if (m_renderTarget != TARGET_DEFAULT) in init() 272 else if (m_renderTarget == TARGET_DEFAULT) in init() 508 if (m_renderTarget == TARGET_DEFAULT) in drawOneIteration()
|
D | es31fMultisampleShaderRenderCase.hpp | 62 TARGET_DEFAULT = 0, enumerator
|
D | es31fSampleShadingTests.cpp | 280 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1) in init() 475 { SampleShadingRenderingCase::TARGET_DEFAULT, 0, "default_framebuffer" }, in init()
|
D | es31fSampleVariableTests.cpp | 634 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT … in genFragmentSource() 671 …const int sampleCount = (m_renderTarget == TARGET_DEFAULT) ? (m_context.getRenderTarget().getNu… in verifyImage() 1132 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT… in preDraw() 1176 …const bool multisampleTarget = (m_numRequestedSamples > 0) || (m_renderTarget == TARGET_DEFAULT … in genFragmentSource() 2090 …const bool singleSampleTarget = m_numRequestedSamples == 0 && !(m_renderTarget == TARGET_DEFAULT &… in verifyImage() 2167 …efault_framebuffer", "Test with default framebuffer", 0, MultisampleRenderCase::TARGET_DEFAULT }, in init()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 3088 TARGET_DEFAULT = 0, enumerator 3157 << ((m_src == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init() 3159 << ((m_dst == TARGET_DEFAULT) ? ("default fb") : ("fbo")) in init() 3168 if (m_dst == TARGET_DEFAULT && defaultFBMultisampled) in init() 3246 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init() 3247 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().get… in init() 3259 if (m_src == TARGET_DEFAULT && defaultFBMultisampled) in init() 3339 if (m_src == TARGET_DEFAULT || m_iteration == 0) in iterate() 3376 …const tcu::IVec2 dstSize = (m_dst == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().… in verifyImage() 3435 …const tcu::IVec2 srcSize = (m_src == TARGET_DEFAULT) ? (tcu::IVec2(m_context.getRenderTarget().g… in fillSourceWithPattern() [all …]
|