Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.h131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext() function
Deglapi.c421 _EGLContext *share = _eglLookupContext(share_list, disp); in eglCreateContext()
448 _EGLContext *context = _eglLookupContext(ctx, disp); in eglDestroyContext()
465 _EGLContext *context = _eglLookupContext(ctx, disp); in eglMakeCurrent()
509 _EGLContext *context = _eglLookupContext(ctx, disp); in eglQueryContext()
1028 _EGLContext *source_context = _eglLookupContext(source, disp); in eglCopyContextMESA()
1029 _EGLContext *dest_context = _eglLookupContext(dest, disp); in eglCopyContextMESA()
1305 _EGLContext *context = _eglLookupContext(ctx, disp); in eglCreateImageKHR()