Searched defs:gl_framebuffer (Results 1 – 2 of 2) sorted by relevance
3575 struct gl_framebuffer struct3577 simple_mtx_t Mutex; /**< for thread safety */3585 GLuint Name;3586 GLint RefCount;3588 GLchar *Label; /**< GL_KHR_debug */3590 GLboolean DeletePending;3596 struct gl_config Visual;3602 GLuint Width, Height;3609 struct {3616 } DefaultGeometry;[all …]
223 auto &gl_framebuffer = output->gl_framebuffers[gl_framebuffer_id]; in hdi_output_repaint() local