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

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.c 207 stapi->make_current(stapi, NULL, NULL, NULL);
232 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL);
245 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base);
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 94 bool(*make_current) (struct apple_glx_context * ac, member in struct:apple_glx_drawable_callbacks
apple_glx_pixmap.c 52 .make_current = pixmap_make_current,
apple_glx_surface.c 43 .make_current = surface_make_current,
apple_glx_context.c 451 if (ac->drawable->callbacks.make_current) {
452 if (ac->drawable->callbacks.make_current(ac, ac->drawable))
apple_glx_pbuffer.c 64 .make_current = pbuffer_make_current,
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 514 boolean (*make_current)(struct st_api *stapi, member in struct:st_api
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 290 context->api->make_current(context->api, NULL, NULL, NULL);
303 context->api->make_current(context->api, context->st, context->draw->stfbi,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 317 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
457 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st,
478 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
482 * make_current, as it can be referenced inside.
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 787 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb);
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 972 .make_current = st_api_make_current,
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp     [all...]

Completed in 365 milliseconds