#include "wglGraphicsPipe.h"
#include "config_wgldisplay.h"
#include "config_windisplay.h"
Go to the source code of this file.
Enumerations | |
enum | OGLDriverType { Software, MCD, ICD } |
Functions | |
PT (GraphicsPipe) wglGraphicsPipe | |
This function is passed to the GraphicsPipeSelection object to allow the user to make a default wglGraphicsPipe. | |
PT (GraphicsStateGuardian) wglGraphicsPipe | |
Creates a new GSG to use the pipe (but no windows have been created yet for the GSG). | |
PT (GraphicsWindow) wglGraphicsPipe | |
Creates a new window on the pipe, if possible. | |
Variables | |
const char *const | OGLDrvStrings [] = { "Software", "MCD", "ICD" } |
Definition in file wglGraphicsPipe.cxx.
|
Definition at line 26 of file wglGraphicsPipe.cxx. |
|
Creates a new window on the pipe, if possible.
Definition at line 151 of file wglGraphicsPipe.cxx. |
|
Creates a new GSG to use the pipe (but no windows have been created yet for the GSG). This method will be called in the draw thread for the GSG. Definition at line 107 of file wglGraphicsPipe.cxx. |
|
This function is passed to the GraphicsPipeSelection object to allow the user to make a default wglGraphicsPipe.
Definition at line 90 of file wglGraphicsPipe.cxx. References gl_force_pixfmt, and HDC(). |
|
Definition at line 27 of file wglGraphicsPipe.cxx. |