Searched refs:getCompressedSize (Results 1 – 7 of 7) sorted by relevance
239 testEntry.getUncompressedBinaryContent().length, entry.getCompressedSize()); in checkEntry()
108 virtual deUint32 getCompressedSize (void) const;
372 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternal()634 deUint32 TestTexture::getCompressedSize (void) const in getCompressedSize() function in vkt::pipeline::TestTexture
333 jpegSize = tjc.getCompressedSize(); in main()
686 size = tjc.getCompressedSize(); in compTest()
355 jpegSize[tile] = tjc.getCompressedSize(); in fullTest()
557 public int getCompressedSize() { in getCompressedSize() method in TJCompressor