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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c252 struct stw_context *curctx = stw_current_context(); local
255 if (curctx == ctx)
326 struct stw_context *curctx = NULL; local
334 curctx = stw_current_context();
335 if (curctx != NULL) {
336 if (curctx->dhglrc == dhglrc) {
337 if (curctx->hdc == hdc) {
342 curctx->st->flush(curctx->st, ST_FLUSH_FRONT, NULL);
401 if (curctx
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c252 struct stw_context *curctx = stw_current_context(); local
255 if (curctx == ctx)
326 struct stw_context *curctx = NULL; local
334 curctx = stw_current_context();
335 if (curctx != NULL) {
336 if (curctx->dhglrc == dhglrc) {
337 if (curctx->hdc == hdc) {
342 curctx->st->flush(curctx->st, ST_FLUSH_FRONT, NULL);
401 if (curctx
[all...]

Completed in 84 milliseconds