Home
last modified time | relevance | path

Searched refs:hDrawDC (Results 1 – 21 of 21) sorted by relevance

/third_party/openGLES/extensions/EXT/
DWGL_EXT_make_current_read.txt29 BOOL wglMakeContextCurrentEXT(HDC hDrawDC,
74 with the device <hDrawDC> for draws and the device <hReadDC> for
76 drawn on the device identified by <hDrawDC> and read on the device
79 The <hDrawDC> and <hReadDC> parameters must refer to drawing surfaces
82 <hDrawDC> must have the same pixel format and be created on the
130 <hDrawDC> does not match the pixel
137 ERROR_DC_NOT_FOUND <hReadDC> or <hDrawDC> is not a valid
140 <hReadDC> and <hDrawDC> cannot exist
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_make_current_read.txt29 BOOL wglMakeContextCurrentEXT(HDC hDrawDC,
74 with the device <hDrawDC> for draws and the device <hReadDC> for
76 drawn on the device identified by <hDrawDC> and read on the device
79 The <hDrawDC> and <hReadDC> parameters must refer to drawing surfaces
82 <hDrawDC> must have the same pixel format and be created on the
130 <hDrawDC> does not match the pixel
137 ERROR_DC_NOT_FOUND <hReadDC> or <hDrawDC> is not a valid
140 <hReadDC> and <hDrawDC> cannot exist
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DWGL_ARB_make_current_read.txt46 BOOL wglMakeContextCurrentARB(HDC hDrawDC,
91 with the device <hDrawDC> for draws and the device <hReadDC> for
93 drawn on the device identified by <hDrawDC> and read on the device
96 The <hDrawDC> and <hReadDC> parameters must refer to drawing
99 created. <hDrawDC> must have the same pixel format and be created
151 <hDrawDC> does not match the pixel
162 <hReadDC> and <hDrawDC> are not
168 ERROR_DC_NOT_FOUND <hReadDC> or <hDrawDC> is not a valid
172 <hReadDC> and <hDrawDC> cannot exist
DWGL_ARB_create_context.txt311 <hDrawDC> and <hReadDC> parameters of wglMakeContextCurrentARB are
/third_party/openGLES/extensions/ARB/
DWGL_ARB_make_current_read.txt56 BOOL wglMakeContextCurrentARB(HDC hDrawDC,
101 with the device <hDrawDC> for draws and the device <hReadDC> for
103 drawn on the device identified by <hDrawDC> and read on the device
106 The <hDrawDC> and <hReadDC> parameters must refer to drawing
109 created. <hDrawDC> must have the same pixel format and be created
161 <hDrawDC> does not match the pixel
172 <hReadDC> and <hDrawDC> are not
178 ERROR_DC_NOT_FOUND <hReadDC> or <hDrawDC> is not a valid
182 <hReadDC> and <hDrawDC> cannot exist
DWGL_ARB_create_context.txt321 <hDrawDC> and <hReadDC> parameters of wglMakeContextCurrentARB are
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h42 HDC hDrawDC; member
74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_context.c216 ctx->hDrawDC = hdc; in stw_create_context_attribs()
424 return ctx->hDrawDC; in stw_get_current_dc()
584 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current_by_handles() argument
592 struct stw_framebuffer *fb = get_unlocked_refd_framebuffer_from_dc(hDrawDC); in stw_make_current_by_handles()
598 struct stw_framebuffer *fbRead = (hDrawDC == hReadDC || hReadDC == NULL) ? in stw_make_current_by_handles()
610 ctx->hDrawDC = hDrawDC; in stw_make_current_by_handles()
613 ctx->hDrawDC = NULL; in stw_make_current_by_handles()
Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument
234 return stw_make_current_by_handles(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.h67 HDC hDrawDC,
/third_party/openGLES/api/GL/
Dwglext.h112 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
115 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
385 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
388 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
Dwgl.h203 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
206 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
476 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
479 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/khronos/GL/
Dwglext.h128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
389 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
392 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dwglext.h131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
Dwgl.h217 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
220 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
485 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
488 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dwglext.h131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/mesa3d/include/GL/
Dwglext.h131 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
404 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
407 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/
Dwglext.h128 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
389 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
392 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/skia/third_party/externals/angle2/include/WGL/
Dwgl.h222 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
495 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
498 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/flutter/skia/third_party/externals/angle2/include/WGL/
Dwgl.h222 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
495 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
498 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/
Dwglew.h197 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
465 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);