/third_party/skia/third_party/externals/imgui/examples/example_null/ |
H A D | main.cpp | 34 printf("DestroyContext()\n"); in main() 35 ImGui::DestroyContext(); in main()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | GalliumContext.h | 33 void DestroyContext(context_id contextID);
|
H A D | GalliumContext.cpp | 72 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/ |
H A D | main.cpp | 120 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_allegro5/ |
H A D | main.cpp | 139 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/ |
H A D | main.cpp | 153 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/ |
H A D | main.cpp | 152 ImGui::DestroyContext(); in main()
|
/third_party/glfw/src/ |
H A D | osmesa_context.c | 153 _glfw.osmesa.DestroyContext = (PFN_OSMesaDestroyContext) in _glfwInitOSMesa() 165 !_glfw.osmesa.DestroyContext || in _glfwInitOSMesa()
|
H A D | internal.h | 229 #define eglDestroyContext _glfw.egl.DestroyContext 266 #define OSMesaDestroyContext _glfw.osmesa.DestroyContext 837 PFN_eglDestroyContext DestroyContext; member 855 PFN_OSMesaDestroyContext DestroyContext; member
|
H A D | glx_context.c | 302 _glfw.glx.DestroyContext = (PFNGLXDESTROYCONTEXTPROC) in _glfwInitGLX() 324 !_glfw.glx.DestroyContext || in _glfwInitGLX()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
H A D | main.cpp | 154 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/ |
H A D | main.cpp | 166 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
H A D | main.cpp | 150 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
H A D | main.cpp | 171 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/ |
H A D | main.cpp | 170 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 370 EGLBoolean EGLAPIENTRY DestroyContext(EGLDisplay dpy, EGLContext ctx); 517 return egl::DestroyContext(dpy, ctx); in eglDestroyContext() 696 this->eglDestroyContext = egl::DestroyContext; in LibEGLexports()
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
H A D | egl_haiku.cpp | 317 .DestroyContext = haiku_destroy_context,
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldriver.h | 91 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx); member
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
H A D | main.cpp | 155 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
H A D | main.cpp | 156 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
H A D | main.cpp | 162 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_stubs_autogen.h | 100 EGLBoolean DestroyContext(Thread *thread, egl::Display *dpyPacked, gl::Context *ctxPacked);
|
H A D | entry_points_egl_autogen.cpp | 162 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()
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
H A D | main.cpp | 205 ImGui::DestroyContext(); in shutdown()
|
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.cpp | 69 ImGui::DestroyContext(); in ~ImGuiLayer()
|