Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h92 struct TypedCount { struct
100 BASE_NS::vector<TypedCount> counts;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_util.cpp251 …dc.counts.push_back(DescriptorCounts::TypedCount { bindingRef.descriptorType, bindingRef.descripto… in GetDescriptorCounts()
261 …dc.counts.push_back(DescriptorCounts::TypedCount { bindingRef.descriptorType, bindingRef.descripto… in GetDescriptorCounts()
H A Drender_node_parser_util.cpp338 inline void FromJson(const json::value& jsonData, JsonContext<DescriptorCounts::TypedCount>& contex… in FromJson()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_deferred_shading.cpp444 …dc.counts.push_back(DescriptorCounts::TypedCount { bindingRef.descriptorType, bindingRef.descripto… in CreateDescriptorSets()