/external/libkmsxx/kmscube/ |
D | cube-gbm.cpp | 107 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()
|
D | cube-null.cpp | 32 surface.make_current(); in main_null()
|
D | cube-egl.h | 27 void make_current();
|
D | cube-wl.cpp | 98 surface.make_current(); in main_wl()
|
D | cube-x11.cpp | 23 surface.make_current(); in main_loop()
|
D | cube-egl.cpp | 110 void EglSurface::make_current() in make_current() function in EglSurface
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri_context.c | 270 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/ |
D | stw_context.c | 348 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/ |
D | GalliumContext.cpp | 291 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/ |
D | apple_glx_context.c | 453 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()
|
D | apple_glx_drawable.h | 94 bool(*make_current) (struct apple_glx_context * ac, member
|
D | apple_glx_surface.c | 43 .make_current = surface_make_current,
|
D | apple_glx_pixmap.c | 52 .make_current = pixmap_make_current,
|
D | apple_glx_pbuffer.c | 66 .make_current = pbuffer_make_current,
|
/external/virglrenderer/tests/fuzzer/ |
D | virgl_fuzzer.c | 111 .make_current = fuzzer_make_current,
|
/external/virglrenderer/src/ |
D | virglrenderer.c | 511 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,
|
D | virglrenderer.h | 61 int (*make_current)(void *cookie, int scanout_idx, virgl_renderer_gl_context ctx); member
|
D | vrend_renderer.h | 118 int (*make_current)(virgl_gl_context ctx); member
|
/external/mesa3d/src/gallium/include/frontend/ |
D | api.h | 546 bool (*make_current)(struct st_api *stapi, member
|
/external/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 769 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/ |
D | virgl_renderer_bindings.rs | 80 pub make_current: ::std::option::Option< field
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 1309 stapi->make_current(stapi, c->st, in XMesaMakeCurrent2() 1319 stapi->make_current(stapi, NULL, NULL, NULL); in XMesaMakeCurrent2()
|
/external/crosvm/rutabaga_gfx/src/ |
D | virgl_renderer.rs | 112 make_current: None,
|
/external/virglrenderer/tests/ |
D | test_fuzzer_formats.c | 85 .make_current = fuzzer_make_current,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 1303 .make_current = st_api_make_current,
|