HomeSort by relevance Sort by last modified time
    Searched refs:_EGLResourceType (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/egl/main/
egldisplay.h 65 typedef enum _egl_resource_type _EGLResourceType;
184 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);
224 _eglLinkResource(_EGLResource *res, _EGLResourceType type);
228 _eglUnlinkResource(_EGLResource *res, _EGLResourceType type);
egldisplay.c 358 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy)
417 _eglLinkResource(_EGLResource *res, _EGLResourceType type)
432 _eglUnlinkResource(_EGLResource *res, _EGLResourceType type)

Completed in 437 milliseconds