Lines Matching defs:Functions
138 struct Functions struct
141 wglCreateContextFunc createContext;
142 wglDeleteContextFunc deleteContext;
143 wglMakeCurrentFunc makeCurrent;
144 wglGetProcAddressFunc getProcAddress;
145 wglSwapLayerBuffersFunc swapLayerBuffers;
148 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
149 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
150 wglChoosePixelFormatARBFunc choosePixelFormatARB;
153 wglCreateContextAttribsARBFunc createContextAttribsARB;
155 Functions (void) in Functions() argument