Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.h85 PFNWGLDXCLOSEDEVICENVPROC dxCloseDeviceNV;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h915 typedef BOOL (WINAPI * PFNWGLDXCLOSEDEVICENVPROC) (HANDLE hDevice); typedef
1314 WGLEW_FUN_EXPORT PFNWGLDXCLOSEDEVICENVPROC __wglewDXCloseDeviceNV;
/external/swiftshader/include/GL/
Dwglext.h635 typedef BOOL (WINAPI * PFNWGLDXCLOSEDEVICENVPROC) (HANDLE hDevice); typedef
/external/mesa3d/include/GL/
Dwglext.h640 typedef BOOL (WINAPI * PFNWGLDXCLOSEDEVICENVPROC) (HANDLE hDevice); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h625 typedef BOOL (WINAPI * PFNWGLDXCLOSEDEVICENVPROC) (HANDLE hDevice); typedef
/external/angle/include/WGL/
Dwgl.h731 typedef BOOL (WINAPI * PFNWGLDXCLOSEDEVICENVPROC) (HANDLE hDevice); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18907 PFNWGLDXCLOSEDEVICENVPROC __wglewDXCloseDeviceNV = NULL;
19349 …r = ((wglDXCloseDeviceNV = (PFNWGLDXCLOSEDEVICENVPROC)glewGetProcAddress((const GLubyte*)"wglDXClo… in _glewInit_WGL_NV_DX_interop()