Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c53 stw_current_context(void) in stw_current_context() function
344 struct stw_context *curctx = stw_current_context(); in DrvDeleteContext()
383 if (ctx != stw_current_context()) in DrvReleaseContext()
398 ctx = stw_current_context(); in stw_get_current_context()
411 ctx = stw_current_context(); in stw_get_current_dc()
423 ctx = stw_current_context(); in stw_get_current_read_dc()
440 old_ctx = stw_current_context(); in stw_make_current()
Dstw_context.h59 struct stw_context *stw_current_context(void);
Dstw_ext_rendertexture.c109 struct stw_context *curctx = stw_current_context(); in wglBindTexImageARB()
Dstw_framebuffer.c637 ctx = stw_current_context(); in DrvSwapBuffers()