Lines Matching refs:m_renderCtx
276 const glu::RenderContext& m_renderCtx; member in deqp::gles31::Functional::__anon63c430160111::FramebufferCompletenessCase
285 , m_renderCtx (renderCtx) in FramebufferCompletenessCase()
291 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
344 const glu::RenderContext& m_renderCtx; member in deqp::gles31::Functional::__anon63c430160111::SizeCase
355 , m_renderCtx (renderCtx) in SizeCase()
362 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
404 …checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(width, height)) && checkFramebuffe… in iterate()
420 const glw::Functions& gl = m_renderCtx.getFunctions(); in getWidth()
435 const glw::Functions& gl = m_renderCtx.getFunctions(); in getHeight()
450 const glw::Functions& gl = m_renderCtx.getFunctions(); in getSamples()
473 const glu::RenderContext& m_renderCtx; member in deqp::gles31::Functional::__anon63c430160111::AttachmentInteractionCase
485 , m_renderCtx (renderCtx) in AttachmentInteractionCase()
493 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
512 …if(checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attac… in iterate()
513 …&& checkFramebufferSize(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attachmentS… in iterate()