Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp45 constexpr uint32_t SIZE_OF_VEC2 { sizeof(Math::Vec2) }; variable
118 offset = GetAlignment(offset + SIZE_OF_VEC2, ALIGNMENT_OF_VEC2); in AppendValues()
124 offset = GetAlignment(offset + SIZE_OF_VEC2, ALIGNMENT_OF_VEC2); in AppendValues()
130 offset = GetAlignment(offset + SIZE_OF_VEC2, ALIGNMENT_OF_VEC2); in AppendValues()