Home
last modified time | relevance | path

Searched refs:RecordAllocation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_buffer_gles.cpp33 void RecordAllocation(const int64_t alignedByteSize) in RecordAllocation() function
129 RecordAllocation(static_cast<int64_t>(plat_.alignedByteSize));
152 RecordAllocation(-static_cast<int64_t>(plat_.alignedByteSize)); in ~GpuBufferGLES()
H A Dgpu_image_gles.cpp36 void RecordAllocation(const int64_t alignedByteSize) in RecordAllocation() function
223RecordAllocation(static_cast<int64_t>(plat_.bytesperpixel * desc_.width * desc_.height * desc_.dep… in GpuImageGLES()
280RecordAllocation(-static_cast<int64_t>(plat_.bytesperpixel * desc_.width * desc_.height * desc_.de… in ~GpuImageGLES()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp74 void RecordAllocation( in RecordAllocation() function
177 RecordAllocation(*gpuMemAllocator, desc_, -static_cast<int64_t>(plat_.fullByteSize)); in ~GpuBufferVk()
213 RecordAllocation(*gpuMemAllocator, desc_, plat_.fullByteSize); in CreateBufferImpl()
H A Dgpu_image_vk.cpp39 void RecordAllocation(const int64_t alignedByteSize) in RecordAllocation() function
211 RecordAllocation(static_cast<int64_t>(mem_.allocationInfo.size)); in GpuImageVk()
268 RecordAllocation(-static_cast<int64_t>(mem_.allocationInfo.size)); in ~GpuImageVk()