Searched refs:destroyContext (Results 1 - 25 of 57) sorted by relevance

123

/external/skia/tools/viewer/sk_app/
H A DGLWindowContext.cpp58 void GLWindowContext::destroyContext() { function in class:sk_app::GLWindowContext
101 this->destroyContext();
106 this->destroyContext();
H A DGLWindowContext.h48 void destroyContext();
H A DVulkanWindowContext.h51 void destroyContext();
H A DVulkanWindowContext.cpp78 this->destroyContext();
83 this->destroyContext();
383 this->destroyContext();
386 void VulkanWindowContext::destroyContext() { function in class:sk_app::VulkanWindowContext
/external/swiftshader/src/OpenGL/libGL/
H A DDisplay.h49 void destroyContext(Context *context);
H A DDisplay.cpp118 destroyContext(*mContextSet.begin());
136 void Display::destroyContext(gl::Context *context) function in class:gl::Display
/external/deqp/framework/egl/
H A DegluUnique.cpp78 m_egl.destroyContext(m_display, m_context);
/external/skia/tools/viewer/sk_app/mac/
H A DGLWindowContext_mac.cpp51 this->destroyContext();
H A DRasterWindowContext_mac.cpp63 this->destroyContext();
/external/deqp/framework/egl/wrapper/
H A DeglwFunctions.inl25 eglDestroyContextFunc destroyContext;
H A DeglwInitCore.inl20 dst->destroyContext = (eglDestroyContextFunc) loader->get("eglDestroyContext");
H A DeglwFuncPtrLibraryDecl.inl25 EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const;
H A DeglwFuncPtrLibraryImpl.inl102 EGLBoolean FuncPtrLibrary::destroyContext (EGLDisplay dpy, EGLContext ctx) const
104 return m_egl.destroyContext(dpy, ctx);
H A DeglwLibrary.inl25 virtual EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const = 0;
/external/deqp/modules/egl/
H A DteglCreateContextTests.cpp108 EGLU_CHECK_CALL(egl, destroyContext(display, context));
157 EGLU_CHECK_CALL(egl, destroyContext(*display, context));
H A DteglMultiContextTests.cpp198 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
210 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]));
H A DteglRenderCase.cpp360 egl.destroyContext(display, i->second);
366 egl.destroyContext(display, i->second);
H A DteglThreadCleanUpTests.cpp237 egl.destroyContext(m_display, m_context);
H A DteglGLES2SharingTests.cpp256 egl.destroyContext(*display, contextB);
260 egl.destroyContext(*display, contextA);
266 egl.destroyContext(*display, contextA);
270 egl.destroyContext(*display, contextB);
280 egl.destroyContext(*display, contextA);
282 egl.destroyContext(*display, contextB);
H A DteglMutableRenderBufferTests.cpp179 egl.destroyContext(m_eglDisplay, m_eglContext);
/external/swiftshader/src/OpenGL/libEGL/
H A DDisplay.h53 void destroyContext(Context *context);
H A DDisplay.cpp213 destroyContext(*mContextSet.begin());
490 void Display::destroyContext(egl::Context *context) function in class:egl::Display
/external/skia/tools/viewer/sk_app/android/
H A DGLWindowContext_android.cpp54 this->destroyContext();
/external/skia/tools/viewer/sk_app/unix/
H A DGLWindowContext_unix.cpp109 this->destroyContext();
/external/skia/tools/viewer/sk_app/win/
H A DGLWindowContext_win.cpp49 this->destroyContext();

Completed in 1180 milliseconds

123