Home
last modified time | relevance | path

Searched refs:getShareGroup (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglContext.h47 ShareGroupPtr getShareGroup(){return m_shareGroup;} in getShareGroup() function
DEglImp.cpp745 …thread->updateInfo(newCtx,dpy,newCtx->getGlesContext(),newCtx->getShareGroup(),dpy->getManager(new… in eglMakeCurrent()
747 …glInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(),newCtx->getShareGroup()); in eglMakeCurrent()
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DobjectNameManager.h246 ShareGroupPtr getShareGroup(void *p_groupName);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DobjectNameManager.cpp347 ObjectNameManager::getShareGroup(void *p_groupName) in getShareGroup() function in ObjectNameManager