Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglfallbacks.c75 drv->API.DestroySurface = (DestroySurface_t) _eglReturnFalse; in _eglInitDriverFallbacks()
Degldisplay.c311 drv->API.DestroySurface(drv, display, surf); in _eglReleaseDisplayResources()
Deglapi.h151 DestroySurface_t DestroySurface; member
Deglapi.c591 ret = drv->API.DestroySurface(drv, disp, surf); in eglDestroySurface()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c467 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_drm()
Dplatform_x11.c973 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_x11_swrast()
1051 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_x11_dri2()
Degl_dri2.c918 drv->API.DestroySurface(drv, disp, old_dsurf); in dri2_make_current()
920 drv->API.DestroySurface(drv, disp, old_rsurf); in dri2_make_current()
Dplatform_android.c374 drv->API.DestroySurface = droid_destroy_surface; in droid_init_driver_functions()
Dplatform_wayland.c760 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_wayland()
/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/gallium/state_trackers/egl/common/
Degl_g3d_api.c904 drv->API.DestroySurface = egl_g3d_destroy_surface; in egl_g3d_init_driver_api()
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c1174 GLX_drv->Base.API.DestroySurface = GLX_eglDestroySurface; in _eglBuiltInDriverGLX()