Home
last modified time | relevance | path

Searched refs:shared_context (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglContext.cpp29 EglContext::EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context, in EglContext() argument
40 m_shareGroup = shared_context.Ptr()? in EglContext()
41 mngr->attachShareGroup(context,shared_context->nativeType()): in EglContext()
DEglContext.h41 …EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context,EglConfig* conf…