Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1176 typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsi… typedef
1358 WGLEW_FUN_EXPORT PFNWGLSENDPBUFFERTOVIDEONVPROC __wglewSendPbufferToVideoNV;
/external/swiftshader/include/GL/
Dwglext.h816 typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsi… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h806 typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsi… typedef
/external/mesa3d/include/GL/
Dwglext.h830 typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsi… typedef
/external/angle/include/WGL/
Dwgl.h912 typedef BOOL (WINAPI * PFNWGLSENDPBUFFERTOVIDEONVPROC) (HPBUFFERARB hPbuffer, int iBufferType, unsi… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18951 PFNWGLSENDPBUFFERTOVIDEONVPROC __wglewSendPbufferToVideoNV = NULL;
19481 …r = ((wglSendPbufferToVideoNV = (PFNWGLSENDPBUFFERTOVIDEONVPROC)glewGetProcAddress((const GLubyte*… in _glewInit_WGL_NV_video_output()