/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_context.c | 271 stapi->make_current(stapi, NULL, NULL, NULL); in dri_unbind_context() 293 return ctx->stapi->make_current(ctx->stapi, ctx->st, NULL, NULL); in dri_make_current() 306 ctx->stapi->make_current(ctx->stapi, ctx->st, &draw->base, &read->base); in dri_make_current()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.cpp | 304 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/glx/apple/ |
D | apple_glx_context.c | 452 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()
|
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 | 67 .make_current = pbuffer_make_current,
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_context.c | 358 stw_dev->stapi->make_current(stw_dev->stapi, NULL, NULL, NULL); in DrvDeleteContext() 523 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, NULL, NULL, NULL); in stw_make_current()
|
/third_party/mesa3d/src/gallium/include/frontend/ |
D | api.h | 564 bool (*make_current)(struct st_api *stapi, member
|
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/ |
D | embedder_config_builder.cc | 27 opengl_renderer_config_.make_current = [](void* context) -> bool { in EmbedderConfigBuilder()
|
/third_party/flutter/engine/flutter/shell/platform/windows/ |
D | flutter_windows.cc | 55 config.open_gl.make_current = [](void* user_data) -> bool { in RunFlutterEngine()
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | flutter_glfw.cc | 420 config.open_gl.make_current = [](void* data) -> bool { return false; }; in RunFlutterEngine() 428 config.open_gl.make_current = GLFWMakeContextCurrent; in RunFlutterEngine()
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 766 stapi->make_current(stapi, NULL, NULL, NULL); in OSMesaMakeCurrent() 805 stapi->make_current(stapi, osmesa->stctx, osbuffer->stfb, osbuffer->stfb); in OSMesaMakeCurrent()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | embedder.h | 149 BoolCallback make_current; member
|
D | ace_embedder.cc | 78 if (SAFE_ACCESS(open_gl_config, make_current, nullptr) == nullptr || in IsOpenGLRendererConfigValid() 145 auto gl_make_current = [ptr = config->open_gl.make_current, in InferOpenGLPlatformViewCreationCallback()
|
D | embedder.cc | 69 if (SAFE_ACCESS(open_gl_config, make_current, nullptr) == nullptr || in IsOpenGLRendererConfigValid() 136 auto gl_make_current = [ptr = config->open_gl.make_current, in InferOpenGLPlatformViewCreationCallback()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_api.c | 1300 stapi->make_current(stapi, c->st, in XMesaMakeCurrent2() 1310 stapi->make_current(stapi, NULL, NULL, NULL); in XMesaMakeCurrent2()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/ |
D | FlutterEngine.mm | 175 .open_gl.make_current = (BoolCallback)OnMakeCurrent,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_manager.c | 1334 .make_current = st_api_make_current,
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNegativeApiTests.cpp | 855 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests", in init()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 1911 - wgl: Unreference the current framebuffer after the make_current call.
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/ |
D | egl-master.txt | 2323 dEQP-EGL.functional.negative_api.make_current
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/ |
D | egl-master.txt | 2366 dEQP-EGL.functional.negative_api.make_current
|
/third_party/vk-gl-cts/android/cts/master/ |
D | egl-master.txt | 2454 dEQP-EGL.functional.negative_api.make_current
|
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/ |
D | egl-master.txt | 2386 dEQP-EGL.functional.negative_api.make_current
|