Home
last modified time | relevance | path

Searched refs:DestroyContext (Results 1 – 25 of 46) sorted by relevance

12

/third_party/glfw/src/
Dglx_context.h102 #define glXDestroyContext _glfw.glx.DestroyContext
141 PFNGLXDESTROYCONTEXTPROC DestroyContext; member
Degl_context.h144 #define eglDestroyContext _glfw.egl.DestroyContext
191 PFNEGLDESTROYCONTEXTPROC DestroyContext; member
Dglx_context.c282 _glfw.glx.DestroyContext = in _glfwInitGLX()
308 !_glfw.glx.DestroyContext || in _glfwInitGLX()
Degl_context.c336 _glfw.egl.DestroyContext = (PFNEGLDESTROYCONTEXTPROC) in _glfwInitEGL()
360 !_glfw.egl.DestroyContext || in _glfwInitEGL()
/third_party/skia/third_party/externals/imgui/examples/example_null/
Dmain.cpp35 ImGui::DestroyContext(); in main()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.h33 void DestroyContext(context_id contextID);
DGalliumContext.cpp72 DestroyContext(i); in ~GalliumContext()
255 GalliumContext::DestroyContext(context_id contextID) in DestroyContext() function in GalliumContext
/third_party/skia/third_party/externals/imgui/examples/example_marmalade/
Dmain.cpp120 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/
Dmain.cpp152 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
Dmain.cpp153 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_allegro5/
Dmain.cpp139 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
Dmain.cpp154 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp166 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp150 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp171 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp162 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/
Dmain.cpp170 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp370 EGLBoolean EGLAPIENTRY DestroyContext(EGLDisplay dpy, EGLContext ctx);
517 return egl::DestroyContext(dpy, ctx); in eglDestroyContext()
696 this->eglDestroyContext = egl::DestroyContext; in LibEGLexports()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp156 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
Dmain.cpp155 ImGui::DestroyContext(); in main()
/third_party/mesa3d/src/egl/main/
Degldriver.h91 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx); member
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp317 .DestroyContext = haiku_destroy_context,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp162 EGL_EVENT(DestroyContext, "dpy = 0x%016" PRIxPTR ", ctx = 0x%016" PRIxPTR "", (uintptr_t)dpy, in EGL_DestroyContext()
170 ANGLE_EGL_VALIDATE(thread, DestroyContext, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_DestroyContext()
173 return DestroyContext(thread, dpyPacked, ctxPacked); in EGL_DestroyContext()
Degl_stubs_autogen.h100 EGLBoolean DestroyContext(Thread *thread, egl::Display *dpyPacked, gl::Context *ctxPacked);
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
Dmain.cpp205 ImGui::DestroyContext(); in shutdown()

12