Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglsync.h117 if (!dpy || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, dpy)) in _eglLookupSync()
Deglimage.h159 if (!dpy || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, dpy)) in _eglLookupImage()
Deglcontext.h145 if (!dpy || !_eglCheckResource((void *) ctx, _EGL_RESOURCE_CONTEXT, dpy)) in _eglLookupContext()
Deglsurface.h181 if (!dpy || !_eglCheckResource((void *) surf, _EGL_RESOURCE_SURFACE, dpy)) in _eglLookupSurface()
Degldisplay.h212 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);
Degldisplay.c344 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy) in _eglCheckResource() function
Deglapi.c2390 if (_eglCheckResource(object, type, disp)) { in eglLabelObjectKHR()