Searched refs:glesCtx (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglContext.cpp | 37 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()
|
D | ThreadInfo.cpp | 23 GLEScontext* glesCtx, in updateInfo() argument 29 glesContext = glesCtx; in updateInfo()
|
D | ThreadInfo.h | 27 GLEScontext* glesCtx,
|
D | EglContext.h | 43 GLEScontext* glesCtx,
|
D | EglImp.cpp | 1003 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()
|