/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_make_current_read.txt | 29 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/ |
D | WGL_EXT_make_current_read.txt | 29 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/ |
D | WGL_ARB_make_current_read.txt | 46 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
|
D | WGL_ARB_create_context.txt | 311 <hDrawDC> and <hReadDC> parameters of wglMakeContextCurrentARB are
|
/third_party/openGLES/extensions/ARB/ |
D | WGL_ARB_make_current_read.txt | 56 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
|
D | WGL_ARB_create_context.txt | 321 <hDrawDC> and <hReadDC> parameters of wglMakeContextCurrentARB are
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.h | 42 HDC hDrawDC; member 74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
D | stw_context.c | 216 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()
|
D | stw_ext_context.c | 225 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/ |
D | stw_wgl.h | 67 HDC hDrawDC,
|
/third_party/openGLES/api/GL/ |
D | wglext.h | 112 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);
|
D | wgl.h | 203 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/ |
D | wglext.h | 128 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/ |
D | wglext.h | 131 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);
|
D | wgl.h | 217 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/ |
D | wglext.h | 131 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/ |
D | wglext.h | 131 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/ |
D | wglext.h | 128 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/ |
D | wgl.h | 222 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/ |
D | wgl.h | 222 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/ |
D | wglew.h | 197 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc); 465 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|