Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ui_lite/frameworks/render/
Drender_scanline.cpp54 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen) in RenderScanlinesAntiAlias()
89 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendScanLine()
132 FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendSourceAtop()
225 FillBase& alloc, SpanBase& spanGen1) in BlendSourceIn()
249 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOut()
334 FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutWhile()
354 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutDrawResetRaster()
381 FillBase &alloc, in BlendSourceOver()
391 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendXOR()
498 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendXORDrawResetRaster()
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
Dallocator.h27 void *(*alloc)(size_t size); member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
Dstring.h70 explicit basic_string(allocator& alloc) noexcept : allocator_(alloc) in basic_string()
79 basic_string(const basic_string& str, allocator& alloc) : allocator_(alloc) in basic_string()
110 …basic_string(const_pointer const str, allocator& alloc) : basic_string(str, constexpr_strlen(str),… in basic_string()
114 basic_string(const_pointer const str, size_type count, allocator& alloc) : allocator_(alloc) in basic_string()
121 basic_string(size_type count, const value_type a, allocator& alloc) : allocator_(alloc) in basic_string()
133 explicit basic_string(const StringT& a, allocator& alloc) : allocator_(alloc) in basic_string()
148 basic_string(const StringT& a, size_type pos, size_type n, allocator& alloc) in basic_string()
931 inline pointer alloc(size_type size) in alloc() function
Dvector.h152 void setAllocator(allocator& alloc) in setAllocator()
179 explicit vector(allocator& alloc) noexcept : allocator_(alloc) {} in vector()
202 vector(const vector& other, allocator& alloc) : allocator_(alloc) in vector()
Dunordered_map.h577 auto alloc = buckets_.getAllocator(); in allocate() local
588 auto alloc = buckets_.getAllocator(); in release() local
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/
Davmuxer_inner_mock.cpp61 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSample() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_texture_info.cpp38 GrVkAlloc alloc; in ConvertToGrBackendVKTexture() local
/foundation/resourceschedule/ffrt/src/sched/
Dtask_scheduler.h118 static void RegistCb(const AllocCB &alloc, const RecycleCB &recycle) in RegistCb()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
Dmock_jpeg_hw_decode_flow.cpp45 AllocInfo alloc = { in AllocOutputBuffer() local
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
DInnerAVMuxerFuzzTest.cpp208 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
319 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
DInnerAVMuxerFunctionTest.cpp151 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSample() local
197 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleShort() local
347 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleByFdMem() local
494 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSingleTrackSampleMem() local
548 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackCover() local
DInnerAVMuxerStablityTest.cpp172 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSample() local
290 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_ONLY); in WriteTrackSampleByFdMem() local
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
Davmuxer_demo_base.cpp343 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in ReadSampleDataInfo() local
525 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteCoverSample() local
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
Daudio_server_sink_plugin_test.cpp375 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
400 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
Dbt_vendor_lib.h145 malloc_callback alloc; member
/foundation/filemanagement/user_file_service/interfaces/kits/js/src/common/
Dfile_info_shared_memory.h174 auto alloc = CalculateMemSize(memSize, memInfo); in ExpandSharedMemory() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dgpu_resource_manager.cpp1177 …auto invalidateStagingCopy = [](const OperationDescription& alloc, vector<StagingCopyStruct>& vecR… in RemoveStagingOperations()