Home | History | Annotate | Download | only in functional

Lines Matching refs:getFunctions

99 	const glw::Functions&	gl					= m_context.getRenderContext().getFunctions();
307 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_buffer);
313 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_resolveBuffer);
322 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
328 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_fboTexture);
337 m_context.getRenderContext().getFunctions().deleteRenderbuffers(1, &m_fboRbo);
343 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_resolveFbo);
349 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_resolveFboTexture);
355 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_renderVao);
361 m_context.getRenderContext().getFunctions().deleteVertexArrays(1, &m_resolveVao);
451 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
769 const glw::Functions& gl = m_context.getRenderContext().getFunctions();