Searched refs:byteArray (Results 1 - 13 of 13) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_resource_util_gles.cpp | 34 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 D | gpu_resource_util_gles.h | 31 void CopyGpuBufferGLES(GpuBuffer& buffer, BASE_NS::ByteArray& byteArray);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_util.cpp | 37 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 D | gpu_resource_util.h | 35 BASE_NS::ByteArray& byteArray);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_resource_util_vk.cpp | 35 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 D | gpu_resource_util_vk.h | 35 void CopyGpuBufferVk(GpuBuffer& buffer, BASE_NS::ByteArray& byteArray);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_gpu_resource_data_copy.cpp | 52 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 D | unified_record_impl.cpp | 61 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 D | intf_render_data_store_default_gpu_resource_data_copy.h | 52 BASE_NS::ByteArray* byteArray { nullptr };
|
/foundation/distributeddatamgr/udmf/interfaces/cj/include/ |
H A D | unified_record_impl.h | 32 CArrUI8 byteArray; member
|
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/ |
H A D | distributed_kv_store_impl.cpp | 75 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 D | render_frame_util.cpp | 200 dataCopy.byteArray = copyDataRef.byteBuffer.get(); in ProcessFrameInputCopyData()
|
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/ |
H A D | distributed_kv_store_impl.h | 90 CArrByte byteArray; member
|
Completed in 8 milliseconds