Home
last modified time | relevance | path

Searched refs:DestroyContext (Results 1 - 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/imgui/examples/example_null/
H A Dmain.cpp34 printf("DestroyContext()\n"); in main()
35 ImGui::DestroyContext(); in main()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h33 void DestroyContext(context_id contextID);
H A 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/
H A Dmain.cpp120 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_allegro5/
H A Dmain.cpp139 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
H A Dmain.cpp153 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/
H A Dmain.cpp152 ImGui::DestroyContext(); in main()
/third_party/glfw/src/
H A Dosmesa_context.c153 _glfw.osmesa.DestroyContext = (PFN_OSMesaDestroyContext) in _glfwInitOSMesa()
165 !_glfw.osmesa.DestroyContext || in _glfwInitOSMesa()
H A Dinternal.h229 #define eglDestroyContext _glfw.egl.DestroyContext
266 #define OSMesaDestroyContext _glfw.osmesa.DestroyContext
837 PFN_eglDestroyContext DestroyContext; member
855 PFN_OSMesaDestroyContext DestroyContext; member
H A Dglx_context.c302 _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 Dmain.cpp154 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
H A Dmain.cpp166 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
H A Dmain.cpp150 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H A Dmain.cpp171 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/
H A Dmain.cpp170 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A 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/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp317 .DestroyContext = haiku_destroy_context,
/third_party/mesa3d/src/egl/main/
H A Degldriver.h91 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx); member
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
H A Dmain.cpp155 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
H A Dmain.cpp156 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
H A Dmain.cpp162 ImGui::DestroyContext(); in main()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_stubs_autogen.h100 EGLBoolean DestroyContext(Thread *thread, egl::Display *dpyPacked, gl::Context *ctxPacked);
H A 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()
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
H A Dmain.cpp205 ImGui::DestroyContext(); in shutdown()
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp69 ImGui::DestroyContext(); in ~ImGuiLayer()

Completed in 15 milliseconds

12