Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsync.h113 if (!dpy || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, dpy)) in _eglLookupSync()
Deglimage.h130 if (!dpy || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, dpy)) in _eglLookupImage()
Deglcontext.h134 if (!dpy || !_eglCheckResource((void *) ctx, _EGL_RESOURCE_CONTEXT, dpy)) in _eglLookupContext()
Deglsurface.h155 if (!dpy || !_eglCheckResource((void *) surf, _EGL_RESOURCE_SURFACE, dpy)) in _eglLookupSurface()
Degldisplay.h184 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);
Degldisplay.c358 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy) in _eglCheckResource() function