Searched refs:_eglLookupContext (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglcontext.h | 131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext() function
|
D | eglapi.c | 421 _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()
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | eglcontext.h | 131 _eglLookupContext(EGLContext context, _EGLDisplay *dpy) in _eglLookupContext() function
|
D | eglapi.c | 421 _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()
|