Searched refs:get_context (Results 1 – 3 of 3) sorted by relevance
75 const egl_context_t* const c = get_context(context); in egl_get_string_for_current_context()91 const egl_context_t* const c = get_context(context); in egl_get_string_for_current_context()111 const egl_context_t* const c = get_context(context); in egl_get_num_extensions_for_current_context()
916 egl_context_t* const c = get_context(share_list); in eglCreateContextImpl()969 egl_context_t* const c = get_context(ctx); in eglDestroyContextImpl()1010 egl_context_t* cur_c = get_context(getContext()); in eglMakeCurrentImpl()1013 c = get_context(ctx); in eglMakeCurrentImpl()1070 egl_context_t* const c = get_context(ctx); in eglQueryContextImpl()1087 egl_context_t const* const c = get_context(ctx); in eglGetCurrentSurfaceImpl()1107 egl_context_t const* const c = get_context(ctx); in eglGetCurrentDisplayImpl()1349 egl_context_t* const c = get_context(egl_tls_t::getContext()); in eglSwapBuffersWithDamageKHRImpl()1587 egl_display_t::loseCurrent(get_context(getContext())); in eglReleaseThreadImpl()
223 static inline egl_context_t* get_context(EGLContext context) { in get_context() function