Lines Matching refs:get_context
505 egl_context_t* const c = get_context(share_list); in eglCreateContext()
548 egl_context_t * const c = get_context(ctx); in eglDestroyContext()
616 egl_context_t * cur_c = get_context(getContext()); in eglMakeCurrent()
619 c = get_context(ctx); in eglMakeCurrent()
702 egl_context_t * const c = get_context(ctx); in eglQueryContext()
736 egl_context_t const * const c = get_context(ctx); in eglGetCurrentSurface()
756 egl_context_t const * const c = get_context(ctx); in eglGetCurrentDisplay()
773 egl_context_t const * const c = get_context(ctx); in eglWaitGL()
795 egl_context_t const * const c = get_context(ctx); in eglWaitNative()
1086 egl_context_t const * const c = get_context(ctx); in eglWaitClient()
1152 loseCurrent(get_context(getContext())); in eglReleaseThread()
1240 egl_context_t * const c = get_context(ctx); in eglCreateImageKHR()
1349 egl_context_t * const c = get_context(ctx); in eglCreateSyncKHR()
1378 egl_context_t * const c = get_context(ctx); in eglDestroySyncKHR()
1404 egl_context_t * const c = get_context(ctx); in eglClientWaitSyncKHR()
1430 egl_context_t * const c = get_context(ctx); in eglGetSyncAttribKHR()