Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c214 ctx->hDrawDC = hdc; in stw_create_context_attribs()
415 return ctx->hDrawDC; in stw_get_current_dc()
431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) in stw_make_current() argument
443 if (old_ctx->hDrawDC == hDrawDC && old_ctx->hReadDC == hReadDC) { in stw_make_current()
470 fb = stw_framebuffer_from_hdc( hDrawDC ); in stw_make_current()
480 int iPixelFormat = get_matching_pixel_format(hDrawDC); in stw_make_current()
482 fb = stw_framebuffer_create( hDrawDC, iPixelFormat ); in stw_make_current()
494 ctx->hDrawDC = hDrawDC; in stw_make_current()
505 if (hReadDC == hDrawDC) { in stw_make_current()
Dstw_context.h42 HDC hDrawDC; member
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() argument
211 return stw_make_current(hDrawDC, hReadDC, dhglrc); in wglMakeContextCurrentARB()
Dstw_wgl.h67 HDC hDrawDC,
/external/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);
399 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTEXTPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/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);