Home
last modified time | relevance | path

Searched refs:DestroySurface (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp358 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface);
457 return egl::DestroySurface(dpy, surface); in eglDestroySurface()
684 this->eglDestroySurface = egl::DestroySurface; in LibEGLexports()
DlibEGL.cpp453 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface) in DestroySurface() function
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp322 .DestroySurface = haiku_destroy_surface,
/external/mesa3d/src/egl/main/
Degldriver.h108 EGLBoolean (*DestroySurface)(_EGLDisplay *disp, _EGLSurface *surface); member
Degldisplay.c318 drv->DestroySurface(display, surf); in _eglReleaseDisplayResources()
Deglapi.c1203 ret = disp->Driver->DestroySurface(disp, surf); in eglDestroySurface()
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h102 EGLBoolean DestroySurface(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
Dentry_points_egl_autogen.cpp179 EGL_EVENT(DestroySurface, "dpy = 0x%016" PRIxPTR ", surface = 0x%016" PRIxPTR "", in EGL_DestroySurface()
187 ANGLE_EGL_VALIDATE(thread, DestroySurface, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_DestroySurface()
190 return DestroySurface(thread, dpyPacked, surfacePacked); in EGL_DestroySurface()
Degl_stubs.cpp300 EGLBoolean DestroySurface(Thread *thread, Display *display, Surface *eglSurface) in DestroySurface() function
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp832 class DestroySurface : public tcu::ThreadUtil::Operation class
835 DestroySurface (EGLDisplay display, SharedPtr<Surface> surface);
843 DestroySurface::DestroySurface (EGLDisplay display, SharedPtr<Surface> surface) in DestroySurface() function in deqp::egl::GLES2ThreadTest::DestroySurface
851 void DestroySurface::exec (tcu::ThreadUtil::Thread& t) in exec()
2252 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, resourceManag… in init()
3126 m_threads[0]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface1)); in init()
3127 m_threads[1]->addOperation(new GLES2ThreadTest::DestroySurface(m_eglDisplay, surface2)); in init()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3674 .DestroySurface = dri2_destroy_surface,
/external/mesa3d/docs/relnotes/
D20.3.0.rst1679 - egl: drop unused \_EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & DestroySurface()