Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DThreadInfo.cpp29 glesContext = glesCtx; in updateInfo()
DThreadInfo.h33 GLEScontext* glesContext = nullptr; member
DEglImp.cpp268 return thread->glesContext; in getGLESContext()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp1247 glesContext->dispatcher().glGetIntegerv(name, &curValue); in unpackCheckAndUpdate()
1249 glesContext->dispatcher().glPixelStorei(name, newValue); in unpackCheckAndUpdate()
1254 TextureUnpackReset::TextureUnpackReset(GLEScontext* ctx) : glesContext(ctx) { in TextureUnpackReset()
1256 if (glesContext->getMajorVersion() >= 3) { in TextureUnpackReset()
1273 if (glesContext->getMajorVersion() >= 3) { in ~TextureUnpackReset()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h126 GLEScontext* glesContext = nullptr; variable