Lines Matching defs:out_id
1934 * @param out_id Id of buffer
1936 void Buffer::Generate(const Functions& gl, GLuint& out_id)
1948 out_id = id;
2281 void Framebuffer::Generate(const Functions& gl, GLuint& out_id)
2293 out_id = id;
2404 * @param out_id Shader id
2406 void Shader::Create(const Functions& gl, STAGES stage, GLuint& out_id)
2417 out_id = id;
2954 * @param out_id Id of program
2956 void Program::Create(const Functions& gl, GLuint& out_id)
2966 out_id = id;
3356 * @param out_id Id of texture
3358 void Texture::Generate(const Functions& gl, GLuint& out_id)
3370 out_id = id;
3796 * @param out_id ID of vertex array object
3798 void VertexArray::Generate(const glw::Functions& gl, glw::GLuint& out_id)
3810 out_id = id;