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

  /external/libdrm/radeon/
radeon_cs_space.c 83 uint16_t old_read, old_write; local
85 old_read = bo->space_accounted >> 16;
88 if (write_domain && (old_read & write_domain)) {
104 if (read_domains != old_read)
105 fprintf(stderr,"READ DOMAIN RELOC FAILURE 0x%x %d %d\n", bo->handle, read_domains, old_read);
  /external/mesa3d/src/egl/main/
eglcontext.h 83 _EGLSurface **old_draw, _EGLSurface **old_read);
eglcontext.c 685 _EGLSurface **old_draw, _EGLSurface **old_read)
730 assert(old_ctx && old_draw && old_read);
733 *old_read = prev_read;

Completed in 75 milliseconds