Searched refs:old_ctx (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c258 struct stw_context *old_ctx = local
260 if (old_ctx) {
262 if (old_ctx->hud) {
263 hud_destroy(old_ctx->hud);
265 ctx->st->destroy(old_ctx->st);
266 FREE(old_ctx);
391 struct stw_context *old_ctx = NULL; local
398 old_ctx = stw_current_context();
399 if (old_ctx != NULL) {
400 if (old_ctx
[all...]
/external/mesa3d/src/egl/main/
H A Deglcontext.h82 _EGLContext **old_ctx,
H A Deglcontext.c684 _EGLContext **old_ctx,
730 assert(old_ctx && old_draw && old_read);
731 *old_ctx = prev_ctx;
683 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, _EGLContext **old_ctx, _EGLSurface **old_draw, _EGLSurface **old_read) argument
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1274 XMesaContext old_ctx = XMesaGetCurrentContext(); local
1276 if (old_ctx && old_ctx != c) {
1277 XMesaFlush(old_ctx);
1278 old_ctx->xm_buffer = NULL;
1279 old_ctx->xm_read_buffer = NULL;
1286 if (c == old_ctx &&
/external/mesa3d/src/util/
H A Dralloc.h240 * This effectively calls ralloc_steal(new_ctx, child) for all children of \p old_ctx.
242 void ralloc_adopt(const void *new_ctx, void *old_ctx);
H A Dralloc.c301 ralloc_adopt(const void *new_ctx, void *old_ctx) argument
305 if (unlikely(old_ctx == NULL))
308 old_info = get_header(old_ctx);
320 /* Connect the two lists together; parent them to new_ctx; make old_ctx empty. */
/external/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp289 _EGLContext *old_ctx; local
292 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1292 _EGLContext *old_ctx; local
1303 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf)) {
1309 if (old_ctx)
1316 if (old_ctx) {
1317 __DRIcontext *old_cctx = dri2_egl_context(old_ctx)->dri_context;
1329 if (old_ctx) {
1330 EGLDisplay old_disp = _eglGetDisplayHandle(old_ctx->Resource.Display);
1331 dri2_destroy_context(drv, disp, old_ctx);
1338 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &tmp_dsurf, &tmp_rsurf);
1349 _eglPutContext(old_ctx);
[all...]
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc1079 static bssl::UniquePtr<SSL_CTX> SetupCtx(SSL_CTX *old_ctx, argument
1216 if (old_ctx) {
1218 if (!SSL_CTX_get_tlsext_ticket_keys(old_ctx, &keys, sizeof(keys)) ||
1222 lh_SSL_SESSION_doall_arg(old_ctx->sessions, ssl_ctx_add_session,

Completed in 404 milliseconds