Home
last modified time | relevance | path

Searched defs:byteArray (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Dgpu_resource_util_gles.cpp34 void CopyGpuBufferGLES(GpuBuffer& buffer, ByteArray& byteArray) in CopyGpuBufferGLES()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dgpu_resource_util.cpp37 BASE_NS::ByteArray& byteArray) in CopyGpuResource()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dgpu_resource_util_vk.cpp35 void CopyGpuBufferVk(GpuBuffer& buffer, ByteArray& byteArray) in CopyGpuBufferVk()
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
Ddistributed_kv_store_impl.h75 CArrByte byteArray; member
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
Ddistributed_kv_store_impl.cpp72 CArrByte byteArray = { head, bytes.size() }; in VectorToByteArray() local