Searched refs:old_read (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/radeon/ |
D | radeon_cs_space.c | 83 uint16_t old_read, old_write; in radeon_cs_setup_bo() local 85 old_read = bo->space_accounted >> 16; in radeon_cs_setup_bo() 88 if (write_domain && (old_read & write_domain)) { in radeon_cs_setup_bo() 104 if (read_domains != old_read) in radeon_cs_setup_bo() 105 … fprintf(stderr,"READ DOMAIN RELOC FAILURE 0x%x %d %d\n", bo->handle, read_domains, old_read); in radeon_cs_setup_bo()
|
/external/mesa3d/src/egl/main/ |
D | eglcontext.c | 561 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument 606 assert(old_ctx && old_draw && old_read); in _eglBindContext() 609 *old_read = prev_read; in _eglBindContext()
|
D | eglcontext.h | 78 _EGLSurface **old_draw, _EGLSurface **old_read);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 494 _EGLSurface *old_draw, *old_read; in egl_g3d_make_current() local 498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read)) in egl_g3d_make_current() 531 if (_eglPutSurface(old_read)) in egl_g3d_make_current() 532 destroy_surface(dpy, old_read); in egl_g3d_make_current() 536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read); in egl_g3d_make_current() 546 _eglPutSurface(old_read); in egl_g3d_make_current()
|