Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp37 GLEScontext* glesCtx, in EglContext() argument
44 m_glesContext(glesCtx), in EglContext()
62 glesCtx->setCoreProfile(usingCoreProfile); in EglContext()
86 [glesCtx](NamedObjectType type, in EglContext()
89 return glesCtx->loadObject(type, localName, stream); in EglContext()
92 glesCtx->setShareGroup(m_shareGroup); in EglContext()
93 glesCtx->postLoad(); in EglContext()
DThreadInfo.cpp23 GLEScontext* glesCtx, in updateInfo() argument
29 glesContext = glesCtx; in updateInfo()
DThreadInfo.h27 GLEScontext* glesCtx,
DEglContext.h43 GLEScontext* glesCtx,
DEglImp.cpp1003 GLEScontext* glesCtx = NULL; in eglCreateOrLoadContext() local
1005 glesCtx = iface->createGLESContext(major_version, minor_version, in eglCreateOrLoadContext()
1023 glesCtx, glesVersion, in eglCreateOrLoadContext()
1030 iface->deleteGLESContext(glesCtx); in eglCreateOrLoadContext()