Lines Matching refs:m_renderCtx
276 const glu::RenderContext& m_renderCtx; member in deqp::gles31::Functional::__anon4881dd1e0111::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::__anon4881dd1e0111::SizeCase
355 , m_renderCtx (renderCtx) in SizeCase()
362 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
377 …checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(width, height)) && checkFramebuffe… in iterate()
393 const glw::Functions& gl = m_renderCtx.getFunctions(); in getWidth()
408 const glw::Functions& gl = m_renderCtx.getFunctions(); in getHeight()
423 const glw::Functions& gl = m_renderCtx.getFunctions(); in getSamples()
446 const glu::RenderContext& m_renderCtx; member in deqp::gles31::Functional::__anon4881dd1e0111::AttachmentInteractionCase
458 , m_renderCtx (renderCtx) in AttachmentInteractionCase()
466 const glw::Functions& gl = m_renderCtx.getFunctions(); in iterate()
485 …if(checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attac… in iterate()
486 …&& checkFramebufferSize(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attachmentS… in iterate()