Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h2663 struct gl_framebuffer struct
2665 _glthread_Mutex Mutex; /**< for thread safety */
2673 GLuint Name;
2675 GLint RefCount;
2676 GLboolean DeletePending;
2682 struct gl_config Visual;
2684 GLboolean Initialized;
2686 GLuint Width, Height; /**< size of frame buffer in pixels */
2690 GLint _Xmin, _Xmax; /**< inclusive */
2691 GLint _Ymin, _Ymax; /**< exclusive */
[all …]