Home
last modified time | relevance | path

Searched refs:setShareGroup (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp92 glesCtx->setShareGroup(m_shareGroup); in EglContext()
143 g_eglInfo->getIface(version())->setShareGroup(m_glesContext, {}); in ~EglContext()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h104 void (*setShareGroup)(GLEScontext*,ShareGroupPtr); member
DGLEScontext.h255 void setShareGroup(ShareGroupPtr grp){m_shareGroup = std::move(grp);}; in setShareGroup() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp70 static void setShareGroup(GLEScontext* ctx,ShareGroupPtr grp);
92 .setShareGroup = setShareGroup,
220 ctx->setShareGroup(grp); in initContext()
242 static void setShareGroup(GLEScontext* ctx,ShareGroupPtr grp) { in setShareGroup() function
244 ctx->setShareGroup(grp); in setShareGroup()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp81 static void setShareGroup(GLEScontext* ctx,ShareGroupPtr grp);
124 .setShareGroup = setShareGroup,
249 ctx->setShareGroup(grp); in initContext()
286 static void setShareGroup(GLEScontext* ctx,ShareGroupPtr grp) { in setShareGroup() function
288 ctx->setShareGroup(grp); in setShareGroup()