Home
last modified time | relevance | path

Searched refs:stagingBuffer_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h176 RENDER_NS::RenderHandleReference stagingBuffer_; in CORE3D_BEGIN_NAMESPACE() local
H A Dmesh_builder.cpp989 gpuResourceManager.UnmapBuffer(stagingBuffer_); in Initialize()
991 stagingBuffer_ = {}; in Initialize()
1040 stagingBuffer_ = gpuResourceManager.Create(gpuBufferDesc); in Allocate()
1041 stagingPtr_ = static_cast<uint8_t*>(gpuResourceManager.MapBufferMemory(stagingBuffer_)); in Allocate()
1526 stagingBuffer_); in CreateGpuResources()
1621 …ntext_, vertexDataSize_, indexDataSize_, jointDataSize_, targetDataSize_, handles, stagingBuffer_); in CreateBuffers()