Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.h139 _eglLookupContext(EGLContext context, _EGLDisplay *disp) in _eglLookupContext() function
Deglapi.c805 _EGLContext *share = _eglLookupContext(share_list, disp); in eglCreateContext()
832 _EGLContext *context = _eglLookupContext(ctx, disp); in eglDestroyContext()
850 _EGLContext *context = _eglLookupContext(ctx, disp); in eglMakeCurrent()
914 _EGLContext *context = _eglLookupContext(ctx, disp); in eglQueryContext()
1724 _EGLContext *context = _eglLookupContext(ctx, disp); in _eglCreateImageCommon()
2756 *ctx = _eglLookupContext(context, *disp); in _eglLockDisplayInterop()