Home
last modified time | relevance | path

Searched refs:oldcontext (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c188 CGLContextObj oldcontext; in get_max_size() local
191 oldcontext = apple_cgl.get_current_context(); in get_max_size()
193 if (!oldcontext) { in get_max_size()
244 apple_cgl.set_current_context(oldcontext); in get_max_size()
/external/selinux/libselinux/src/
Dselinuxswig_python.i29 status, oldcontext = lgetfilecon(path)
30 if context != oldcontext:
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketConnectionD08.java183 ClassLoader oldcontext = current.getContextClassLoader(); in handle() local
217 current.setContextClassLoader(oldcontext); in handle()
DWebSocketConnectionRFC6455.java215 ClassLoader oldcontext = current.getContextClassLoader(); in handle() local
249 current.setContextClassLoader(oldcontext); in handle()