HomeSort by relevance Sort by last modified time
    Searched refs:curctx (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 252 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 && curctx != ctx)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 252 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 && curctx != ctx)
    [all...]

Completed in 98 milliseconds