Lines Matching refs:hDC

51 typedef HANDLE (WINAPI * GdkGLProc_wglCreateBufferRegionARB) (HDC hDC, int iLayerPlane, UINT uType);
53 #define gdk_gl_wglCreateBufferRegionARB(proc, hDC, iLayerPlane, uType) \ argument
54 ( ((GdkGLProc_wglCreateBufferRegionARB) (proc)) (hDC, iLayerPlane, uType) )
177 typedef HPBUFFERARB (WINAPI * GdkGLProc_wglCreatePbufferARB) (HDC hDC, int iPixelFormat, int iWidth…
179 #define gdk_gl_wglCreatePbufferARB(proc, hDC, iPixelFormat, iWidth, iHeight, piAttribList) \ argument
180 ( ((GdkGLProc_wglCreatePbufferARB) (proc)) (hDC, iPixelFormat, iWidth, iHeight, piAttribList) )
189 typedef int (WINAPI * GdkGLProc_wglReleasePbufferDCARB) (HPBUFFERARB hPbuffer, HDC hDC);
191 #define gdk_gl_wglReleasePbufferDCARB(proc, hPbuffer, hDC) \ argument
192 ( ((GdkGLProc_wglReleasePbufferDCARB) (proc)) (hPbuffer, hDC) )
352 typedef HPBUFFEREXT (WINAPI * GdkGLProc_wglCreatePbufferEXT) (HDC hDC, int iPixelFormat, int iWidth…
354 #define gdk_gl_wglCreatePbufferEXT(proc, hDC, iPixelFormat, iWidth, iHeight, piAttribList) \ argument
355 ( ((GdkGLProc_wglCreatePbufferEXT) (proc)) (hDC, iPixelFormat, iWidth, iHeight, piAttribList) )
364 typedef int (WINAPI * GdkGLProc_wglReleasePbufferDCEXT) (HPBUFFEREXT hPbuffer, HDC hDC);
366 #define gdk_gl_wglReleasePbufferDCEXT(proc, hPbuffer, hDC) \ argument
367 ( ((GdkGLProc_wglReleasePbufferDCEXT) (proc)) (hPbuffer, hDC) )
548 typedef BOOL (WINAPI * GdkGLProc_wglGetDigitalVideoParametersI3D) (HDC hDC, int iAttribute, int *pi…
550 #define gdk_gl_wglGetDigitalVideoParametersI3D(proc, hDC, iAttribute, piValue) \ argument
551 ( ((GdkGLProc_wglGetDigitalVideoParametersI3D) (proc)) (hDC, iAttribute, piValue) )
554 typedef BOOL (WINAPI * GdkGLProc_wglSetDigitalVideoParametersI3D) (HDC hDC, int iAttribute, const i…
556 #define gdk_gl_wglSetDigitalVideoParametersI3D(proc, hDC, iAttribute, piValue) \ argument
557 ( ((GdkGLProc_wglSetDigitalVideoParametersI3D) (proc)) (hDC, iAttribute, piValue) )
576 typedef BOOL (WINAPI * GdkGLProc_wglGetGammaTableParametersI3D) (HDC hDC, int iAttribute, int *piVa…
578 #define gdk_gl_wglGetGammaTableParametersI3D(proc, hDC, iAttribute, piValue) \ argument
579 ( ((GdkGLProc_wglGetGammaTableParametersI3D) (proc)) (hDC, iAttribute, piValue) )
582 typedef BOOL (WINAPI * GdkGLProc_wglSetGammaTableParametersI3D) (HDC hDC, int iAttribute, const int…
584 #define gdk_gl_wglSetGammaTableParametersI3D(proc, hDC, iAttribute, piValue) \ argument
585 ( ((GdkGLProc_wglSetGammaTableParametersI3D) (proc)) (hDC, iAttribute, piValue) )
588 typedef BOOL (WINAPI * GdkGLProc_wglGetGammaTableI3D) (HDC hDC, int iEntries, USHORT *puRed, USHORT…
590 #define gdk_gl_wglGetGammaTableI3D(proc, hDC, iEntries, puRed, puGreen, puBlue) \ argument
591 ( ((GdkGLProc_wglGetGammaTableI3D) (proc)) (hDC, iEntries, puRed, puGreen, puBlue) )
594 typedef BOOL (WINAPI * GdkGLProc_wglSetGammaTableI3D) (HDC hDC, int iEntries, const USHORT *puRed, …
596 #define gdk_gl_wglSetGammaTableI3D(proc, hDC, iEntries, puRed, puGreen, puBlue) \ argument
597 ( ((GdkGLProc_wglSetGammaTableI3D) (proc)) (hDC, iEntries, puRed, puGreen, puBlue) )
618 typedef BOOL (WINAPI * GdkGLProc_wglEnableGenlockI3D) (HDC hDC);
620 #define gdk_gl_wglEnableGenlockI3D(proc, hDC) \ argument
621 ( ((GdkGLProc_wglEnableGenlockI3D) (proc)) (hDC) )
624 typedef BOOL (WINAPI * GdkGLProc_wglDisableGenlockI3D) (HDC hDC);
626 #define gdk_gl_wglDisableGenlockI3D(proc, hDC) \ argument
627 ( ((GdkGLProc_wglDisableGenlockI3D) (proc)) (hDC) )
630 typedef BOOL (WINAPI * GdkGLProc_wglIsEnabledGenlockI3D) (HDC hDC, BOOL *pFlag);
632 #define gdk_gl_wglIsEnabledGenlockI3D(proc, hDC, pFlag) \ argument
633 ( ((GdkGLProc_wglIsEnabledGenlockI3D) (proc)) (hDC, pFlag) )
636 typedef BOOL (WINAPI * GdkGLProc_wglGenlockSourceI3D) (HDC hDC, UINT uSource);
638 #define gdk_gl_wglGenlockSourceI3D(proc, hDC, uSource) \ argument
639 ( ((GdkGLProc_wglGenlockSourceI3D) (proc)) (hDC, uSource) )
642 typedef BOOL (WINAPI * GdkGLProc_wglGetGenlockSourceI3D) (HDC hDC, UINT *uSource);
644 #define gdk_gl_wglGetGenlockSourceI3D(proc, hDC, uSource) \ argument
645 ( ((GdkGLProc_wglGetGenlockSourceI3D) (proc)) (hDC, uSource) )
648 typedef BOOL (WINAPI * GdkGLProc_wglGenlockSourceEdgeI3D) (HDC hDC, UINT uEdge);
650 #define gdk_gl_wglGenlockSourceEdgeI3D(proc, hDC, uEdge) \ argument
651 ( ((GdkGLProc_wglGenlockSourceEdgeI3D) (proc)) (hDC, uEdge) )
654 typedef BOOL (WINAPI * GdkGLProc_wglGetGenlockSourceEdgeI3D) (HDC hDC, UINT *uEdge);
656 #define gdk_gl_wglGetGenlockSourceEdgeI3D(proc, hDC, uEdge) \ argument
657 ( ((GdkGLProc_wglGetGenlockSourceEdgeI3D) (proc)) (hDC, uEdge) )
660 typedef BOOL (WINAPI * GdkGLProc_wglGenlockSampleRateI3D) (HDC hDC, UINT uRate);
662 #define gdk_gl_wglGenlockSampleRateI3D(proc, hDC, uRate) \ argument
663 ( ((GdkGLProc_wglGenlockSampleRateI3D) (proc)) (hDC, uRate) )
666 typedef BOOL (WINAPI * GdkGLProc_wglGetGenlockSampleRateI3D) (HDC hDC, UINT *uRate);
668 #define gdk_gl_wglGetGenlockSampleRateI3D(proc, hDC, uRate) \ argument
669 ( ((GdkGLProc_wglGetGenlockSampleRateI3D) (proc)) (hDC, uRate) )
672 typedef BOOL (WINAPI * GdkGLProc_wglGenlockSourceDelayI3D) (HDC hDC, UINT uDelay);
674 #define gdk_gl_wglGenlockSourceDelayI3D(proc, hDC, uDelay) \ argument
675 ( ((GdkGLProc_wglGenlockSourceDelayI3D) (proc)) (hDC, uDelay) )
678 typedef BOOL (WINAPI * GdkGLProc_wglGetGenlockSourceDelayI3D) (HDC hDC, UINT *uDelay);
680 #define gdk_gl_wglGetGenlockSourceDelayI3D(proc, hDC, uDelay) \ argument
681 ( ((GdkGLProc_wglGetGenlockSourceDelayI3D) (proc)) (hDC, uDelay) )
684 typedef BOOL (WINAPI * GdkGLProc_wglQueryGenlockMaxSourceDelayI3D) (HDC hDC, UINT *uMaxLineDelay, U…
686 #define gdk_gl_wglQueryGenlockMaxSourceDelayI3D(proc, hDC, uMaxLineDelay, uMaxPixelDelay) \ argument
687 ( ((GdkGLProc_wglQueryGenlockMaxSourceDelayI3D) (proc)) (hDC, uMaxLineDelay, uMaxPixelDelay) )
716 typedef LPVOID (WINAPI * GdkGLProc_wglCreateImageBufferI3D) (HDC hDC, DWORD dwSize, UINT uFlags);
718 #define gdk_gl_wglCreateImageBufferI3D(proc, hDC, dwSize, uFlags) \ argument
719 ( ((GdkGLProc_wglCreateImageBufferI3D) (proc)) (hDC, dwSize, uFlags) )
722 typedef BOOL (WINAPI * GdkGLProc_wglDestroyImageBufferI3D) (HDC hDC, LPVOID pAddress);
724 #define gdk_gl_wglDestroyImageBufferI3D(proc, hDC, pAddress) \ argument
725 ( ((GdkGLProc_wglDestroyImageBufferI3D) (proc)) (hDC, pAddress) )
728 typedef BOOL (WINAPI * GdkGLProc_wglAssociateImageBufferEventsI3D) (HDC hDC, const HANDLE *pEvent, …
730 #define gdk_gl_wglAssociateImageBufferEventsI3D(proc, hDC, pEvent, pAddress, pSize, count) \ argument
731 ( ((GdkGLProc_wglAssociateImageBufferEventsI3D) (proc)) (hDC, pEvent, pAddress, pSize, count) )
734 typedef BOOL (WINAPI * GdkGLProc_wglReleaseImageBufferEventsI3D) (HDC hDC, const LPVOID *pAddress, …
736 #define gdk_gl_wglReleaseImageBufferEventsI3D(proc, hDC, pAddress, count) \ argument
737 ( ((GdkGLProc_wglReleaseImageBufferEventsI3D) (proc)) (hDC, pAddress, count) )