Searched refs:wglSwapLayerBuffersFunc (Results 1 – 1 of 1) sorted by relevance
128 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes); typedef155 wglSwapLayerBuffersFunc swapLayerBuffers;210 …m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffe… in Library()