Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp255 customPropertyData_.properties = in InitCustomProperties()
262 if (customPropertyData_.properties && bindingPropertyData_.properties) { in InitCustomProperties()
263 UpdateCustomPropertyMetadata(*metaJson, customPropertyData_); in InitCustomProperties()
264 customPropertyData_.handle = customPropertyData_.properties.get(); in InitCustomProperties()
594 return customPropertyData_.handle; in GetProperties()
638 cpbv.set = customPropertyData_.set; in GetPropertyBindingView()
639 cpbv.binding = customPropertyData_.binding; in GetPropertyBindingView()
641 …(customPropertyData_.properties) ? customPropertyData_.properties->GetData() : array_view<const ui… in GetPropertyBindingView()
647 …return (customPropertyData_.properties) ? static_cast<uint32_t>(customPropertyData_.properties->Ge… in GetPropertyBindingByteSize()
H A Dshader_pipeline_binder.h164 CustomPropertyData customPropertyData_; variable