Home
last modified time | relevance | path

Searched refs:kUnpackAlignment (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h115 static constexpr GLint kUnpackAlignment = 4; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp413 const int32_t unpackAlignment = TextureUnpackReset::kUnpackAlignment; in doCompressedTexImage2D()
1255 unpackAlignment = unpackCheckAndUpdate(GL_UNPACK_ALIGNMENT, kUnpackAlignment); in TextureUnpackReset()