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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.c 205 stapi->make_current(stapi, NULL, NULL, NULL);
230 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL);
243 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 205 stapi->make_current(stapi, NULL, NULL, NULL);
230 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL);
243 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 256 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
378 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st,
382 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
394 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
399 * make_current, as it can be referenced inside.
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 256 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
378 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st,
382 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
394 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL);
399 * make_current, as it can be referenced inside.
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 200 ui::ScopedMakeCurrent make_current(gl_context_.get(), gl_surface_.get());
201 if (!make_current.Succeeded())
  /external/chromium_org/third_party/mesa/src/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 450 if (ac->drawable->callbacks.make_current) {
451 if (ac->drawable->callbacks.make_current(ac, ac->drawable))
apple_glx_pbuffer.c 64 .make_current = pbuffer_make_current,
  /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 450 if (ac->drawable->callbacks.make_current) {
451 if (ac->drawable->callbacks.make_current(ac, ac->drawable))
apple_glx_pbuffer.c 64 .make_current = pbuffer_make_current,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 489 boolean (*make_current)(struct st_api *stapi, member in struct:st_api
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 489 boolean (*make_current)(struct st_api *stapi, member in struct:st_api
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 508 ok = gctx->stapi->make_current(gctx->stapi, gctx->stctxi,
521 ok = old_gctx->stapi->make_current(old_gctx->stapi, NULL, NULL, NULL);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 508 ok = gctx->stapi->make_current(gctx->stapi, gctx->stctxi,
521 ok = old_gctx->stapi->make_current(old_gctx->stapi, NULL, NULL, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.html     [all...]
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]

Completed in 196 milliseconds