Lines Matching defs:Functions
156 struct Functions struct
159 wglCreateContextFunc createContext;
160 wglDeleteContextFunc deleteContext;
161 wglMakeCurrentFunc makeCurrent;
162 wglGetProcAddressFunc getProcAddress;
163 wglSwapLayerBuffersFunc swapLayerBuffers;
166 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
167 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
168 wglChoosePixelFormatARBFunc choosePixelFormatARB;
171 wglCreateContextAttribsARBFunc createContextAttribsARB;
172 wglGetExtensionsStringARBFunc getExtensionsStringARB;
175 wglSwapIntervalEXTFunc swapIntervalEXT;
178 Functions (void) in Functions() function