Searched refs:TARGET_TEXTURE (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fMultisampleShaderRenderCase.cpp | 72 …eSampleBuffers ((flags & FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) != 0 && target == TARGET_TEXTURE) in MultisampleRenderCase() 118 case TARGET_TEXTURE: in init() 169 if (m_renderTarget == TARGET_TEXTURE) in init() 267 if (m_renderTarget == TARGET_TEXTURE) in init() 470 if (m_renderTarget == TARGET_TEXTURE || m_renderTarget == TARGET_RENDERBUFFER) in drawOneIteration() 510 if (m_renderTarget == TARGET_TEXTURE || m_renderTarget == TARGET_RENDERBUFFER) in drawOneIteration() 553 else if (m_renderTarget == TARGET_TEXTURE && !m_verifyTextureSampleBuffers) in drawOneIteration() 604 else if (m_renderTarget == TARGET_TEXTURE && m_verifyTextureSampleBuffers) in drawOneIteration()
|
D | es31fSampleShadingTests.cpp | 488 { SampleShadingRenderingCase::TARGET_TEXTURE, 2, "multisample_texture_samples_2" }, in init() 489 { SampleShadingRenderingCase::TARGET_TEXTURE, 4, "multisample_texture_samples_4" }, in init() 490 { SampleShadingRenderingCase::TARGET_TEXTURE, 8, "multisample_texture_samples_8" }, in init() 491 { SampleShadingRenderingCase::TARGET_TEXTURE, 16, "multisample_texture_samples_16" }, in init()
|
D | es31fSampleVariableTests.cpp | 452 …, m_vericationMode ((target == TARGET_TEXTURE) ? (VERIFY_USING_SAMPLES) : (VERIFY_USING_SELECTION… in SampleIDCase() 628 if (m_renderTarget == TARGET_TEXTURE) in init() 1464 DE_ASSERT(target == TARGET_TEXTURE); in SampleMaskUniqueCase() 1681 DE_ASSERT(target == TARGET_TEXTURE); in SampleMaskUniqueSetCase() 2244 …glesample_texture", "Test with singlesample texture", 0, MultisampleRenderCase::TARGET_TEXTURE }, in init() 2245 …tisample_texture_1", "Test with multisample texture", 1, MultisampleRenderCase::TARGET_TEXTURE }, in init() 2246 …tisample_texture_2", "Test with multisample texture", 2, MultisampleRenderCase::TARGET_TEXTURE }, in init() 2247 …tisample_texture_4", "Test with multisample texture", 4, MultisampleRenderCase::TARGET_TEXTURE }, in init() 2248 …tisample_texture_8", "Test with multisample texture", 8, MultisampleRenderCase::TARGET_TEXTURE }, in init() 2249 …sample_texture_16", "Test with multisample texture", 16, MultisampleRenderCase::TARGET_TEXTURE }, in init() [all …]
|
D | es31fMultisampleShaderRenderCase.hpp | 63 TARGET_TEXTURE, enumerator
|
D | es31fShaderMultisampleInterpolationTests.cpp | 1691 …glesample_texture", "Test with singlesample texture", 0, MultisampleRenderCase::TARGET_TEXTURE }, in init() 1692 …tisample_texture_1", "Test with multisample texture", 1, MultisampleRenderCase::TARGET_TEXTURE }, in init() 1693 …tisample_texture_2", "Test with multisample texture", 2, MultisampleRenderCase::TARGET_TEXTURE }, in init() 1694 …tisample_texture_4", "Test with multisample texture", 4, MultisampleRenderCase::TARGET_TEXTURE }, in init() 1695 …tisample_texture_8", "Test with multisample texture", 8, MultisampleRenderCase::TARGET_TEXTURE }, in init() 1696 …sample_texture_16", "Test with multisample texture", 16, MultisampleRenderCase::TARGET_TEXTURE }, in init()
|