Home
last modified time | relevance | path

Searched refs:prev_ctx (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c341 GLXContext prev_ctx = 0; in X11_GL_InitExtensions() local
359 prev_ctx = glXGetCurrentContextFunc(); in X11_GL_InitExtensions()
466 if (prev_ctx && prev_drawable) { in X11_GL_InitExtensions()
467 _this->gl_data->glXMakeCurrent(display, prev_drawable, prev_ctx); in X11_GL_InitExtensions()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c81452 duk_compiler_ctx *prev_ctx; local
81468 prev_ctx = thr->compile_ctx;
81471 thr->compile_ctx = prev_ctx; /* must restore reliably before returning */

Completed in 252 milliseconds