Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsync.h105 _eglUnlinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); in _eglUnlinkSync()
Deglcontext.h130 _eglUnlinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT); in _eglUnlinkContext()
Deglimage.h150 _eglUnlinkResource(&img->Resource, _EGL_RESOURCE_IMAGE); in _eglUnlinkImage()
Deglsurface.h248 _eglUnlinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); in _eglUnlinkSurface()
Degldisplay.h267 _eglUnlinkResource(_EGLResource *res, _EGLResourceType type);
Degldisplay.c463 _eglUnlinkResource(_EGLResource *res, _EGLResourceType type) in _eglUnlinkResource() function