/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_make_current_read.txt | 30 HDC hReadDC, 74 with the device <hDrawDC> for draws and the device <hReadDC> for 77 identified by <hReadDC>. 79 The <hDrawDC> and <hReadDC> parameters must refer to drawing surfaces 84 <hReadDC> must be created on the same device as the <hdc> that was 106 the device context specified by <hReadDC>. 110 buffer in <hReadDC>. Also, no error due to READ_BUFFER mismatch will be 113 is set to a color buffer that is valid in the <hReadDC>. Operations that 116 buffer in <hReadDC>. 120 to color and ancillary buffers available in <hReadDC> (i.e., [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_make_current_read.txt | 30 HDC hReadDC, 74 with the device <hDrawDC> for draws and the device <hReadDC> for 77 identified by <hReadDC>. 79 The <hDrawDC> and <hReadDC> parameters must refer to drawing surfaces 84 <hReadDC> must be created on the same device as the <hdc> that was 106 the device context specified by <hReadDC>. 110 buffer in <hReadDC>. Also, no error due to READ_BUFFER mismatch will be 113 is set to a color buffer that is valid in the <hReadDC>. Operations that 116 buffer in <hReadDC>. 120 to color and ancillary buffers available in <hReadDC> (i.e., [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | WGL_ARB_make_current_read.txt | 47 HDC hReadDC, 91 with the device <hDrawDC> for draws and the device <hReadDC> for 94 identified by <hReadDC>. 96 The <hDrawDC> and <hReadDC> parameters must refer to drawing 101 wglCreateContext. <hReadDC> must be created on the same device as 125 the device context specified by <hReadDC>. 129 valid color buffer in <hReadDC>. Also, no error due to READ_BUFFER 133 in the <hReadDC>. Operations that query the value of READ_BUFFER 135 independent of whether it is a valid buffer in <hReadDC>. 139 <hReadDC> (i.e., ReadBuffer(BACK_BUFFER) will generate an error [all …]
|
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 | 57 HDC hReadDC, 101 with the device <hDrawDC> for draws and the device <hReadDC> for 104 identified by <hReadDC>. 106 The <hDrawDC> and <hReadDC> parameters must refer to drawing 111 wglCreateContext. <hReadDC> must be created on the same device as 135 the device context specified by <hReadDC>. 139 valid color buffer in <hReadDC>. Also, no error due to READ_BUFFER 143 in the <hReadDC>. Operations that query the value of READ_BUFFER 145 independent of whether it is a valid buffer in <hReadDC>. 149 <hReadDC> (i.e., ReadBuffer(BACK_BUFFER) will generate an error [all …]
|
D | WGL_ARB_create_context.txt | 321 <hDrawDC> and <hReadDC> parameters of wglMakeContextCurrentARB are
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.c | 217 ctx->hReadDC = hdc; in stw_create_context_attribs() 436 return ctx->hReadDC; in stw_get_current_read_dc() 584 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current_by_handles() argument 598 struct stw_framebuffer *fbRead = (hDrawDC == hReadDC || hReadDC == NULL) ? in stw_make_current_by_handles() 599 fb : get_unlocked_refd_framebuffer_from_dc(hReadDC); in stw_make_current_by_handles() 611 ctx->hReadDC = hReadDC; in stw_make_current_by_handles() 614 ctx->hReadDC = NULL; in stw_make_current_by_handles()
|
D | stw_context.h | 43 HDC hReadDC; member 74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
|
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 | 68 HDC hReadDC,
|
/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);
|