Home
last modified time | relevance | path

Searched refs:make_current (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_context.c276 stapi->make_current(stapi, NULL, NULL, NULL); in dri_unbind_context()
295 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL); in dri_make_current()
308 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base); in dri_make_current()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp304 fDisplay->api->make_current(fDisplay->api, NULL, NULL, NULL); in SetCurrentContext()
318 fDisplay->api->make_current(fDisplay->api, context->st, context->buffer->stfbi, in SetCurrentContext()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c362 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in DrvDeleteContext()
527 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st, in stw_make_current()
547 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in stw_make_current()
551 * make_current, as it can be referenced inside. in stw_make_current()
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c43 .make_current = surface_make_current,
H A Dapple_glx_drawable.h94 bool(*make_current) (struct apple_glx_context * ac, member
H A Dapple_glx_pixmap.c52 .make_current = pixmap_make_current,
H A Dapple_glx_context.c452 if (ac->drawable->callbacks.make_current) { in apple_glx_make_current_context()
453 if (ac->drawable->callbacks.make_current(ac, ac->drawable)) in apple_glx_make_current_context()
H A Dapple_glx_pbuffer.c67 .make_current = pbuffer_make_current,
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h576 bool (*make_current)(struct st_api *stapi, member
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c766 stapi->make_current(stapi, NULL, NULL, NULL); in OSMesaMakeCurrent()
805 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb); in OSMesaMakeCurrent()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c1301 stapi->make_current(stapi, c->st, in XMesaMakeCurrent2()
1311 stapi->make_current(stapi, NULL, NULL, NULL); in XMesaMakeCurrent2()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c1462 .make_current = st_api_make_current,
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp855 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests", in init()

Completed in 12 milliseconds