Home
last modified time | relevance | path

Searched refs:_eglLookupContext (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.h142 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext() function
Deglapi.c751 _EGLContext *share = _eglLookupContext(share_list, disp); in eglCreateContext()
779 _EGLContext *context = _eglLookupContext(ctx, disp); in eglDestroyContext()
798 _EGLContext *context = _eglLookupContext(ctx, disp); in eglMakeCurrent()
856 _EGLContext *context = _eglLookupContext(ctx, disp); in eglQueryContext()
1652 _EGLContext *context = _eglLookupContext(ctx, disp); in _eglCreateImageCommon()
2571 *ctx = _eglLookupContext(context, *disp); in _eglLockDisplayInterop()