|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| GLvisual * | gl_visual |
| GLframebuffer * | gl_buffer |
| const struct pixel_format * | pixel_format |
| HDC | Hdc |
| GLuint | width |
| GLuint | height |
| BYTE * | BackBuffer |
| BYTE* sw_framebuffer::BackBuffer |
Definition at line 233 of file swimpl.c.
Referenced by buffer_size(), and sw_SwapBuffers().
| GLframebuffer* sw_framebuffer::gl_buffer |
Definition at line 224 of file swimpl.c.
Referenced by sw_SetContext(), and sw_SetPixelFormat().
| GLvisual* sw_framebuffer::gl_visual |
Definition at line 223 of file swimpl.c.
Referenced by set_buffer(), sw_CreateContext(), sw_SetContext(), sw_SetPixelFormat(), and sw_SwapBuffers().
| HDC sw_framebuffer::Hdc |
Definition at line 227 of file swimpl.c.
Referenced by buffer_size(), sw_SetPixelFormat(), sw_SwapBuffers(), write_monocolor_pixels_frontbuffer(), and write_monocolor_span_frontbuffer().
| GLuint sw_framebuffer::height |
Definition at line 230 of file swimpl.c.
Referenced by buffer_size(), sw_SwapBuffers(), write_monocolor_pixels_frontbuffer(), and write_monocolor_span_frontbuffer().
| const struct pixel_format* sw_framebuffer::pixel_format |
Definition at line 226 of file swimpl.c.
Referenced by buffer_size(), sw_SetPixelFormat(), and sw_SwapBuffers().
| GLuint sw_framebuffer::width |
Definition at line 230 of file swimpl.c.
Referenced by buffer_size(), and sw_SwapBuffers().