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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 357 _mesa_make_current(ctx, dri_draw->driverPrivate,
362 _mesa_make_current(NULL, NULL, NULL);
372 _mesa_make_current(NULL, NULL, NULL);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 254 _mesa_make_current(NULL, NULL, NULL);
303 _mesa_make_current(NULL, NULL, NULL);
602 _mesa_make_current(NULL, NULL, NULL);
632 _mesa_make_current(&radeon->glCtx, drfb, readfb);
  /external/mesa3d/src/mesa/main/
context.h 131 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
context.c 1614 _mesa_make_current( struct gl_context *newCtx, function
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 615 _mesa_make_current(NULL, NULL, NULL);
656 _mesa_make_current(ctx, fb, readFb);
665 _mesa_make_current(NULL, NULL, NULL);
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 883 _mesa_make_current( mesaCtx,
889 _mesa_make_current( NULL, NULL, NULL );
902 _mesa_make_current(NULL, NULL, NULL);
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 789 ret = _mesa_make_current(st->ctx, &stdraw->Base, &stread->Base);
797 ret = _mesa_make_current(st->ctx, incomplete, incomplete);
804 ret = _mesa_make_current(NULL, NULL, NULL);
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 31 * managed by the core _mesa_make_current() and _mesa_get_current_context()
990 return _mesa_make_current(NULL, NULL, NULL);
1049 _mesa_make_current( &osmesa->mesa, osmesa->gl_buffer, osmesa->gl_buffer );
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 399 _mesa_make_current(ctx, NULL, NULL);
407 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer);
409 _mesa_make_current(NULL, NULL, NULL);
    [all...]

Completed in 190 milliseconds