Home
last modified time | relevance | path

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

/external/swiftshader/include/GL/
Dwglext.h819 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
/external/angle/src/third_party/khronos/GL/
Dwglext.h809 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
/external/mesa3d/include/GL/
Dwglext.h833 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1179 #define wglGetVideoDeviceNV WGLEW_GET_FUN(__wglewGetVideoDeviceNV) macro
/external/angle/include/WGL/
Dwgl.h915 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19477 …r = ((wglGetVideoDeviceNV = (PFNWGLGETVIDEODEVICENVPROC)glewGetProcAddress((const GLubyte*)"wglGet… in _glewInit_WGL_NV_video_output()