Home
last modified time | relevance | path

Searched refs:byteArray (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_resource_util_gles.cpp34 void CopyGpuBufferGLES(GpuBuffer& buffer, ByteArray& byteArray) in CopyGpuBufferGLES() argument
39 CloneData(byteArray.GetData().data(), byteArray.GetData().size_bytes(), (const uint8_t*)resData, desc.byteSize); in CopyGpuBufferGLES()
H A Dgpu_resource_util_gles.h31 void CopyGpuBufferGLES(GpuBuffer& buffer, BASE_NS::ByteArray& byteArray);
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_util.cpp37 BASE_NS::ByteArray& byteArray) in CopyGpuResource()
51 CopyGpuBufferVk(*resource, byteArray); in CopyGpuResource()
56 CopyGpuBufferGLES(*resource, byteArray); in CopyGpuResource()
36 CopyGpuResource(const IDevice& device, const GpuResourceManager& gpuResourceMgr, const RenderHandle handle, BASE_NS::ByteArray& byteArray) CopyGpuResource() argument
H A Dgpu_resource_util.h35 BASE_NS::ByteArray& byteArray);
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp35 void CopyGpuBufferVk(GpuBuffer& buffer, ByteArray& byteArray) in CopyGpuBufferVk() argument
40 CloneData(byteArray.GetData().data(), byteArray.GetData().size_bytes(), (const uint8_t*)resData, desc.byteSize); in CopyGpuBufferVk()
H A Dgpu_resource_util_vk.h35 void CopyGpuBufferVk(GpuBuffer& buffer, BASE_NS::ByteArray& byteArray);
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_gpu_resource_data_copy.cpp52 if (ref.gpuHandle && ref.byteArray) { in PostRenderBackend()
53 GpuResourceUtil::CopyGpuResource(device_, gpuResourceMgr_, ref.gpuHandle.GetHandle(), *ref.byteArray); in PostRenderBackend()
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dunified_record_impl.cpp61 CArrUI8 byteArray = {head, bytes.size()}; in VectorToByteArray() local
62 return byteArray; in VectorToByteArray()
88 cjvalue.byteArray = VectorToByteArray(*p); in ValueType2CJValueType()
119 for (int64_t i = 0; i < cjvalue.byteArray.size; i++) { in CJValueType2ValueType()
120 bytes.push_back(cjvalue.byteArray.head[i]); in CJValueType2ValueType()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_gpu_resource_data_copy.h52 BASE_NS::ByteArray* byteArray { nullptr };
/foundation/distributeddatamgr/udmf/interfaces/cj/include/
H A Dunified_record_impl.h32 CArrUI8 byteArray; member
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp75 CArrByte byteArray = { head, bytes.size() }; in VectorToByteArray() local
76 return byteArray; in VectorToByteArray()
102 v.byteArray = VectorToByteArray(std::vector<uint8_t>(real.begin(), real.end())); in KVValueToValueType()
171 for (int64_t i = 0; i < value.byteArray.size; i++) { in ValueTypeToKVValue()
172 bytes.push_back(value.byteArray.head[i]); in ValueTypeToKVValue()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp200 dataCopy.byteArray = copyDataRef.byteBuffer.get(); in ProcessFrameInputCopyData()
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h90 CArrByte byteArray; member

Completed in 8 milliseconds