Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DPaletteTexture.cpp140 int leftBytes = ((palette + imageSize) /* the end of data pointer*/ in uncompressTexture() local
142 int leftPixels = (leftBytes * 8 )/indexSizeBits; in uncompressTexture()