Searched refs:_eglCheckResource (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglsync.h | 117 if (!dpy || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, dpy)) in _eglLookupSync()
|
D | eglimage.h | 159 if (!dpy || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, dpy)) in _eglLookupImage()
|
D | eglcontext.h | 145 if (!dpy || !_eglCheckResource((void *) ctx, _EGL_RESOURCE_CONTEXT, dpy)) in _eglLookupContext()
|
D | eglsurface.h | 181 if (!dpy || !_eglCheckResource((void *) surf, _EGL_RESOURCE_SURFACE, dpy)) in _eglLookupSurface()
|
D | egldisplay.h | 212 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);
|
D | egldisplay.c | 344 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy) in _eglCheckResource() function
|
D | eglapi.c | 2390 if (_eglCheckResource(object, type, disp)) { in eglLabelObjectKHR()
|