Searched refs:compSource (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/ |
H A D | hidump_helper.cpp | 144 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 D | gpu_program_gles.cpp | 754 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 D | device_gles.h | 183 …BASE_NS::string_view vertSource, BASE_NS::string_view fragSource, BASE_NS::string_view compSource);
|
H A D | device_gles.cpp | 1434 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 D | component_manager.cpp | 889 for (auto compSource : compSource_) { in DumpLoadedComps() local 890 compSourceType.emplace(compSource.first); in DumpLoadedComps()
|