Home
last modified time | relevance | path

Searched refs:wglSwapLayerBuffersFunc (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGL.cpp119 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes); typedef
145 wglSwapLayerBuffersFunc swapLayerBuffers;
196 …m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffe… in Library()