Home
last modified time | relevance | path

Searched refs:TARGET_TEXTURE (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fMultisampleShaderRenderCase.cpp71 …eSampleBuffers ((flags & FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) != 0 && target == TARGET_TEXTURE) in MultisampleRenderCase()
116 case TARGET_TEXTURE: in init()
171 if (m_renderTarget == TARGET_TEXTURE) in init()
269 if (m_renderTarget == TARGET_TEXTURE) in init()
472 if (m_renderTarget == TARGET_TEXTURE || m_renderTarget == TARGET_RENDERBUFFER) in drawOneIteration()
512 if (m_renderTarget == TARGET_TEXTURE || m_renderTarget == TARGET_RENDERBUFFER) in drawOneIteration()
555 else if (m_renderTarget == TARGET_TEXTURE && !m_verifyTextureSampleBuffers) in drawOneIteration()
606 else if (m_renderTarget == TARGET_TEXTURE && m_verifyTextureSampleBuffers) in drawOneIteration()
Des31fSampleShadingTests.cpp478 { SampleShadingRenderingCase::TARGET_TEXTURE, 2, "multisample_texture_samples_2" }, in init()
479 { SampleShadingRenderingCase::TARGET_TEXTURE, 4, "multisample_texture_samples_4" }, in init()
480 { SampleShadingRenderingCase::TARGET_TEXTURE, 8, "multisample_texture_samples_8" }, in init()
481 { SampleShadingRenderingCase::TARGET_TEXTURE, 16, "multisample_texture_samples_16" }, in init()
Des31fSampleVariableTests.cpp446 …, m_vericationMode ((target == TARGET_TEXTURE) ? (VERIFY_USING_SAMPLES) : (VERIFY_USING_SELECTION… in SampleIDCase()
620 if (m_renderTarget == TARGET_TEXTURE) in init()
1444 DE_ASSERT(target == TARGET_TEXTURE); in SampleMaskUniqueCase()
1660 DE_ASSERT(target == TARGET_TEXTURE); in SampleMaskUniqueSetCase()
2221 …glesample_texture", "Test with singlesample texture", 0, MultisampleRenderCase::TARGET_TEXTURE }, in init()
2222 …tisample_texture_1", "Test with multisample texture", 1, MultisampleRenderCase::TARGET_TEXTURE }, in init()
2223 …tisample_texture_2", "Test with multisample texture", 2, MultisampleRenderCase::TARGET_TEXTURE }, in init()
2224 …tisample_texture_4", "Test with multisample texture", 4, MultisampleRenderCase::TARGET_TEXTURE }, in init()
2225 …tisample_texture_8", "Test with multisample texture", 8, MultisampleRenderCase::TARGET_TEXTURE }, in init()
2226 …sample_texture_16", "Test with multisample texture", 16, MultisampleRenderCase::TARGET_TEXTURE }, in init()
[all …]
Des31fMultisampleShaderRenderCase.hpp63 TARGET_TEXTURE, enumerator
Des31fShaderMultisampleInterpolationTests.cpp1672 …glesample_texture", "Test with singlesample texture", 0, MultisampleRenderCase::TARGET_TEXTURE }, in init()
1673 …tisample_texture_1", "Test with multisample texture", 1, MultisampleRenderCase::TARGET_TEXTURE }, in init()
1674 …tisample_texture_2", "Test with multisample texture", 2, MultisampleRenderCase::TARGET_TEXTURE }, in init()
1675 …tisample_texture_4", "Test with multisample texture", 4, MultisampleRenderCase::TARGET_TEXTURE }, in init()
1676 …tisample_texture_8", "Test with multisample texture", 8, MultisampleRenderCase::TARGET_TEXTURE }, in init()
1677 …sample_texture_16", "Test with multisample texture", 16, MultisampleRenderCase::TARGET_TEXTURE }, in init()