Home
last modified time | relevance | path

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

/frameworks/multidex/library/test/src/android/support/multidex/
DZipEntryReader.java70 long compressedSize = ((long) in.getInt()) & 0xffffffffL; in readEntry() local
90 entry.setCompressedSize(compressedSize); in readEntry()
/frameworks/native/opengl/libagl/
Dtexture.cpp1115 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); in glCompressedTexImage2D() local
1116 if (compressedSize > imageSize) { in glCompressedTexImage2D()