Searched refs:uncompressedData (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libANGLE/ |
D | BlobCache.cpp | 71 angle::MemoryBuffer *uncompressedData) in DecompressBlobCacheData() argument 78 if (!uncompressedData->resize(uncompressedSize)) in DecompressBlobCacheData() 86 uncompressedData->data(), &destLen, compressedData, static_cast<uLong>(compressedSize)); in DecompressBlobCacheData() 95 if (!uncompressedData->resize(destLen)) in DecompressBlobCacheData()
|
D | MemoryProgramCache.cpp | 150 angle::MemoryBuffer uncompressedData; in getProgram() local 151 if (!egl::DecompressBlobCacheData(binaryProgram.data(), programSize, &uncompressedData)) in getProgram() 158 program->loadBinary(context, GL_PROGRAM_BINARY_ANGLE, uncompressedData.data(), in getProgram() 159 static_cast<int>(uncompressedData.size())); in getProgram()
|
D | BlobCache.h | 56 angle::MemoryBuffer *uncompressedData);
|
/external/angle/util/ |
D | frame_capture_test_utils.h | 38 std::unique_ptr<uint8_t[]> uncompressedData(new uint8_t[uncompressedSize]); in DecompressBinaryData() 41 zlib_internal::GzipUncompressHelper(uncompressedData.get(), &destLen, compressedData.data(), in DecompressBinaryData() 50 return uncompressedData.release(); in DecompressBinaryData()
|
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 183 private ArrayList uncompressedData = new ArrayList(); field in DotZLibTests.DeflateInflateTests 223 uncompressedData.Add(data[i+startIndex]); in DDataAvail() 229 uncompressedData.Clear(); in Inflate_Expand()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 1543 …std::vector<deUint8> uncompressedData (uncompressedFormat.getPixelSize() * level.getWidth() * lev… in loadTexture2D() local 1544 …essedBuffer (uncompressedFormat, level.getWidth(), level.getHeight(), 1, uncompressedData.data()); in loadTexture2D() 1607 …std::vector<deUint8> uncompressedData (uncompressedFormat.getPixelSize() * level.getWidth() * l… in loadTextureCube() local 1608 …sedBuffer (uncompressedFormat, level.getWidth(), level.getHeight(), 1, uncompressedData.data()); in loadTextureCube()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1891 llvm::SmallVector<uint8_t, 0> uncompressedData; in GetGnuDebugDataObjectFile() local 1892 auto err = lldb_private::lzma::uncompress(data.GetData(), uncompressedData); in GetGnuDebugDataObjectFile() 1902 new DataBufferHeap(uncompressedData.data(), uncompressedData.size())); in GetGnuDebugDataObjectFile()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 624 angle::MemoryBuffer *uncompressedData, in GetAndDecompressPipelineCacheVk() argument 685 egl::DecompressBlobCacheData(compressedData.data(), compressedSize, uncompressedData), in GetAndDecompressPipelineCacheVk()
|