Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c53 stw_current_context(void) in stw_current_context() function
354 struct stw_context *curctx = stw_current_context(); in DrvDeleteContext()
377 if (ctx != stw_current_context()) in stw_unbind_context()
407 ctx = stw_current_context(); in stw_get_current_context()
420 ctx = stw_current_context(); in stw_get_current_dc()
432 ctx = stw_current_context(); in stw_get_current_read_dc()
466 old_ctx = stw_current_context(); in stw_make_current()
Dstw_framebuffer.c245 struct stw_context *current_context = stw_current_context(); in stw_call_window_proc()
544 ctx = stw_current_context(); in DrvPresentBuffers()
625 struct stw_context *ctx = stw_current_context(); in stw_framebuffer_present_locked()
682 ctx = stw_current_context(); in stw_framebuffer_swap_locked()
Dstw_context.h66 struct stw_context *stw_current_context(void);
Dstw_ext_rendertexture.c106 struct stw_context *curctx = stw_current_context(); in wglBindTexImageARB()
/third_party/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def33 stw_current_context
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c490 struct stw_context *ctx = stw_current_context(); in wgl_destroy_surface()