Home
last modified time | relevance | path

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

/external/swiftshader/include/GL/
Dwglext.h788 BOOL WINAPI wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
/external/mesa3d/include/GL/
Dwglext.h802 BOOL WINAPI wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
/external/angle/src/third_party/khronos/GL/
Dwglext.h778 BOOL WINAPI wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1140 #define wglBindVideoCaptureDeviceNV WGLEW_GET_FUN(__wglewBindVideoCaptureDeviceNV) macro
/external/angle/include/WGL/
Dwgl.h884 BOOL WINAPI wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19459 …r = ((wglBindVideoCaptureDeviceNV = (PFNWGLBINDVIDEOCAPTUREDEVICENVPROC)glewGetProcAddress((const … in _glewInit_WGL_NV_video_capture()