Searched refs:_eglCheckResource (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglsync.h | 115 if (!disp || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, disp)) in _eglLookupSync()
|
D | eglcontext.h | 140 if (!disp || !_eglCheckResource((void *) ctx, _EGL_RESOURCE_CONTEXT, disp)) in _eglLookupContext()
|
D | eglimage.h | 160 if (!disp || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, disp)) in _eglLookupImage()
|
D | eglsurface.h | 260 if (!disp || !_eglCheckResource((void *) surf, _EGL_RESOURCE_SURFACE, disp)) in _eglLookupSurface()
|
D | egldisplay.h | 227 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *disp);
|
D | egldisplay.c | 400 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *disp) in _eglCheckResource() function
|
D | eglapi.c | 2466 if (_eglCheckResource(object, type, disp)) { in eglLabelObjectKHR()
|