~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/extensions/WGL_NV_video_output

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2010-04-10 18:16:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100410181621-179fn0er7sjbccku
Tags: 1.5.3-1
* New upstream release (Closes: #577183)
* reworked mx build support to reflect new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
WGL_NV_video_output
2
 
http://www.opengl.org/registry/specs/NV/wgl_video_out.txt
3
 
        WGL_BIND_TO_VIDEO_RGB_NV 0x20C0
4
 
        WGL_BIND_TO_VIDEO_RGBA_NV 0x20C1
5
 
        WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV 0x20C2
6
 
        WGL_VIDEO_OUT_COLOR_NV 0x20C3
7
 
        WGL_VIDEO_OUT_ALPHA_NV 0x20C4
8
 
        WGL_VIDEO_OUT_DEPTH_NV 0x20C5
9
 
        WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
10
 
        WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
11
 
        WGL_VIDEO_OUT_FRAME 0x20C8
12
 
        WGL_VIDEO_OUT_FIELD_1 0x20C9
13
 
        WGL_VIDEO_OUT_FIELD_2 0x20CA
14
 
        WGL_VIDEO_OUT_STACKED_FIELDS_1_2 0x20CB
15
 
        WGL_VIDEO_OUT_STACKED_FIELDS_2_1 0x20CC
16
 
        BOOL wglBindVideoImageNV (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer)
17
 
        BOOL wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV* hVideoDevice)
18
 
        BOOL wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice, unsigned long* pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
19
 
        BOOL wglReleaseVideoDeviceNV (HPVIDEODEV hVideoDevice)
20
 
        BOOL wglReleaseVideoImageNV (HPBUFFERARB hPbuffer, int iVideoBuffer)
21
 
        BOOL wglSendPbufferToVideoNV (HPBUFFERARB hPbuffer, int iBufferType, unsigned long* pulCounterPbuffer, BOOL bBlock)
22
 
    DECLARE_HANDLE(HPVIDEODEV);
 
1
WGL_NV_video_output
 
2
http://www.opengl.org/registry/specs/NV/wgl_video_out.txt
 
3
        WGL_BIND_TO_VIDEO_RGB_NV 0x20C0
 
4
        WGL_BIND_TO_VIDEO_RGBA_NV 0x20C1
 
5
        WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV 0x20C2
 
6
        WGL_VIDEO_OUT_COLOR_NV 0x20C3
 
7
        WGL_VIDEO_OUT_ALPHA_NV 0x20C4
 
8
        WGL_VIDEO_OUT_DEPTH_NV 0x20C5
 
9
        WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
 
10
        WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
 
11
        WGL_VIDEO_OUT_FRAME 0x20C8
 
12
        WGL_VIDEO_OUT_FIELD_1 0x20C9
 
13
        WGL_VIDEO_OUT_FIELD_2 0x20CA
 
14
        WGL_VIDEO_OUT_STACKED_FIELDS_1_2 0x20CB
 
15
        WGL_VIDEO_OUT_STACKED_FIELDS_2_1 0x20CC
 
16
        BOOL wglBindVideoImageNV (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer)
 
17
        BOOL wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV* hVideoDevice)
 
18
        BOOL wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice, unsigned long* pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
 
19
        BOOL wglReleaseVideoDeviceNV (HPVIDEODEV hVideoDevice)
 
20
        BOOL wglReleaseVideoImageNV (HPBUFFERARB hPbuffer, int iVideoBuffer)
 
21
        BOOL wglSendPbufferToVideoNV (HPBUFFERARB hPbuffer, int iBufferType, unsigned long* pulCounterPbuffer, BOOL bBlock)
 
22
    DECLARE_HANDLE(HPVIDEODEV);