Lines Matching defs:Functions
148 struct Functions struct
151 wglCreateContextFunc createContext;
152 wglDeleteContextFunc deleteContext;
153 wglMakeCurrentFunc makeCurrent;
154 wglGetProcAddressFunc getProcAddress;
155 wglSwapLayerBuffersFunc swapLayerBuffers;
158 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
159 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
160 wglChoosePixelFormatARBFunc choosePixelFormatARB;
163 wglCreateContextAttribsARBFunc createContextAttribsARB;
164 wglGetExtensionsStringARBFunc getExtensionsStringARB;
166 Functions (void) in Functions() function