Home
last modified time | relevance | path

Searched refs:hDC (Results 1 – 25 of 71) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/third_party/khronos/GL/
Dwglext.h61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
91 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
155 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
161 int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
299 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
301 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
158 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
164 int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
302 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
304 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
Dwgl.h108 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase…
109 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
110 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
111 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
112 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
113 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
135 BOOL WINAPI wglUseFontBitmaps (HDC hDC, DWORD first, DWORD count, DWORD listBase);
136 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase);
137 BOOL WINAPI wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase);
138 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,…
[all …]
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
158 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
164 int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
302 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
304 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/
Dwglext.h61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
91 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
155 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
161 int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
299 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
301 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
/third_party/skia/third_party/externals/angle2/include/WGL/
Dwgl.h108 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase…
109 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
110 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
111 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
112 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
113 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
135 BOOL WINAPI wglUseFontBitmaps (HDC hDC, DWORD first, DWORD count, DWORD listBase);
136 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase);
137 BOOL WINAPI wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase);
138 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,…
[all …]
/third_party/flutter/skia/third_party/externals/angle2/include/WGL/
Dwgl.h108 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase…
109 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
110 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
111 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
112 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
113 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
135 BOOL WINAPI wglUseFontBitmaps (HDC hDC, DWORD first, DWORD count, DWORD listBase);
136 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase);
137 BOOL WINAPI wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase);
138 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,…
[all …]
/third_party/openGLES/api/GL/
Dwglext.h40 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
45 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
68 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
70 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
137 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
139 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
143 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
145 int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
283 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
285 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
Dwgl.h89 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase…
90 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
91 typedef BOOL (WINAPI * PFNWGLUSEFONTBITMAPSWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
92 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBas…
93 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
94 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBa…
116 BOOL WINAPI wglUseFontBitmaps (HDC hDC, DWORD first, DWORD count, DWORD listBase);
117 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase);
118 BOOL WINAPI wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase);
119 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation,…
[all …]
/third_party/mesa3d/include/GL/
Dwglext.h59 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
64 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
89 HGLRC WINAPI wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *attribList);
156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
158 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
164 int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);
302 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
304 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c86 wgl_screen_create_by_name(HDC hDC, const char* driver, struct sw_winsys *winsys) in wgl_screen_create_by_name() argument
106 screen = d3d12_wgl_create_screen(winsys, hDC); in wgl_screen_create_by_name()
128 wgl_screen_create(HDC hDC) in wgl_screen_create() argument
157 struct pipe_screen* screen = wgl_screen_create_by_name(hDC, drivers[i], winsys); in wgl_screen_create()
175 HDC hDC) in wgl_present() argument
194 gdi_sw_display(winsys, dt, hDC); in wgl_present()
201 swr_gdi_swap(screen, ctx, res, hDC); in wgl_present()
208 d3d12_wgl_present(screen, ctx, res, hDC); in wgl_present()
215 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL); in wgl_present()
223 gdi_sw_display(winsys, dt, hDC); in wgl_present()
[all …]
/third_party/openGLES/extensions/I3D/
DWGL_I3D_genlock.txt57 BOOL wglEnableGenlockI3D(HDC hDC)
59 BOOL wglDisableGenlockI3D(HDC hDC)
61 BOOL wglIsEnabledGenlockI3D(HDC hDC,
64 BOOL wglGenlockSourceI3D(HDC hDC,
67 BOOL wglGetGenlockSourceI3D(HDC hDC,
70 BOOL wglGenlockSourceEdgeI3D(HDC hDC,
73 BOOL wglGetGenlockSourceEdgeI3D(HDC hDC,
76 BOOL wglGenlockSampleRateI3D(HDC hDC,
79 BOOL wglGetGenlockSampleRateI3D(HDC hDC,
82 BOOL wglGenlockSourceDelayI3D(HDC hDC,
[all …]
DWGL_I3D_gamma.txt48 BOOL wglGetGammaTableParametersI3D(HDC hDC,
52 BOOL wglSetGammaTableParametersI3D(HDC hDC,
56 BOOL wglGetGammaTableI3D(HDC hDC,
62 BOOL wglSetGammaTableI3D(HDC hDC,
112 BOOL wglSetGammaTableI3D(HDC hDC,
118 <hDC> is a device context for the graphics adapter or a window
121 associated with <hDC> is loaded.
136 BOOL wglGetGammaTableI3D(HDC hDC,
142 <hDC> is a device context for the graphics adapter or a window
145 associated with <hDC> is read.
[all …]
DWGL_I3D_digital_video_control.txt50 BOOL wglGetDigitalVideoParametersI3D(HDC hDC,
54 BOOL wglSetDigitalVideoParametersI3D(HDC hDC,
99 BOOL wglSetDigitalVideoParametersI3D(HDC hDC,
103 <hDC> is a device context for a graphics adapter or a window
105 monitor systems, only the digital video mode associated with <hDC>
151 BOOL wglGetDigitalVideoParametersI3D(HDC hDC,
155 <hDC> is a device context for a graphics adapter or a window
158 with <hDC> are returned.
205 ERROR_DC_NOT_FOUND The <hDC> was not valid.
208 for the device specified by <hDC>.
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_genlock.txt57 BOOL wglEnableGenlockI3D(HDC hDC)
59 BOOL wglDisableGenlockI3D(HDC hDC)
61 BOOL wglIsEnabledGenlockI3D(HDC hDC,
64 BOOL wglGenlockSourceI3D(HDC hDC,
67 BOOL wglGetGenlockSourceI3D(HDC hDC,
70 BOOL wglGenlockSourceEdgeI3D(HDC hDC,
73 BOOL wglGetGenlockSourceEdgeI3D(HDC hDC,
76 BOOL wglGenlockSampleRateI3D(HDC hDC,
79 BOOL wglGetGenlockSampleRateI3D(HDC hDC,
82 BOOL wglGenlockSourceDelayI3D(HDC hDC,
[all …]
DWGL_I3D_gamma.txt48 BOOL wglGetGammaTableParametersI3D(HDC hDC,
52 BOOL wglSetGammaTableParametersI3D(HDC hDC,
56 BOOL wglGetGammaTableI3D(HDC hDC,
62 BOOL wglSetGammaTableI3D(HDC hDC,
112 BOOL wglSetGammaTableI3D(HDC hDC,
118 <hDC> is a device context for the graphics adapter or a window
121 associated with <hDC> is loaded.
136 BOOL wglGetGammaTableI3D(HDC hDC,
142 <hDC> is a device context for the graphics adapter or a window
145 associated with <hDC> is read.
[all …]
DWGL_I3D_digital_video_control.txt50 BOOL wglGetDigitalVideoParametersI3D(HDC hDC,
54 BOOL wglSetDigitalVideoParametersI3D(HDC hDC,
99 BOOL wglSetDigitalVideoParametersI3D(HDC hDC,
103 <hDC> is a device context for a graphics adapter or a window
105 monitor systems, only the digital video mode associated with <hDC>
151 BOOL wglGetDigitalVideoParametersI3D(HDC hDC,
155 <hDC> is a device context for a graphics adapter or a window
158 with <hDC> are returned.
205 ERROR_DC_NOT_FOUND The <hDC> was not valid.
208 for the device specified by <hDC>.
/third_party/mesa3d/src/gallium/targets/libgl-d3d12/
Dlibgl_d3d12.c42 gdi_screen_create(HDC hDC) in gdi_screen_create() argument
51 screen = d3d12_wgl_create_screen( winsys, hDC ); in gdi_screen_create()
69 HDC hDC) in gdi_present() argument
71 d3d12_wgl_present(screen, context, res, hDC); in gdi_present()
77 HDC hDC, in gdi_get_adapter_luid() argument
83 stw_dev->callbacks.pfnGetAdapterLuid(hDC, adapter_luid); in gdi_get_adapter_luid()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dwglew.h112 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
130 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
156 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int…
234 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
238 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer, HDC hDC);
503 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
507 typedef int (WINAPI * PFNWGLRELEASEPBUFFERDCEXTPROC) (HPBUFFEREXT hPbuffer, HDC hDC);
618 typedef BOOL (WINAPI * PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, int* piVal…
619 typedef BOOL (WINAPI * PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC) (HDC hDC, int iAttribute, const int*…
636 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT* puRed, USHORT *p…
[all …]
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_winsys.c34 d3d12_wgl_create_screen(struct sw_winsys *winsys, HDC hDC) in d3d12_wgl_create_screen() argument
38 stw_dev->callbacks.pfnGetAdapterLuid(hDC, &local_luid); in d3d12_wgl_create_screen()
48 HDC hDC) in d3d12_wgl_present() argument
50 screen->flush_frontbuffer(screen, ctx, res, 0, 0, hDC, NULL); in d3d12_wgl_present()
/third_party/openGLES/extensions/NV/
DWGL_NV_swap_group.txt60 BOOL wglJoinSwapGroupNV(HDC hDC,
66 BOOL wglQuerySwapGroupNV(HDC hDC,
70 BOOL wglQueryMaxSwapGroupsNV(HDC hDC,
74 BOOL wglQueryFrameCountNV(HDC hDC,
77 BOOL wglResetFrameCountNV(HDC hDC);
87 wglJoinSwapGroupNV adds <hDC> to the swap group specified by <group>.
88 If <hDC> is already a member of a different group, it is
91 wglQueryMaxSwapGroupsNV. If <group> is zero, the hDC is unbound from its
95 wglJoinSwapGroupNV returns True if <hDC> has been successfully bound to
110 currently bound to hDC, if any.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DWGL_NV_swap_group.txt60 BOOL wglJoinSwapGroupNV(HDC hDC,
66 BOOL wglQuerySwapGroupNV(HDC hDC,
70 BOOL wglQueryMaxSwapGroupsNV(HDC hDC,
74 BOOL wglQueryFrameCountNV(HDC hDC,
77 BOOL wglResetFrameCountNV(HDC hDC);
87 wglJoinSwapGroupNV adds <hDC> to the swap group specified by <group>.
88 If <hDC> is already a member of a different group, it is
91 wglQueryMaxSwapGroupsNV. If <group> is zero, the hDC is unbound from its
95 wglJoinSwapGroupNV returns True if <hDC> has been successfully bound to
110 currently bound to hDC, if any.
[all …]
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_memory.h27 swr_LoadHotTile(HANDLE hDC, in swr_LoadHotTile() argument
34 DRAW_CONTEXT *pDC = (DRAW_CONTEXT*)hDC; in swr_LoadHotTile()
42 swr_StoreHotTile(HANDLE hDC, in swr_StoreHotTile() argument
49 DRAW_CONTEXT *pDC = (DRAW_CONTEXT*)hDC; in swr_StoreHotTile()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgi.cpp93 HDC hDC = GetDC(hWnd); in _Present() local
126 HBITMAP hBmp = CreateDIBSection(hDC, &bmi, DIB_RGB_COLORS, (void**)&pixels, NULL, 0); in _Present()
158 hdcMem = CreateCompatibleDC(hDC); in _Present()
161 int iStretchMode = SetStretchBltMode(hDC, HALFTONE); in _Present()
163 StretchBlt(hDC, 0, 0, windowWidth, windowHeight, in _Present()
168 SetStretchBltMode(hDC, iStretchMode); in _Present()
178 ReleaseDC(hWnd, hDC); in _Present()
/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c73 HDC hDC = NULL; in graw_create_window_and_screen() local
115 hDC = GetDC(hWnd); in graw_create_window_and_screen()
116 if (hDC == NULL) in graw_create_window_and_screen()
119 *handle = (void *)hDC; in graw_create_window_and_screen()

123