Home
last modified time | relevance | path

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

/third_party/openGLES/extensions/EXT/
DWGL_EXT_make_current_read.txt30 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/
DWGL_EXT_make_current_read.txt30 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/
DWGL_ARB_make_current_read.txt47 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 …]
DWGL_ARB_create_context.txt311 <hDrawDC> and <hReadDC> parameters of wglMakeContextCurrentARB are
/third_party/openGLES/extensions/ARB/
DWGL_ARB_make_current_read.txt57 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 …]
DWGL_ARB_create_context.txt321 <hDrawDC> and <hReadDC> parameters of wglMakeContextCurrentARB are
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c217 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()
Dstw_context.h43 HDC hReadDC; member
74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
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.h68 HDC hReadDC,
/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);