Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp174 virtual deUint32 getCompressedSize (void) const;
DvktPipelineImageUtil.cpp418 …deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTextu… in uploadTestTextureInternal()
499 …deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTex… in uploadTestTextureInternalSparse()
759 deUint32 TestTexture::getCompressedSize (void) const in getCompressedSize() function in vkt::pipeline::TestTexture
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java566 public int getCompressedSize() { in getCompressedSize() method in TJCompressor
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java573 public int getCompressedSize() { in getCompressedSize() method in TJCompressor
/third_party/libjpeg-turbo/java/
DTJExample.java381 int jpegSize = tjc.getCompressedSize(); in main()
DTJBench.java403 jpegSize[tile] = tjc.getCompressedSize(); in fullTest()
DTJUnitTest.java688 size = tjc.getCompressedSize(); in compTest()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJExample.java381 int jpegSize = tjc.getCompressedSize(); in main()
DTJUnitTest.java688 size = tjc.getCompressedSize(); in compTest()
DTJBench.java394 jpegSize[tile] = tjc.getCompressedSize(); in fullTest()