Home
last modified time | relevance | path

Searched defs:firstSet (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp228 std::set<std::string> firstSet(fileList.begin(), fileList.end()); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1553const uint32_t firstSet, const BASE_NS::array_view<const BindDescriptorSetData> descriptorSetData) in BindDescriptorSets()
1633 void RenderCommandList::BindDescriptorSets(const uint32_t firstSet, const array_view<const RenderHa… in BindDescriptorSets()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp2143 const uint32_t firstSet = renderCmd.firstSet; in RenderCommand() local