/third_party/skia/tools/sk_app/ |
H A D | GLWindowContext.cpp | 43 void GLWindowContext::destroyContext() { in destroyContext() function in sk_app::GLWindowContext 89 this->destroyContext(); in resize() 95 this->destroyContext(); in setDisplayParams()
|
H A 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
|
H A D | VulkanWindowContext.h | 40 this->destroyContext(); 55 void destroyContext();
|
H A D | GLWindowContext.h | 42 void destroyContext();
|
H A D | GraphiteMetalWindowContext.h | 44 void destroyContext();
|
H A D | MetalWindowContext.h | 46 void destroyContext();
|
H A D | DawnWindowContext.h | 40 void destroyContext();
|
H A D | DawnWindowContext.cpp | 59 void DawnWindowContext::destroyContext() { in destroyContext() function in sk_app::DawnWindowContext
|
/third_party/skia/tools/sk_app/win/ |
H A 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()
|
H A D | DawnD3D12WindowContext_win.cpp | 40 this->destroyContext(); in ~DawnD3D12WindowContext()
|
H A D | GLWindowContext_win.cpp | 63 this->destroyContext();
|
H A D | ANGLEWindowContext_win.cpp | 64 ANGLEGLWindowContext_win::~ANGLEGLWindowContext_win() { this->destroyContext(); } in ~ANGLEGLWindowContext_win()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglCreateContextTests.cpp | 109 EGLU_CHECK_CALL(egl, destroyContext(display, context)); in executeForConfig() 162 EGLU_CHECK_CALL(egl, destroyContext(*display, context)); in iterate()
|
H A 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()
|
H A D | teglRobustnessTests.cpp | 477 void destroyContext (void); 501 destroyContext(); in ~RenderingContext() 510 void RenderingContext::destroyContext (void) in destroyContext() function in deqp::egl::__anon30383::RenderingContext 515 m_egl.destroyContext(m_display, m_context); in destroyContext() 1502 egl.destroyContext(m_eglDisplay, contextB); in iterate() 1557 egl.destroyContext(m_eglDisplay, context); in iterate() 1612 egl.destroyContext(m_eglDisplay, context); in iterate()
|
H A D | teglRenderCase.cpp | 366 egl.destroyContext(display, i->second); in executeForSurface() 372 egl.destroyContext(display, i->second); in executeForSurface()
|
H A D | teglGLES2SharingTests.cpp | 256 egl.destroyContext(*display, contextB); in iterate() 260 egl.destroyContext(*display, contextA); in iterate() 266 egl.destroyContext(*display, contextA); in iterate() 270 egl.destroyContext(*display, contextB); in iterate() 280 egl.destroyContext(*display, contextA); in iterate() 282 egl.destroyContext(*display, contextB); in iterate()
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluUnique.cpp | 78 m_egl.destroyContext(m_display, m_context); in ~UniqueContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.cpp | 320 mGLX.destroyContext(mSharedContext); in initialize() 375 mGLX.destroyContext(mContext); in terminate() 381 mGLX.destroyContext(mSharedContext); in terminate() 1012 mFunctions->destroyContext(mContext); in ~WorkerContextGLX()
|
H A D | FunctionsGLX.h | 41 void destroyContext(glx::Context context) const;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.h | 69 void destroyContext(Context *context);
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 57 this->destroyContext(); in ~GLWindowContext_android()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGL.h | 58 EGLBoolean destroyContext(EGLContext context) const;
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.h | 185 void destroyContext();
|
/third_party/skia/tools/sk_app/unix/ |
H A D | GLWindowContext_unix.cpp | 160 this->destroyContext(); in ~GLWindowContext_xlib()
|