Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp35 uint64_t shareGroupId, in EglContext() argument
71 shareGroupId = static_cast<uint64_t>(stream->getBe64()); in EglContext()
85 m_native.get(), shareGroupId, stream, in EglContext()
DEglContext.h41 uint64_t shareGroupId,
DEglImp.cpp911 uint64_t shareGroupId = 0; in eglCreateOrLoadContext() local
1016 shareGroupId = sharedCtxPtr->getShareGroup()->getId(); in eglCreateOrLoadContext()
1017 assert(shareGroupId); in eglCreateOrLoadContext()
1022 ContextPtr ctx(new EglContext(dpy, shareGroupId, cfg, in eglCreateOrLoadContext()