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

/external/pdfium/third_party/libopenjpeg20/
H A Dmqc.h79 opj_mqc_state_t **curctx; member in struct:opj_mqc
129 #define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)]
/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 86 milliseconds