Home
last modified time | relevance | path

Searched refs:TARGET_DEFAULT (Results 1 – 7 of 7) sorted by relevance

/external/skia/
Dmake.py25 TARGET_DEFAULT = 'most' variable
121 args = [TARGET_DEFAULT]
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp131 …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()
Des31fMultisampleShaderRenderCase.cpp103 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()
Des31fMultisampleShaderRenderCase.hpp62 TARGET_DEFAULT = 0, enumerator
Des31fSampleShadingTests.cpp280 if (m_renderTarget == TARGET_DEFAULT && m_context.getRenderTarget().getNumSamples() <= 1) in init()
475 { SampleShadingRenderingCase::TARGET_DEFAULT, 0, "default_framebuffer" }, in init()
Des31fSampleVariableTests.cpp634 …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()
Des31fPrimitiveBoundingBoxTests.cpp3088 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 …]