Lines Matching defs:out_id
186 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
225 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
257 static void Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id);
296 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
348 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
519 * @param out_id Id of buffer
521 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
533 out_id = id;
620 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
632 out_id = id;
757 * @param out_id Id of program
759 void Program::Create(const glw::Functions& gl, glw::GLuint& out_id)
769 out_id = id;
920 * @param out_id Shader id
922 void Shader::Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id)
932 out_id = id;
1104 * @param out_id Id of texture
1106 void Texture::Generate(const glw::Functions& gl, glw::GLuint& out_id)
1118 out_id = id;