Home
last modified time | relevance | path

Searched refs:_eglUnlinkResource (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/egl/main/
Deglsync.h101 _eglUnlinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); in _eglUnlinkSync()
Deglimage.h118 _eglUnlinkResource(&img->Resource, _EGL_RESOURCE_IMAGE); in _eglUnlinkImage()
Deglcontext.h122 _eglUnlinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT); in _eglUnlinkContext()
Deglsurface.h143 _eglUnlinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); in _eglUnlinkSurface()
Degldisplay.h228 _eglUnlinkResource(_EGLResource *res, _EGLResourceType type);
Degldisplay.c432 _eglUnlinkResource(_EGLResource *res, _EGLResourceType type) in _eglUnlinkResource() function