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

  /external/jemalloc/include/jemalloc/internal/
prof.h 274 size_t old_usize, prof_ctx_t *old_ctx);
413 size_t old_usize, prof_ctx_t *old_ctx)
435 if ((uintptr_t)old_ctx > (uintptr_t)1U) {
436 told_cnt = prof_lookup(old_ctx->bt);
442 malloc_mutex_lock(old_ctx->lock);
443 old_ctx->cnt_merged.curobjs--;
444 old_ctx->cnt_merged.curbytes -= old_usize;
445 malloc_mutex_unlock(old_ctx->lock);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.h 77 _EGLContext **old_ctx,
eglcontext.c 560 _EGLContext **old_ctx,
606 assert(old_ctx && old_draw && old_read);
607 *old_ctx = prev_ctx;
  /external/mesa3d/src/egl/main/
eglcontext.h 77 _EGLContext **old_ctx,
eglcontext.c 560 _EGLContext **old_ctx,
606 assert(old_ctx && old_draw && old_read);
607 *old_ctx = prev_ctx;
  /hardware/intel/common/libva/va/
va.c 503 VADriverContextP old_ctx; local
506 old_ctx = CTX(dpy);
508 if (old_ctx->handle) {
509 vaStatus = old_ctx->vtable->vaTerminate(old_ctx);
510 dlclose(old_ctx->handle);
511 old_ctx->handle = NULL;
513 free(old_ctx->vtable);
514 old_ctx->vtable = NULL;
515 free(old_ctx->vtable_vpp)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 493 _EGLContext *old_ctx; local
498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read))
501 old_gctx = egl_g3d_context(old_ctx);
527 if (_eglPutContext(old_ctx))
528 destroy_context(dpy, old_ctx);
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
547 _eglPutContext(old_ctx);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 1165 XMesaContext old_ctx = XMesaGetCurrentContext(); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 493 _EGLContext *old_ctx; local
498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read))
501 old_gctx = egl_g3d_context(old_ctx);
527 if (_eglPutContext(old_ctx))
528 destroy_context(dpy, old_ctx);
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
547 _eglPutContext(old_ctx);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 1165 XMesaContext old_ctx = XMesaGetCurrentContext(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 893 _EGLContext *old_ctx; local
899 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
903 if (old_ctx && dri2_drv->glFlush)
910 if (old_ctx) {
911 __DRIcontext *old_cctx = dri2_egl_context(old_ctx)->dri_context;
921 if (old_ctx)
922 drv->API.DestroyContext(drv, disp, old_ctx);
927 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
938 _eglPutContext(old_ctx);
    [all...]
  /external/jemalloc/src/
jemalloc.c 1196 prof_ctx_t *old_ctx; local
1198 old_ctx = prof_ctx_get(oldptr);
1205 prof_realloc(p, usize, cnt, old_usize, old_ctx);
1511 prof_ctx_t *old_ctx; local
1661 prof_ctx_t *old_ctx; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 893 _EGLContext *old_ctx; local
899 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
903 if (old_ctx && dri2_drv->glFlush)
910 if (old_ctx) {
911 __DRIcontext *old_cctx = dri2_egl_context(old_ctx)->dri_context;
921 if (old_ctx)
922 drv->API.DestroyContext(drv, disp, old_ctx);
927 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
938 _eglPutContext(old_ctx);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 764 _EGLContext *old_ctx; local
771 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
789 _eglPutContext(old_ctx);
793 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
804 _eglPutContext(old_ctx);
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 764 _EGLContext *old_ctx; local
771 if (!_eglBindContext(ctx, dsurf, rsurf, &old_ctx, &old_dsurf, &old_rsurf))
789 _eglPutContext(old_ctx);
793 _eglBindContext(old_ctx, old_dsurf, old_rsurf, &ctx, &dsurf, &rsurf);
804 _eglPutContext(old_ctx);
    [all...]

Completed in 527 milliseconds