Home
last modified time | relevance | path

Searched defs:gl_framebuffer (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmtypes.h3575 struct gl_framebuffer struct
3577 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 …]
/third_party/weston/libweston/backend-hdi/
Dhdi_output.cpp223 auto &gl_framebuffer = output->gl_framebuffers[gl_framebuffer_id]; in hdi_output_repaint() local