Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_framebuffer.c391 stw_framebuffer_from_hdc(HDC hdc) in stw_framebuffer_from_hdc() function
478 fb = stw_framebuffer_from_hdc(hdc); in stw_pixelformat_get()
498 fb = stw_framebuffer_from_hdc( hdc ); in DrvPresentBuffers()
629 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()
471 fb = stw_framebuffer_from_hdc( hDrawDC ); in stw_make_current()
510 fbRead = stw_framebuffer_from_hdc( hReadDC ); in stw_make_current()