Lines Matching refs:m_renderCtx
276 const glu::RenderContext& m_renderCtx;
285 , m_renderCtx (renderCtx)
291 const glw::Functions& gl = m_renderCtx.getFunctions();
344 const glu::RenderContext& m_renderCtx;
355 , m_renderCtx (renderCtx)
362 const glw::Functions& gl = m_renderCtx.getFunctions();
404 if(checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(width, height)) && checkFramebufferSize(log, m_renderCtx, framebuffer, IVec2(width, height)))
420 const glw::Functions& gl = m_renderCtx.getFunctions();
435 const glw::Functions& gl = m_renderCtx.getFunctions();
450 const glw::Functions& gl = m_renderCtx.getFunctions();
473 const glu::RenderContext& m_renderCtx;
485 , m_renderCtx (renderCtx)
493 const glw::Functions& gl = m_renderCtx.getFunctions();
512 if(checkFramebufferRenderable(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attachmentSpec.height))
513 && checkFramebufferSize(log, m_renderCtx, framebuffer, IVec2(m_attachmentSpec.width, m_attachmentSpec.height)))