Searched refs:compressedSize (Results 1 – 2 of 2) sorted by relevance
70 long compressedSize = ((long) in.getInt()) & 0xffffffffL; in readEntry() local90 entry.setCompressedSize(compressedSize); in readEntry()
1111 GLsizei compressedSize = etc1_get_encoded_data_size(width, height); in glCompressedTexImage2D() local1112 if (compressedSize > imageSize) { in glCompressedTexImage2D()