Searched refs:TextureUnpackReset (Results 1 – 2 of 2) sorted by relevance
107 class TextureUnpackReset {117 TextureUnpackReset(GLEScontext* ctx);118 ~TextureUnpackReset();
412 TextureUnpackReset unpack(ctx); in doCompressedTexImage2D()413 const int32_t unpackAlignment = TextureUnpackReset::kUnpackAlignment; in doCompressedTexImage2D()1245 GLint TextureUnpackReset::unpackCheckAndUpdate(GLenum name, GLint newValue) { in unpackCheckAndUpdate()1254 TextureUnpackReset::TextureUnpackReset(GLEScontext* ctx) : glesContext(ctx) { in TextureUnpackReset() function in TextureUnpackReset1271 TextureUnpackReset::~TextureUnpackReset() { in ~TextureUnpackReset()