Lines Matching defs:Functions
151 struct Functions struct
154 wglCreateContextFunc createContext;
155 wglDeleteContextFunc deleteContext;
156 wglMakeCurrentFunc makeCurrent;
157 wglGetProcAddressFunc getProcAddress;
158 wglSwapLayerBuffersFunc swapLayerBuffers;
161 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
162 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
163 wglChoosePixelFormatARBFunc choosePixelFormatARB;
166 wglCreateContextAttribsARBFunc createContextAttribsARB;
167 wglGetExtensionsStringARBFunc getExtensionsStringARB;
170 wglSwapIntervalEXTFunc swapIntervalEXT;
173 Functions (void) in Functions() function