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
313 struct stw_context *curctx = stw_current_context(); in DrvDeleteContext()
352 if (ctx != stw_current_context()) in DrvReleaseContext()
367 ctx = stw_current_context(); in stw_get_current_context()
380 ctx = stw_current_context(); in stw_get_current_dc()
398 old_ctx = stw_current_context(); in stw_make_current()
Dstw_context.h57 struct stw_context *stw_current_context(void);
Dstw_ext_rendertexture.c108 struct stw_context *curctx = stw_current_context(); in wglBindTexImageARB()
Dstw_framebuffer.c601 ctx = stw_current_context(); in DrvSwapBuffers()