Home
last modified time | relevance | path

Searched refs:floatSize_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dshader_input_buffer.cpp29 if (IsValid() && (floatSize_ == floatSize)) { in Alloc()
36 floatSize_ = floatSize; in Alloc()
46 if (floatSize > floatSize_) { in Map()
55 return floatSize_; in FloatSize()
60 return floatSize_ * floatToByte_; in ByteSize()
69 floatSize_ = 0u; in Delete()
80 reinterpret_cast<void *>(buffer), floatSize_); in Update()
92 if (index >= floatSize_) { in Update()
103 return buffer_ && floatSize_; in IsValid()
/foundation/graphic/graphic_3d/3d_widget_adapter/include/custom/
H A Dshader_input_buffer.h40 uint32_t floatSize_ = 0; member

Completed in 1 milliseconds