Lines Matching refs:RENDERTARGET_RBO_MULTISAMPLE
106 RENDERTARGET_RBO_MULTISAMPLE,
166 DE_ASSERT((m_numRequestedSamples == -1) == (m_renderTarget != RENDERTARGET_RBO_MULTISAMPLE));
186 if (m_renderTarget == RENDERTARGET_RBO_MULTISAMPLE)
240 case RENDERTARGET_RBO_MULTISAMPLE:
247 else if (m_renderTarget == RENDERTARGET_RBO_MULTISAMPLE)
268 if (m_renderTarget == RENDERTARGET_RBO_MULTISAMPLE)
295 else if (m_renderTarget == RENDERTARGET_RBO_MULTISAMPLE)
384 if (m_renderTarget == RENDERTARGET_RBO_MULTISAMPLE)
2359 { "rbo_multisample_4", BaseRenderingCase::RENDERTARGET_RBO_MULTISAMPLE, 4 },
2360 { "rbo_multisample_max", BaseRenderingCase::RENDERTARGET_RBO_MULTISAMPLE, BaseRenderingCase::SAMPLE_COUNT_MAX },