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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 258 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->dhglrc == dhglrc)
    [all...]
  /external/mesa3d/src/egl/main/
eglcontext.h 82 _EGLContext **old_ctx,
eglcontext.c 684 _EGLContext **old_ctx,
730 assert(old_ctx && old_draw && old_read);
731 *old_ctx = prev_ctx;
  /hardware/intel/common/libva/va/
va.c 497 VADriverContextP old_ctx; local
500 old_ctx = CTX(dpy);
502 if (old_ctx->handle) {
503 vaStatus = old_ctx->vtable->vaTerminate(old_ctx);
504 dlclose(old_ctx->handle);
505 old_ctx->handle = NULL;
507 free(old_ctx->vtable);
508 old_ctx->vtable = NULL;
509 free(old_ctx->vtable_vpp)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 1274 XMesaContext old_ctx = XMesaGetCurrentContext(); local
    [all...]
  /external/mesa3d/src/util/
ralloc.h 240 * 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);
ralloc.c 301 ralloc_adopt(const void *new_ctx, void *old_ctx)
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/
egl_haiku.cpp 289 _EGLContext *old_ctx; local
292 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 1292 _EGLContext *old_ctx; local
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]

Completed in 254 milliseconds