Searched refs:resourceList (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.h | 48 BASE_NS::array_view<Binder> resourceList; member 79 BASE_NS::vector<Binder> resourceList; member in final 88 BASE_NS::array_view<Binder> resourceList; member 110 BASE_NS::vector<Binder> resourceList; member in final
|
H A D | gpu_program_gles.cpp | 683 BuildBindInfos(ret->resourceList, pipelineLayout, map, combSets); 684 ret->plat_.resourceList = ret->resourceList; 772 BuildBindInfos(ret->resourceList, pipelineLayout, map, plat.combSets); in Specialize() 773 ret->plat_.resourceList = ret->resourceList; in Specialize()
|
H A D | render_backend_gles.cpp | 2459 const array_view<Binder>* resourceList = nullptr; in BindResources() local 2498 resourceList = &sd.resourceList; in BindResources() 2519 resourceList = &sd.resourceList; in BindResources() 2531 for (const auto& r : *resourceList) { in BindResources()
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.h | 58 static std::vector<std::string> GetResourceFallback(const std::vector<std::string>& resourceList); 59 static std::vector<std::string> GetStyleResourceFallback(const std::vector<std::string>& resourceList); 60 static std::vector<std::string> GetDeclarativeResourceFallback(const std::set<std::string>& resourceList);
|
H A D | ace_res_config.cpp | 702 std::vector<std::string> AceResConfig::GetResourceFallback(const std::vector<std::string>& resourceList) in GetResourceFallback() argument 707 AceResConfig::MatchAndSortResConfigs(resourceList, deviceConfigTag, fileList); in GetResourceFallback() 711 std::vector<std::string> AceResConfig::GetStyleResourceFallback(const std::vector<std::string>& resourceList) in GetStyleResourceFallback() argument 715 AceResConfig::MatchAndSortStyleResConfigs(resourceList, deviceConfigTag, fileList); in GetStyleResourceFallback()
|
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | bg_efficiency_resources_mgr.cpp | 205 auto &resourceList = iter->second->resourceUnitList_;
in RecoverDelayedTask() local 207 for (auto resourceIter = resourceList.begin(); resourceIter != resourceList.end(); resourceIter++) {
in RecoverDelayedTask()
|
Completed in 14 milliseconds