Home
last modified time | relevance | path

Searched refs:compSource (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp144 for (auto compSource : loadedCompSource) { in ShowAllLoadedComps() local
146 auto it = DHTypeStrMap.find(compSource); in ShowAllLoadedComps()
151 auto iter = dhVersion.compVersions.find(compSource); in ShowAllLoadedComps()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp754 string compSource = plat_.module_->GetGLSL(specData); in Specialize() local
755 PLUGIN_ASSERT_MSG(!compSource.empty(), "Trying to specialize a program with no source"); in Specialize()
757 PostProcessSource(map, ret->plat_, plat, compSource); in Specialize()
759 ret->plat_.program = device_.CacheProgram(string_view(), string_view(), compSource); in Specialize()
H A Ddevice_gles.h183 …BASE_NS::string_view vertSource, BASE_NS::string_view fragSource, BASE_NS::string_view compSource);
H A Ddevice_gles.cpp1434 const string_view vertSource, const string_view fragSource, const string_view compSource) in CacheProgram() argument
1440 const auto& cEntry = CacheShader(DeviceGLES::COMPUTE_CACHE, compSource); in CacheProgram()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp889 for (auto compSource : compSource_) { in DumpLoadedComps() local
890 compSourceType.emplace(compSource.first); in DumpLoadedComps()