Lines Matching refs:getFunctions
54 const glw::Functions& gl = m_context.getFunctions(); in GLContext()
67 const glw::Functions& gl = m_context.getFunctions(); in ~GLContext()
171 m_context.getFunctions().viewport(x+offset.x(), y+offset.y(), width, height); in viewport()
221 …m_context.getFunctions().viewport(m_curViewport.x()+offset.x(), m_curViewport.y()+offset.y(), m_cu… in bindFramebuffer()
222 …m_context.getFunctions().scissor(m_curScissor.x()+offset.x(), m_curScissor.y()+offset.y(), m_curSc… in bindFramebuffer()
308 …m_context.getFunctions().copyTexImage1D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage1D()
325 …m_context.getFunctions().copyTexImage2D(target, level, internalFormat, offset.x()+x, offset.y()+y,… in copyTexImage2D()
340 …m_context.getFunctions().copyTexSubImage1D(target, level, xoffset, offset.x()+x, offset.y()+y, wid… in copyTexSubImage1D()
355 …m_context.getFunctions().copyTexSubImage2D(target, level, xoffset, yoffset, offset.x()+x, offset.y… in copyTexSubImage2D()
370 …m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x,… in copyTexSubImage3D()
492 m_context.getFunctions().scissor(offset.x()+x, offset.y()+y, width, height); in scissor()
613 …m_context.getFunctions().blitFramebuffer(readOffset.x()+srcX0, readOffset.y()+srcY0, readOffset.x(… in blitFramebuffer()
629 …m_context.getFunctions().invalidateSubFramebuffer(target, numAttachments, attachments, x+drawOffse… in invalidateSubFramebuffer()
909 m_context.getFunctions().readPixels(x+offset.x(), y+offset.y(), width, height, format, type, data); in readPixels()