Home
last modified time | relevance | path

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

/external/angle/util/windows/
Dwgl_loader_autogen.cpp32 PFNWGLSWAPLAYERBUFFERSPROC l__wglSwapLayerBuffers;
78 reinterpret_cast<PFNWGLSWAPLAYERBUFFERSPROC>(loadProc("wglSwapLayerBuffers")); in LoadWGL()
Dwgl_loader_autogen.h70 extern PFNWGLSWAPLAYERBUFFERSPROC l__wglSwapLayerBuffers;
/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.h50 PFNWGLSWAPLAYERBUFFERSPROC swapLayerBuffers;
Dfunctionswgl_typedefs.h54 typedef BOOL(WINAPI *PFNWGLSWAPLAYERBUFFERSPROC)(HDC, UINT); typedef
/external/angle/include/WGL/
Dwgl.h107 typedef BOOL (WINAPI * PFNWGLSWAPLAYERBUFFERSPROC) (HDC hdc, UINT fuFlags); typedef