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()
Deglimage.h135 _eglLinkResource(&img->Resource, _EGL_RESOURCE_IMAGE); in _eglLinkImage()
Deglcontext.h121 _eglLinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT); in _eglLinkContext()
Deglsurface.h157 _eglLinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); in _eglLinkSurface()
Degldisplay.h252 _eglLinkResource(_EGLResource *res, _EGLResourceType type);
Degldisplay.c407 _eglLinkResource(_EGLResource *res, _EGLResourceType type) in _eglLinkResource() function