Lines Matching refs:m_renderTarget
69 , m_renderTarget (target) in MultisampleRenderCase()
109 switch (m_renderTarget) in init()
169 if (m_renderTarget == TARGET_TEXTURE) in init()
219 else if (m_renderTarget == TARGET_RENDERBUFFER) in init()
244 if (m_renderTarget != TARGET_DEFAULT) in init()
267 if (m_renderTarget == TARGET_TEXTURE) in init()
274 else if (m_renderTarget == TARGET_RENDERBUFFER) in init()
278 else if (m_renderTarget == TARGET_DEFAULT) 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()
516 if (m_renderTarget == TARGET_DEFAULT) in drawOneIteration()
529 else if (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()