Home
last modified time | relevance | path

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

/external/angle/util/windows/
Dwgl_loader_autogen.cpp23 PFNWGLDESCRIBELAYERPLANEPROC _wglDescribeLayerPlane;
62 reinterpret_cast<PFNWGLDESCRIBELAYERPLANEPROC>(loadProc("wglDescribeLayerPlane")); in LoadWGL()
Dwgl_loader_autogen.h31 extern PFNWGLDESCRIBELAYERPLANEPROC _wglDescribeLayerPlane;
/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.h46 PFNWGLDESCRIBELAYERPLANEPROC describeLayerPlane;
Dfunctionswgl_typedefs.h50 typedef BOOL(WINAPI *PFNWGLDESCRIBELAYERPLANEPROC)(HDC, int, int, UINT, LPLAYERPLANEDESCRIPTOR); typedef
/external/angle/include/WGL/
Dwgl.h98 typedef BOOL (WINAPI * PFNWGLDESCRIBELAYERPLANEPROC) (HDC hDc, int pixelFormat, int layerPlane, UIN… typedef