Searched refs:_eglCheckResource (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglsync.h | 113 if (!dpy || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, dpy)) in _eglLookupSync()
|
D | eglimage.h | 130 if (!dpy || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, dpy)) in _eglLookupImage()
|
D | eglcontext.h | 134 if (!dpy || !_eglCheckResource((void *) ctx, _EGL_RESOURCE_CONTEXT, dpy)) in _eglLookupContext()
|
D | eglsurface.h | 155 if (!dpy || !_eglCheckResource((void *) surf, _EGL_RESOURCE_SURFACE, dpy)) in _eglLookupSurface()
|
D | egldisplay.h | 184 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);
|
D | egldisplay.c | 358 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy) in _eglCheckResource() function
|