Home
last modified time | relevance | path

Searched refs:destroyContext (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/skia/tools/sk_app/
DGLWindowContext.cpp43 void GLWindowContext::destroyContext() { in destroyContext() function in sk_app::GLWindowContext
89 this->destroyContext(); in resize()
95 this->destroyContext(); in setDisplayParams()
DVulkanWindowContext.h40 this->destroyContext(); in setDisplayParams()
55 void destroyContext();
DVulkanWindowContext.cpp125 this->destroyContext(); in initializeContext()
134 this->destroyContext(); in initializeContext()
140 this->destroyContext(); in initializeContext()
431 this->destroyContext(); in ~VulkanWindowContext()
434 void VulkanWindowContext::destroyContext() { in destroyContext() function in sk_app::VulkanWindowContext
DGraphiteMetalWindowContext.mm60 void GraphiteMetalWindowContext::destroyContext() {
120 this->destroyContext();
DGLWindowContext.h42 void destroyContext();
DGraphiteMetalWindowContext.h44 void destroyContext();
DMetalWindowContext.mm98 void MetalWindowContext::destroyContext() {
168 this->destroyContext();
DMetalWindowContext.h46 void destroyContext();
DDawnWindowContext.h40 void destroyContext();
/third_party/flutter/skia/tools/sk_app/
DGLWindowContext.cpp42 void GLWindowContext::destroyContext() { in destroyContext() function in sk_app::GLWindowContext
88 this->destroyContext(); in resize()
94 this->destroyContext(); in setDisplayParams()
DVulkanWindowContext.h40 this->destroyContext(); in setDisplayParams()
55 void destroyContext();
DVulkanWindowContext.cpp124 this->destroyContext(); in initializeContext()
133 this->destroyContext(); in initializeContext()
139 this->destroyContext(); in initializeContext()
406 this->destroyContext(); in ~VulkanWindowContext()
409 void VulkanWindowContext::destroyContext() { in destroyContext() function in sk_app::VulkanWindowContext
DMetalWindowContext.mm60 void MetalWindowContext::destroyContext() {
125 this->destroyContext();
DGLWindowContext.h44 void destroyContext();
DMetalWindowContext.h40 void destroyContext();
DDawnWindowContext.h42 void destroyContext();
/third_party/skia/tools/sk_app/win/
DD3D12WindowContext_win.cpp39 void destroyContext();
76 this->destroyContext(); in ~D3D12WindowContext()
167 void D3D12WindowContext::destroyContext() { in destroyContext() function in sk_app::D3D12WindowContext
237 this->destroyContext(); in setDisplayParams()
DDawnD3D12WindowContext_win.cpp40 this->destroyContext(); in ~DawnD3D12WindowContext()
/third_party/vk-gl-cts/modules/egl/
DteglCreateContextTests.cpp109 EGLU_CHECK_CALL(egl, destroyContext(display, context)); in executeForConfig()
162 EGLU_CHECK_CALL(egl, destroyContext(*display, context)); in iterate()
DteglMultiContextTests.cpp204 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx])); in iterate()
216 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx])); in iterate()
/third_party/flutter/engine/flutter/testing/scenario_app/ios/Scenarios/ScenariosTests/
DFlutterEngineTest.m26 [engine destroyContext];
/third_party/flutter/skia/tools/sk_app/win/
DDawnD3D12WindowContext_win.cpp41 this->destroyContext(); in ~DawnD3D12WindowContext()
/third_party/flutter/skia/tools/sk_app/ios/
DGLWindowContext_ios.cpp50 this->destroyContext(); in ~GLWindowContext_ios()
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/
DFlutterEngine.h130 - (void)destroyContext;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp305 mGLX.destroyContext(mSharedContext); in initialize()
359 mGLX.destroyContext(mContext); in terminate()
365 mGLX.destroyContext(mSharedContext); in terminate()
939 mFunctions->destroyContext(mContext); in ~WorkerContextGLX()

12345