Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c271 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/
DGalliumContext.cpp304 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/
Dapple_glx_context.c452 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()
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.c67 .make_current = pbuffer_make_current,
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c358 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/
Dapi.h564 bool (*make_current)(struct st_api *stapi, member
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/
Dembedder_config_builder.cc27 opengl_renderer_config_.make_current = [](void* context) -> bool { in EmbedderConfigBuilder()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dflutter_windows.cc55 config.open_gl.make_current = [](void* user_data) -> bool { in RunFlutterEngine()
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc420 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/
Dosmesa.c766 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/
Dembedder.h149 BoolCallback make_current; member
Dace_embedder.cc78 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()
Dembedder.cc69 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/
Dxm_api.c1300 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/
DFlutterEngine.mm175 .open_gl.make_current = (BoolCallback)OnMakeCurrent,
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c1334 .make_current = st_api_make_current,
/third_party/vk-gl-cts/modules/egl/
DteglNegativeApiTests.cpp855 TEGL_ADD_API_CASE(make_current, "eglMakeCurrent() negative tests", in init()
/third_party/mesa3d/docs/relnotes/
D7.10.rst1911 - 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/
Degl-master.txt2323 dEQP-EGL.functional.negative_api.make_current
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.5.x/
Degl-master.txt2366 dEQP-EGL.functional.negative_api.make_current
/third_party/vk-gl-cts/android/cts/master/
Degl-master.txt2454 dEQP-EGL.functional.negative_api.make_current
/third_party/vk-gl-cts/external/openglcts/data/mustpass/egl/aosp_mustpass/3.2.3.x/src/
Degl-master.txt2386 dEQP-EGL.functional.negative_api.make_current

12