Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl.cpp122 egl_context_t const * const c = get_context(context); in egl_get_string_for_current_context()
140 egl_context_t const * const c = get_context(context); in egl_get_string_for_current_context()
163 egl_context_t const * const c = get_context(context); in egl_get_num_extensions_for_current_context()
DeglApi.cpp921 egl_context_t* const c = get_context(share_list); in eglCreateContext()
962 egl_context_t * const c = get_context(ctx); in eglDestroyContext()
1008 egl_context_t * cur_c = get_context(getContext()); in eglMakeCurrent()
1011 c = get_context(ctx); in eglMakeCurrent()
1108 egl_context_t * const c = get_context(ctx); in eglQueryContext()
1134 egl_context_t const * const c = get_context(ctx); in eglGetCurrentSurface()
1154 egl_context_t const * const c = get_context(ctx); in eglGetCurrentDisplay()
1390 egl_context_t * const c = get_context( egl_tls_t::getContext() ); in eglSwapBuffersWithDamageKHR()
1673 egl_display_t::loseCurrent(get_context(getContext())); in eglReleaseThread()
Degl_object.h230 egl_context_t* get_context(EGLContext context) { in get_context() function