Home
last modified time | relevance | path

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

/frameworks/base/opengl/libs/EGL/
DeglApi.cpp505 egl_context_t* const c = get_context(share_list); in eglCreateContext()
548 egl_context_t * const c = get_context(ctx); in eglDestroyContext()
616 egl_context_t * cur_c = get_context(getContext()); in eglMakeCurrent()
619 c = get_context(ctx); in eglMakeCurrent()
702 egl_context_t * const c = get_context(ctx); in eglQueryContext()
736 egl_context_t const * const c = get_context(ctx); in eglGetCurrentSurface()
756 egl_context_t const * const c = get_context(ctx); in eglGetCurrentDisplay()
773 egl_context_t const * const c = get_context(ctx); in eglWaitGL()
795 egl_context_t const * const c = get_context(ctx); in eglWaitNative()
1086 egl_context_t const * const c = get_context(ctx); in eglWaitClient()
[all …]
Degl_object.h224 egl_context_t* get_context(EGLContext context) { in get_context() function
Degl.cpp223 egl_context_t const * const c = get_context(context); in egl_get_image_for_current_context()