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.cpp892 egl_context_t* const c = get_context(share_list); in eglCreateContext()
933 egl_context_t * const c = get_context(ctx); in eglDestroyContext()
979 egl_context_t * cur_c = get_context(getContext()); in eglMakeCurrent()
982 c = get_context(ctx); in eglMakeCurrent()
1079 egl_context_t * const c = get_context(ctx); in eglQueryContext()
1105 egl_context_t const * const c = get_context(ctx); in eglGetCurrentSurface()
1125 egl_context_t const * const c = get_context(ctx); in eglGetCurrentDisplay()
1361 egl_context_t * const c = get_context( egl_tls_t::getContext() ); in eglSwapBuffersWithDamageKHR()
1635 egl_display_t::loseCurrent(get_context(getContext())); in eglReleaseThread()
Degl_object.h196 egl_context_t* get_context(EGLContext context) { in get_context() function