Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri_context.c205 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/
Ddri_context.c205 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/
Ddri_context.c205 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/
Dstw_context.c256 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/
Dapple_glx_context.c450 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()
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.c64 .make_current = pbuffer_make_current,
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h489 boolean (*make_current)(struct st_api *stapi, member
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c1189 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/
Degl_g3d_api.c508 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/
DteglNegativeApiTests.cpp831 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests", in init()
/external/deqp/android/cts/mnc/
Degl-master.txt706 dEQP-EGL.functional.negative_api.make_current
/external/deqp/android/cts/mnc/src/
Degl-master.txt706 dEQP-EGL.functional.negative_api.make_current
/external/deqp/android/cts/master/
Degl-master.txt2319 dEQP-EGL.functional.negative_api.make_current