Lines Matching refs:Functions
43 class Functions;
66 const glw::Functions* m_gl;
198 static glw::GLuint createBuffer(const glw::Functions* gl, const glu::RenderContext* rc);
199 static glw::GLuint createFramebuffer(const glw::Functions* gl, const glu::RenderContext* rc);
200 static glw::GLuint createProgram(const glw::Functions* gl, const glu::RenderContext* rc);
201 static glw::GLuint createProgramPipeline(const glw::Functions* gl, const glu::RenderContext* rc);
202 static glw::GLuint createQuery(const glw::Functions* gl, const glu::RenderContext* rc);
203 static glw::GLuint createRenderbuffer(const glw::Functions* gl, const glu::RenderContext* rc);
204 static glw::GLuint createSampler(const glw::Functions* gl, const glu::RenderContext* rc);
205 static glw::GLuint createShader(const glw::Functions* gl, const glu::RenderContext* rc);
206 static glw::GLuint createTexture(const glw::Functions* gl, const glu::RenderContext* rc);
207 static glw::GLuint createTransformFeedback(const glw::Functions* gl, const glu::RenderContext* rc);
208 static glw::GLuint createVertexArray(const glw::Functions* gl, const glu::RenderContext* rc);
210 static glw::GLvoid deleteBuffer(const glw::Functions* gl, glw::GLuint id);
211 static glw::GLvoid deleteFramebuffer(const glw::Functions* gl, glw::GLuint id);
212 static glw::GLvoid deleteProgram(const glw::Functions* gl, glw::GLuint id);
213 static glw::GLvoid deleteProgramPipeline(const glw::Functions* gl, glw::GLuint id);
214 static glw::GLvoid deleteQuery(const glw::Functions* gl, glw::GLuint id);
215 static glw::GLvoid deleteRenderbuffer(const glw::Functions* gl, glw::GLuint id);
216 static glw::GLvoid deleteSampler(const glw::Functions* gl, glw::GLuint id);
217 static glw::GLvoid deleteShader(const glw::Functions* gl, glw::GLuint id);
218 static glw::GLvoid deleteTexture(const glw::Functions* gl, glw::GLuint id);
219 static glw::GLvoid deleteTransformFeedback(const glw::Functions* gl, glw::GLuint id);
220 static glw::GLvoid deleteVertexArray(const glw::Functions* gl, glw::GLuint id);