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 (!disp || !_eglCheckResource((void *) sync, _EGL_RESOURCE_SYNC, disp)) in _eglLookupSync()
Deglcontext.h142 if (!disp || !_eglCheckResource((void *) ctx, _EGL_RESOURCE_CONTEXT, disp)) in _eglLookupContext()
Deglimage.h162 if (!disp || !_eglCheckResource((void *) img, _EGL_RESOURCE_IMAGE, disp)) in _eglLookupImage()
Deglsurface.h260 if (!disp || !_eglCheckResource((void *) surf, _EGL_RESOURCE_SURFACE, disp)) in _eglLookupSurface()
Degldisplay.h223 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *disp);
Degldisplay.c385 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *disp) in _eglCheckResource() function
Deglapi.c2448 if (_eglCheckResource(object, type, disp)) { in eglLabelObjectKHR()