Searched refs:DestroySurface (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 75 drv->API.DestroySurface = (DestroySurface_t) _eglReturnFalse; in _eglInitDriverFallbacks()
|
D | egldisplay.c | 311 drv->API.DestroySurface(drv, display, surf); in _eglReleaseDisplayResources()
|
D | eglapi.h | 151 DestroySurface_t DestroySurface; member
|
D | eglapi.c | 591 ret = drv->API.DestroySurface(drv, disp, surf); in eglDestroySurface()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_drm.c | 467 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_drm()
|
D | platform_x11.c | 973 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_x11_swrast() 1051 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_x11_dri2()
|
D | egl_dri2.c | 918 drv->API.DestroySurface(drv, disp, old_dsurf); in dri2_make_current() 920 drv->API.DestroySurface(drv, disp, old_rsurf); in dri2_make_current()
|
D | platform_android.c | 374 drv->API.DestroySurface = droid_destroy_surface; in droid_init_driver_functions()
|
D | platform_wayland.c | 760 drv->API.DestroySurface = dri2_destroy_surface; in dri2_initialize_wayland()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 832 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/ |
D | egl_g3d_api.c | 904 drv->API.DestroySurface = egl_g3d_destroy_surface; in egl_g3d_init_driver_api()
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 1174 GLX_drv->Base.API.DestroySurface = GLX_eglDestroySurface; in _eglBuiltInDriverGLX()
|