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