/third_party/glfw/src/ |
D | glx_context.h | 102 #define glXDestroyContext _glfw.glx.DestroyContext 141 PFNGLXDESTROYCONTEXTPROC DestroyContext; member
|
D | egl_context.h | 144 #define eglDestroyContext _glfw.egl.DestroyContext 191 PFNEGLDESTROYCONTEXTPROC DestroyContext; member
|
D | glx_context.c | 282 _glfw.glx.DestroyContext = in _glfwInitGLX() 308 !_glfw.glx.DestroyContext || in _glfwInitGLX()
|
D | egl_context.c | 336 _glfw.egl.DestroyContext = (PFNEGLDESTROYCONTEXTPROC) in _glfwInitEGL() 360 !_glfw.egl.DestroyContext || in _glfwInitEGL()
|
/third_party/skia/third_party/externals/imgui/examples/example_null/ |
D | main.cpp | 35 ImGui::DestroyContext(); in main()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 33 void DestroyContext(context_id contextID);
|
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/ |
D | main.cpp | 120 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/ |
D | main.cpp | 152 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/ |
D | main.cpp | 153 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_allegro5/ |
D | main.cpp | 139 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
D | main.cpp | 154 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/ |
D | main.cpp | 166 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
D | main.cpp | 150 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
D | main.cpp | 171 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 162 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/ |
D | main.cpp | 170 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
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/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 156 ImGui::DestroyContext(); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
D | main.cpp | 155 ImGui::DestroyContext(); in main()
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 91 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx); member
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 317 .DestroyContext = haiku_destroy_context,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
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()
|
D | egl_stubs_autogen.h | 100 EGLBoolean DestroyContext(Thread *thread, egl::Display *dpyPacked, gl::Context *ctxPacked);
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
D | main.cpp | 205 ImGui::DestroyContext(); in shutdown()
|