Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsync.h94 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); in _eglLinkSync()
Deglcontext.h115 _eglLinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT); in _eglLinkContext()
Deglimage.h127 _eglLinkResource(&img->Resource, _EGL_RESOURCE_IMAGE); in _eglLinkImage()
Deglsurface.h140 _eglLinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); in _eglLinkSurface()
Degldisplay.h242 _eglLinkResource(_EGLResource *res, _EGLResourceType type);
Degldisplay.c432 _eglLinkResource(_EGLResource *res, _EGLResourceType type) in _eglLinkResource() function