Home
last modified time | relevance | path

Searched defs:allocateStorage (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/codec/
H A DSkPngCodecBase.cpp166 void SkPngCodecBase::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkPngCodecBase
H A DSkHeifCodec.cpp443 void SkHeifCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkHeifCodec
H A DSkJpegCodec.cpp522 bool SkJpegCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkJpegCodec
/aosp_15_r20/frameworks/av/media/module/foundation/
H A DMetaDataBase.cpp361 void *MetaDataBase::typed_data::allocateStorage(size_t size) { in allocateStorage() function in android::MetaDataBase::typed_data
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DBuffer11.cpp778 Buffer11::BufferStorage *Buffer11::allocateStorage(BufferUsage usage) in allocateStorage() function in rx::Buffer11