Home
last modified time | relevance | path

Searched refs:stw_framebuffer_from_hdc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_framebuffer.c390 stw_framebuffer_from_hdc(HDC hdc) in stw_framebuffer_from_hdc() function
477 fb = stw_framebuffer_from_hdc(hdc); in stw_pixelformat_get()
497 fb = stw_framebuffer_from_hdc( hdc ); in DrvPresentBuffers()
628 fb = stw_framebuffer_from_hdc( hdc ); in DrvSwapBuffers()
Dstw_framebuffer.h173 stw_framebuffer_from_hdc(HDC hdc);
Dstw_context.c187 fb = stw_framebuffer_from_hdc( hdc ); in stw_create_context_attribs()
470 fb = stw_framebuffer_from_hdc( hDrawDC ); in stw_make_current()
509 fbRead = stw_framebuffer_from_hdc( hReadDC ); in stw_make_current()