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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 494 _EGLSurface *old_draw, *old_read; local
498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read))
531 if (_eglPutSurface(old_read))
532 destroy_surface(dpy, old_read);
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
546 _eglPutSurface(old_read);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 494 _EGLSurface *old_draw, *old_read; local
498 if (!_eglBindContext(ctx, draw, read, &old_ctx, &old_draw, &old_read))
531 if (_eglPutSurface(old_read))
532 destroy_surface(dpy, old_read);
536 _eglBindContext(old_ctx, old_draw, old_read, &ctx, &draw, &read);
546 _eglPutSurface(old_read);

Completed in 1257 milliseconds