Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl.cpp121 egl_context_t const * const c = get_context(context); in egl_get_string_for_current_context()
139 egl_context_t const * const c = get_context(context); in egl_get_string_for_current_context()
162 egl_context_t const * const c = get_context(context); in egl_get_num_extensions_for_current_context()
Degl_platform_entries.cpp955 egl_context_t* const c = get_context(share_list); in eglCreateContextImpl()
1010 egl_context_t * const c = get_context(ctx); in eglDestroyContextImpl()
1054 egl_context_t * cur_c = get_context(getContext()); in eglMakeCurrentImpl()
1057 c = get_context(ctx); in eglMakeCurrentImpl()
1119 egl_context_t * const c = get_context(ctx); in eglQueryContextImpl()
1140 egl_context_t const * const c = get_context(ctx); in eglGetCurrentSurfaceImpl()
1158 egl_context_t const * const c = get_context(ctx); in eglGetCurrentDisplayImpl()
1393 egl_context_t * const c = get_context( egl_tls_t::getContext() ); in eglSwapBuffersWithDamageKHRImpl()
1646 egl_display_t::loseCurrent(get_context(getContext())); in eglReleaseThreadImpl()
Degl_object.h230 egl_context_t* get_context(EGLContext context) { in get_context() function