ReactOS 0.4.15-dev-8614-gbc76250
|
Public Attributes | |
GLcontext * | gl_ctx |
HHOOK | hook |
struct sw_framebuffer * | fb |
union { | |
struct { | |
BYTE ClearColor | |
BYTE CurrentColor | |
} u8 | |
struct { | |
USHORT ClearColor | |
USHORT CurrentColor | |
} u16 | |
struct { | |
ULONG ClearColor | |
ULONG CurrentColor | |
} u24 | |
struct { | |
ULONG ClearColor | |
ULONG CurrentColor | |
} u32 | |
}; | |
GLenum | Mode |
union { ... } sw_context::@295 |
BYTE sw_context::ClearColor |
Definition at line 251 of file swimpl.c.
Referenced by clear_frontbuffer().
struct sw_framebuffer* sw_context::fb |
Definition at line 244 of file swimpl.c.
Referenced by buffer_size(), clear_frontbuffer(), set_buffer(), setup_DD_pointers(), and sw_CreateContext().
GLcontext* sw_context::gl_ctx |
Definition at line 238 of file swimpl.c.
Referenced by gl_get_thread_context(), sw_CreateContext(), sw_DeleteContext(), sw_SetContext(), and sw_ShareLists().
HHOOK sw_context::hook |
Definition at line 241 of file swimpl.c.
Referenced by sw_ReleaseContext(), and sw_SetContext().
GLenum sw_context::Mode |
Definition at line 270 of file swimpl.c.
Referenced by set_buffer(), and sw_CreateContext().
struct { ... } sw_context::u16 |
struct { ... } sw_context::u24 |
struct { ... } sw_context::u32 |
struct { ... } sw_context::u8 |