Searched refs:_eglCheckResource (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/egl/main/ |
D | eglsync.h | 117 if (!disp || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, disp)) in _eglLookupSync()
|
D | eglcontext.h | 142 if (!disp || !_eglCheckResource((void *) ctx, _EGL_RESOURCE_CONTEXT, disp)) in _eglLookupContext()
|
D | eglimage.h | 162 if (!disp || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, disp)) in _eglLookupImage()
|
D | eglsurface.h | 262 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 | 399 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *disp) in _eglCheckResource() function
|
D | eglapi.c | 2459 if (_eglCheckResource(object, type, disp)) { in eglLabelObjectKHR()
|