Searched refs:make_current (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
D | dri_context.c | 205 stapi->make_current(stapi, NULL, NULL, NULL); in dri_unbind_context() 230 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL); in dri_make_current() 243 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base); in dri_make_current()
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
D | dri_context.c | 205 stapi->make_current(stapi, NULL, NULL, NULL); in dri_unbind_context() 230 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL); in dri_make_current() 243 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base); in dri_make_current()
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
D | dri_context.c | 205 stapi->make_current(stapi, NULL, NULL, NULL); in dri_unbind_context() 230 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL); in dri_make_current() 243 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base); in dri_make_current()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_context.c | 256 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in DrvDeleteContext() 378 ret = stw_dev->stapi->make_current(stw_dev->stapi, ctx->st, in stw_make_current() 382 ret = stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in stw_make_current() 394 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in stw_make_current()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_context.c | 450 if (ac->drawable->callbacks.make_current) { in apple_glx_make_current_context() 451 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 | 64 .make_current = pbuffer_make_current,
|
/external/mesa3d/src/gallium/include/state_tracker/ |
D | st_api.h | 489 boolean (*make_current)(struct st_api *stapi, member
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.c | 1189 stapi->make_current(stapi, c->st, drawBuffer->stfb, readBuffer->stfb); in XMesaMakeCurrent2() 1196 stapi->make_current(stapi, NULL, NULL, NULL); in XMesaMakeCurrent2()
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
D | egl_g3d_api.c | 508 ok = gctx->stapi->make_current(gctx->stapi, gctx->stctxi, in egl_g3d_make_current() 521 ok = old_gctx->stapi->make_current(old_gctx->stapi, NULL, NULL, NULL); in egl_g3d_make_current()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 831 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests", in init()
|
/external/deqp/android/cts/mnc/ |
D | egl-master.txt | 706 dEQP-EGL.functional.negative_api.make_current
|
/external/deqp/android/cts/mnc/src/ |
D | egl-master.txt | 706 dEQP-EGL.functional.negative_api.make_current
|
/external/deqp/android/cts/master/ |
D | egl-master.txt | 2319 dEQP-EGL.functional.negative_api.make_current
|