Searched refs:customProps (Results 1 – 3 of 3) sorted by relevance
54 …if (const auto customProps = ref.find(CUSTOM_PROPERTIES); customProps && customProps->is_array()) { in UpdateCustomPropertyMetadata() local56 for (const auto& propRef : customProps->array_) { in UpdateCustomPropertyMetadata()110 auto customProps = ref.find(BINDING_PROPERTIES); in UpdateBindingPropertyMetadata() local111 if (!customProps) { in UpdateBindingPropertyMetadata()112 customProps = ref.find(CUSTOM_BINDING_PROPERTIES); in UpdateBindingPropertyMetadata()114 if (customProps && customProps->is_array()) { in UpdateBindingPropertyMetadata()115 setAndBindings.reserve(customProps->array_.size()); in UpdateBindingPropertyMetadata()117 for (const auto& propRef : customProps->array_) { in UpdateBindingPropertyMetadata()
493 } else if (const auto customProps = ref.find(CUSTOM_PROPERTIES); in GetShaderProperties() local494 customProps && customProps->is_array()) { in GetShaderProperties()496 for (const auto& propRef : customProps->array_) { in GetShaderProperties()
79 …if (const auto customProps = ref.find(CUSTOM_PROPERTIES); customProps && customProps->is_array()) { in UpdateCustomPropertyMetadata() local81 for (const auto& propRef : customProps->array_) { in UpdateCustomPropertyMetadata()