Searched defs:stw_current_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c52 stw_current_context(void) function
252 struct stw_context *curctx = stw_current_context();
287 if (ctx != stw_current_context())
302 ctx = stw_current_context();
314 ctx = stw_current_context();
334 curctx = stw_current_context();
414 struct stw_context *ctx = stw_current_context();
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c52 stw_current_context(void) function
252 struct stw_context *curctx = stw_current_context();
287 if (ctx != stw_current_context())
302 ctx = stw_current_context();
314 ctx = stw_current_context();
334 curctx = stw_current_context();
414 struct stw_context *ctx = stw_current_context();

Completed in 118 milliseconds