Searched refs:TARGET_TEXTURE (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fMultisampleShaderRenderCase.cpp | 71 …eSampleBuffers ((flags & FLAG_VERIFY_MSAA_TEXTURE_SAMPLE_BUFFERS) != 0 && target == TARGET_TEXTURE) in MultisampleRenderCase() 117 case TARGET_TEXTURE: in init() 172 if (m_renderTarget == TARGET_TEXTURE) in init() 270 if (m_renderTarget == TARGET_TEXTURE) in init() 473 if (m_renderTarget == TARGET_TEXTURE || m_renderTarget == TARGET_RENDERBUFFER) in drawOneIteration() 513 if (m_renderTarget == TARGET_TEXTURE || m_renderTarget == TARGET_RENDERBUFFER) in drawOneIteration() 556 else if (m_renderTarget == TARGET_TEXTURE && !m_verifyTextureSampleBuffers) in drawOneIteration() 607 else if (m_renderTarget == TARGET_TEXTURE && m_verifyTextureSampleBuffers) in drawOneIteration()
|
D | es31fSampleShadingTests.cpp | 478 { 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()
|
D | es31fSampleVariableTests.cpp | 446 …, 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 …]
|
D | es31fMultisampleShaderRenderCase.hpp | 63 TARGET_TEXTURE, enumerator
|
D | es31fShaderMultisampleInterpolationTests.cpp | 1672 …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()
|