Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp700 GLint glWidth; in onSave() local
703 GL_TEXTURE_WIDTH, &glWidth); in onSave()
706 width = static_cast<unsigned int>(glWidth); in onSave()