Home
last modified time | relevance | path

Searched refs:allocateStorage (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/codec/
DSkHeifCodec.cpp389 this->allocateStorage(dstInfo); in onGetPixels()
400 void SkHeifCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkHeifCodec
449 this->allocateStorage(this->dstInfo()); in getSampler()
477 this->allocateStorage(dstInfo); in onStartScanlineDecode()
DSkJpegCodec.cpp555 if (!this->allocateStorage(dstInfo)) { in onGetPixels()
568 bool SkJpegCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkJpegCodec
653 if (!this->allocateStorage(this->dstInfo())) { in getSampler()
718 if (!this->allocateStorage(dstInfo)) { in onStartScanlineDecode()
DSkJpegCodec.h111 bool SK_WARN_UNUSED_RESULT allocateStorage(const SkImageInfo& dstInfo);
DSkPngCodec.h106 void allocateStorage(const SkImageInfo& dstInfo);
DSkHeifCodec.h72 void allocateStorage(const SkImageInfo& dstInfo);
DSkPngCodec.cpp431 void SkPngCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkPngCodec
1165 this->allocateStorage(dstInfo); in onGetPixels()
1177 this->allocateStorage(dstInfo); in onStartIncrementalDecode()
/third_party/flutter/skia/src/codec/
DSkHeifCodec.cpp394 this->allocateStorage(dstInfo); in onGetPixels()
405 void SkHeifCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkHeifCodec
454 this->allocateStorage(this->dstInfo()); in getSampler()
482 this->allocateStorage(dstInfo); in onStartScanlineDecode()
DSkJpegCodec.cpp606 this->allocateStorage(dstInfo); in onGetPixels()
617 void SkJpegCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkJpegCodec
699 this->allocateStorage(this->dstInfo()); in getSampler()
762 this->allocateStorage(dstInfo); in onStartScanlineDecode()
DSkJpegCodec.h109 void allocateStorage(const SkImageInfo& dstInfo);
DSkHeifCodec.h71 void allocateStorage(const SkImageInfo& dstInfo);
DSkPngCodec.h106 void allocateStorage(const SkImageInfo& dstInfo);
DSkPngCodec.cpp433 void SkPngCodec::allocateStorage(const SkImageInfo& dstInfo) { in allocateStorage() function in SkPngCodec
1151 this->allocateStorage(dstInfo); in onGetPixels()
1163 this->allocateStorage(dstInfo); in onStartIncrementalDecode()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.h160 BufferStorage *allocateStorage(BufferUsage usage);
DBuffer11.cpp768 newStorage = allocateStorage(usage); in getBufferStorage()
788 Buffer11::BufferStorage *Buffer11::allocateStorage(BufferUsage usage) in allocateStorage() function in rx::Buffer11
821 cacheEntry->storage = allocateStorage(BUFFER_USAGE_UNIFORM); in getConstantBufferRangeStorage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.h181 BufferStorage *allocateStorage(BufferUsage usage);
DBuffer11.cpp811 newStorage = allocateStorage(usage); in getBufferStorage()
831 Buffer11::BufferStorage *Buffer11::allocateStorage(BufferUsage usage) in allocateStorage() function in rx::Buffer11
865 cacheEntry->storage = allocateStorage(BUFFER_USAGE_UNIFORM); in getConstantBufferRangeStorage()
929 cacheEntry->storage = allocateStorage(BUFFER_USAGE_STRUCTURED); in getStructuredBufferRangeSRV()