/third_party/skia/tools/sk_app/ |
D | GLWindowContext.cpp | 43 void GLWindowContext::destroyContext() { in destroyContext() function in sk_app::GLWindowContext 89 this->destroyContext(); in resize() 95 this->destroyContext(); in setDisplayParams()
|
D | VulkanWindowContext.h | 40 this->destroyContext(); in setDisplayParams() 55 void destroyContext();
|
D | VulkanWindowContext.cpp | 125 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
|
D | GraphiteMetalWindowContext.mm | 60 void GraphiteMetalWindowContext::destroyContext() { 120 this->destroyContext();
|
D | GLWindowContext.h | 42 void destroyContext();
|
D | GraphiteMetalWindowContext.h | 44 void destroyContext();
|
D | MetalWindowContext.mm | 98 void MetalWindowContext::destroyContext() { 168 this->destroyContext();
|
D | MetalWindowContext.h | 46 void destroyContext();
|
D | DawnWindowContext.h | 40 void destroyContext();
|
/third_party/flutter/skia/tools/sk_app/ |
D | GLWindowContext.cpp | 42 void GLWindowContext::destroyContext() { in destroyContext() function in sk_app::GLWindowContext 88 this->destroyContext(); in resize() 94 this->destroyContext(); in setDisplayParams()
|
D | VulkanWindowContext.h | 40 this->destroyContext(); in setDisplayParams() 55 void destroyContext();
|
D | VulkanWindowContext.cpp | 124 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
|
D | MetalWindowContext.mm | 60 void MetalWindowContext::destroyContext() { 125 this->destroyContext();
|
D | GLWindowContext.h | 44 void destroyContext();
|
D | MetalWindowContext.h | 40 void destroyContext();
|
D | DawnWindowContext.h | 42 void destroyContext();
|
/third_party/skia/tools/sk_app/win/ |
D | D3D12WindowContext_win.cpp | 39 void destroyContext(); 76 this->destroyContext(); in ~D3D12WindowContext() 167 void D3D12WindowContext::destroyContext() { in destroyContext() function in sk_app::D3D12WindowContext 237 this->destroyContext(); in setDisplayParams()
|
D | DawnD3D12WindowContext_win.cpp | 40 this->destroyContext(); in ~DawnD3D12WindowContext()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglCreateContextTests.cpp | 109 EGLU_CHECK_CALL(egl, destroyContext(display, context)); in executeForConfig() 162 EGLU_CHECK_CALL(egl, destroyContext(*display, context)); in iterate()
|
D | teglMultiContextTests.cpp | 204 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/ |
D | FlutterEngineTest.m | 26 [engine destroyContext];
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | DawnD3D12WindowContext_win.cpp | 41 this->destroyContext(); in ~DawnD3D12WindowContext()
|
/third_party/flutter/skia/tools/sk_app/ios/ |
D | GLWindowContext_ios.cpp | 50 this->destroyContext(); in ~GLWindowContext_ios()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Headers/ |
D | FlutterEngine.h | 130 - (void)destroyContext;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 305 mGLX.destroyContext(mSharedContext); in initialize() 359 mGLX.destroyContext(mContext); in terminate() 365 mGLX.destroyContext(mSharedContext); in terminate() 939 mFunctions->destroyContext(mContext); in ~WorkerContextGLX()
|