Searched refs:hDrawDC (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.h42 HDC hDrawDC; member in struct:stw_context
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
H A Dstw_wgl.h67 HDC hDrawDC,
H A Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument
211 return stw_make_current(hDrawDC, hReadDC, dhglrc);
H A Dstw_context.c214 ctx->hDrawDC = hdc;
415 return ctx->hDrawDC;
431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument
443 if (old_ctx->hDrawDC == hDrawDC && old_ctx->hReadDC == hReadDC) {
470 fb = stw_framebuffer_from_hdc( hDrawDC );
480 int iPixelFormat = get_matching_pixel_format(hDrawDC);
482 fb = stw_framebuffer_create( hDrawDC, iPixelFormat );
494 ctx->hDrawDC = hDrawDC;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.h42 HDC hDrawDC; member in struct:stw_context
74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
H A Dstw_context.c216 ctx->hDrawDC = hdc;
424 return ctx->hDrawDC;
584 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument
592 struct stw_framebuffer *fb = get_unlocked_refd_framebuffer_from_dc(hDrawDC);
598 struct stw_framebuffer *fbRead = (hDrawDC == hReadDC || hReadDC == NULL) ?
610 ctx->hDrawDC = hDrawDC;
613 ctx->hDrawDC = NULL;
H A Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) argument
234 return stw_make_current_by_handles(hDrawDC, hReadDC, dhglrc);
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_wgl.c156 WRAPPER(epoxy_wglMakeContextCurrentARB)(HDC hDrawDC,
160 BOOL ret = epoxy_wglMakeContextCurrentARB_unwrapped(hDrawDC, hReadDC,
170 WRAPPER(epoxy_wglMakeContextCurrentEXT)(HDC hDrawDC,
174 BOOL ret = epoxy_wglMakeContextCurrentEXT_unwrapped(hDrawDC, hReadDC,
H A Ddispatch_common.h210 extern BOOL UNWRAPPED_PROTO(wglMakeContextCurrentARB_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
211 extern BOOL UNWRAPPED_PROTO(wglMakeContextCurrentEXT_unwrapped)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.h67 HDC hDrawDC,
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dwgl_ext_api.h42 BOOL wglMakeContextCurrentARBWrapper(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A 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);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A 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);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.h497 extern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
500 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
581 extern BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
584 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
H A Dwglext.spec161 MakeContextCurrentARB(hDrawDC, hReadDC, hglrc)
163 param hDrawDC HDC in value
337 MakeContextCurrentEXT(hDrawDC, hReadDC, hglrc)
339 param hDrawDC HDC in value

Completed in 14 milliseconds