Home
last modified time | relevance | path

Searched refs:make_current (Results 1 – 25 of 36) sorted by relevance

12

/external/libkmsxx/kmscube/
Dcube-gbm.cpp107 void make_current() in make_current() function in GbmEglSurface
206 m_surface1->make_current(); in setup()
213 m_surface2->make_current(); in setup()
261 m_surface1->make_current(); in queue_next()
269 m_surface2->make_current(); in queue_next()
Dcube-null.cpp32 surface.make_current(); in main_null()
Dcube-egl.h27 void make_current();
Dcube-wl.cpp98 surface.make_current(); in main_wl()
Dcube-x11.cpp23 surface.make_current(); in main_loop()
Dcube-egl.cpp110 void EglSurface::make_current() in make_current() function in EglSurface
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c270 stapi->make_current(stapi, NULL, NULL, NULL); in dri_unbind_context()
290 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL); in dri_make_current()
303 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base); in dri_make_current()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c348 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in DrvDeleteContext()
535 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st, in stw_make_current()
543 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st, in stw_make_current()
567 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in stw_make_current()
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp291 context->api->make_current(context->api, NULL, NULL, NULL); in SetCurrentContext()
304 context->api->make_current(context->api, context->st, context->draw->stfbi, in SetCurrentContext()
/external/mesa3d/src/glx/apple/
Dapple_glx_context.c453 if (ac->drawable->callbacks.make_current) { in apple_glx_make_current_context()
454 if (ac->drawable->callbacks.make_current(ac, ac->drawable)) in apple_glx_make_current_context()
Dapple_glx_drawable.h94 bool(*make_current) (struct apple_glx_context * ac, member
Dapple_glx_surface.c43 .make_current = surface_make_current,
Dapple_glx_pixmap.c52 .make_current = pixmap_make_current,
Dapple_glx_pbuffer.c66 .make_current = pbuffer_make_current,
/external/virglrenderer/tests/fuzzer/
Dvirgl_fuzzer.c111 .make_current = fuzzer_make_current,
/external/virglrenderer/src/
Dvirglrenderer.c511 static int make_current(virgl_renderer_gl_context ctx) in make_current() function
516 return state.cbs->make_current(state.cookie, 0, ctx); in make_current()
523 make_current,
Dvirglrenderer.h61 int (*make_current)(void *cookie, int scanout_idx, virgl_renderer_gl_context ctx); member
Dvrend_renderer.h118 int (*make_current)(virgl_gl_context ctx); member
/external/mesa3d/src/gallium/include/frontend/
Dapi.h546 bool (*make_current)(struct st_api *stapi, member
/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c769 stapi->make_current(stapi, NULL, NULL, NULL); in OSMesaMakeCurrent()
804 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb); in OSMesaMakeCurrent()
/external/crosvm/rutabaga_gfx/src/generated/
Dvirgl_renderer_bindings.rs80 pub make_current: ::std::option::Option< field
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1309 stapi->make_current(stapi, c->st, in XMesaMakeCurrent2()
1319 stapi->make_current(stapi, NULL, NULL, NULL); in XMesaMakeCurrent2()
/external/crosvm/rutabaga_gfx/src/
Dvirgl_renderer.rs112 make_current: None,
/external/virglrenderer/tests/
Dtest_fuzzer_formats.c85 .make_current = fuzzer_make_current,
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c1303 .make_current = st_api_make_current,

12