Searched refs:glesContext (Results 1 – 5 of 5) sorted by relevance
29 glesContext = glesCtx; in updateInfo()
33 GLEScontext* glesContext = nullptr; member
268 return thread->glesContext; in getGLESContext()
1247 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()
126 GLEScontext* glesContext = nullptr; variable