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.cpp956 egl_context_t* const c = get_context(share_list); in eglCreateContextImpl()
1011 egl_context_t * const c = get_context(ctx); in eglDestroyContextImpl()
1055 egl_context_t * cur_c = get_context(getContext()); in eglMakeCurrentImpl()
1058 c = get_context(ctx); in eglMakeCurrentImpl()
1120 egl_context_t * const c = get_context(ctx); in eglQueryContextImpl()
1141 egl_context_t const * const c = get_context(ctx); in eglGetCurrentSurfaceImpl()
1159 egl_context_t const * const c = get_context(ctx); in eglGetCurrentDisplayImpl()
1412 egl_context_t * const c = get_context( egl_tls_t::getContext() ); in eglSwapBuffersWithDamageKHRImpl()
1665 egl_display_t::loseCurrent(get_context(getContext())); in eglReleaseThreadImpl()
Degl_object.h230 egl_context_t* get_context(EGLContext context) { in get_context() function