/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_frag_layout_common.h | 29 layout(set = 0, binding = 0, std140) uniform uCameraMatrices 33 layout(set = 0, binding = 1, std140) uniform uGeneralStructData 37 layout(set = 0, binding = 2, std140) uniform uEnvironmentStructData 41 layout(set = 0, binding = 3, std140) uniform uFogStructData 45 layout(set = 0, binding = 4, std140) uniform uLightStructData 49 layout(set = 0, binding = 5, std140) uniform uPostProcessStructData 53 layout(set = 0, binding = 6, std430) buffer uLightClusterIndexData 57 layout(set = 0, binding = 7) uniform CORE_RELAXEDP sampler2D uSampColorPrePass; 58 layout(set = 0, binding = 8) uniform sampler2D uSampColorShadow; // VSM or other 59 layout(set [all...] |
H A D | 3d_post_process_layout_common.h | 34 layout(set = 0, binding = 2, std140) uniform uCameraMatrices 38 layout(set = 0, binding = 3, std140) uniform uGeneralStructData 42 layout(set = 0, binding = 4, std140) uniform uEnvironmentStructData 46 layout(set = 0, binding = 5, std140) uniform uFogStructData 50 layout(set = 0, binding = 6, std140) uniform uLightStructData 54 layout(set = 0, binding = 7, std140) uniform uPostProcessStructData 58 layout(set = 0, binding = 8, std430) buffer uLightClusterIndexData 62 layout(set = 0, binding = 9) uniform CORE_RELAXEDP sampler2D uSampColorPrePass; 63 layout(set = 0, binding = 10) uniform sampler2D uSampColorShadow; // VSM or other 64 layout(set [all...] |
H A D | 3d_dm_vert_layout_common.h | 29 layout(set = 0, binding = 0, std140) uniform uCameraMatrices 33 layout(set = 0, binding = 1, std140) uniform uGeneralStructData 37 layout(set = 0, binding = 2, std140) uniform uEnvironmentStructData 41 layout(set = 0, binding = 3, std140) uniform uFogStructData 45 layout(set = 0, binding = 4, std140) uniform uLightStructData 49 layout(set = 0, binding = 5, std140) uniform uPostProcessStructData 54 // set 1 for dynamic uniform buffers 56 layout(set = 1, binding = 0, std140) uniform uMeshStructData 60 layout(set = 1, binding = 1, std140) uniform uObjectSkinStructData 64 layout(set [all...] |
H A D | 3d_dm_deferred_shading_frag_layout_common.h | 29 // set 0 is coming from post process layout 31 // set 1 GBuffer 33 layout(input_attachment_index = 0, set = 1, binding = 0) uniform subpassInput uGBufferDepthBuffer; 34 layout(input_attachment_index = 0, set = 1, binding = 1) uniform subpassInput uGBufferVelocityNormal; 35 layout(input_attachment_index = 0, set = 1, binding = 2) uniform subpassInput uGBufferBaseColor; 36 layout(input_attachment_index = 0, set = 1, binding = 3) uniform subpassInput uGBufferMaterial; 38 layout(set = 1, binding = 0) uniform texture2D uGBufferDepthBuffer; 39 layout(set = 1, binding = 1) uniform texture2D uGBufferVelocityNormal; 40 layout(set = 1, binding = 2) uniform texture2D uGBufferBaseColor; 41 layout(set [all...] |
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_descriptor_cache.h | 20 #include <set> 35 void MatchFromFontDescriptor(FontDescSharedPtr desc, std::set<FontDescSharedPtr>& result); 52 bool HandleMapIntersection(std::set<FontDescSharedPtr>& finishRet, const std::string& name, 53 std::unordered_map<std::string, std::set<FontDescSharedPtr>>& map); 54 bool FilterBoldCache(int weight, std::set<FontDescSharedPtr>& finishRet); 55 bool FilterWidthCache(int width, std::set<FontDescSharedPtr>& finishRet); 56 bool FilterItalicCache(int italic, std::set<FontDescSharedPtr>& finishRet); 57 bool FilterMonoSpaceCache(bool monoSpace, std::set<FontDescSharedPtr>& finishRet); 58 bool FilterSymbolicCache(bool symbolic, std::set<FontDescSharedPtr>& finishRet); 73 std::set<FontDescSharedPt [all...] |
/applications/standard/contacts_data/ability/merge/include/ |
H A D | merger_contacts.h | 29 int ForceContactMerge(std::shared_ptr<OHOS::NativeRdb::RdbStore>, std::set<int>); 36 std::shared_ptr<OHOS::NativeRdb::RdbStore>, std::set<std::string>, std::set<int>, std::vector<std::set<int>> &); 37 std::vector<std::set<int>> SelectIdsByName(std::shared_ptr<OHOS::NativeRdb::RdbStore>, std::set<int>); 38 void UpdateCandidate(std::shared_ptr<OHOS::NativeRdb::RdbStore>, std::vector<int>, std::vector<std::set<int>> &); 39 int MergeCircle(std::shared_ptr<OHOS::NativeRdb::RdbStore>, std::vector<std::set<int>>); 40 std::vector<std::set<int>> QueryMergeContacts(std::shared_ptr<OHOS::NativeRdb::RdbStore>, int); 42 void UpdateRawContacts(std::shared_ptr<OHOS::NativeRdb::RdbStore>, int, std::set<in [all...] |
/applications/standard/app_samples/code/BasicFeature/Graphics/Graphics2d/PaintVerbatim/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 25 if not defined NODE_OPTS set NODE_OPTS="--" 34 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 36 echo Please set th [all...] |
/applications/standard/contacts_data/ability/common/utils/include/ |
H A D | merge_utils.h | 33 std::set<std::string> QueryRawContactByType( 35 std::set<std::string> QueryDataDetailInfo( 36 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<int> &rawIds, int typeId); 37 std::set<std::string> QueryDataExecute( 38 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<int> rawIds, int typeId); 40 int rawId, std::set<std::string> data, std::shared_ptr<OHOS::NativeRdb::RdbStore> store); 41 bool SetEqual(std::set<std::string> setLeft, std::set<std::string> setRight); 44 void GetRawIdsByRawId(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId, std::set<int> &rawIds);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_exception_mgr.h | 20 #include <set> 31 std::set<std::string> &exceptionPaths, std::set<std::string> &exceptionBundleNames, 32 std::set<std::string> &exceptionAppServicePaths, std::set<std::string> &exceptionAppServiceBundleNames); 49 std::set<std::string> exceptionPaths_; 50 std::set<std::string> exceptionBundleNames_; 51 std::set<std::string> exceptionAppServicePaths_; 52 std::set<std::string> exceptionAppServiceBundleNames_;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | shader_module_gles.cpp | 41 void Collect(const uint32_t set, const DescriptorSetLayoutBinding& binding, SetType& sets) in Collect() argument 43 const auto name = "s" + to_string(set) + "_b" + to_string(binding.binding); in Collect() 44 sets.push_back({ static_cast<uint8_t>(set), static_cast<uint8_t>(binding.binding), in Collect() 51 uint8_t set; in CollectRes() member 56 for (const auto& set : pipeline.descriptorSetLayouts) { in CollectRes() 57 if (set.set != PipelineLayoutConstants::INVALID_INDEX) { in CollectRes() 58 for (const auto& binding : set.bindings) { in CollectRes() 61 samplers.push_back({ static_cast<uint8_t>(set.set), static_cas in CollectRes() [all...] |
/applications/standard/app_samples/code/BasicFeature/Ads/OAIDSample/ |
H A D | hvigorw.bat | 12 set DIRNAME=%~dp0 13 if "%DIRNAME%" == "" set DIRNAME=. 14 set APP_BASE_NAME=%~n0 15 set APP_HOME=%DIRNAME% 18 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 20 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 21 set NODE_EXE=node.exe 33 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 35 echo Please set the NODE_HOME variable in your environment to match the 41 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UDMFDemo/ |
H A D | hvigorw.bat | 17 set DIRNAME=%~dp0 18 if "%DIRNAME%" == "" set DIRNAME=. 19 set APP_BASE_NAME=%~n0 20 set APP_HOME=%DIRNAME% 22 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 23 set NODE_EXE=node.exe 24 @rem set NODE_OPTS="--max-old-space-size=4096" 27 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 29 if not defined NODE_OPTS set NODE_OPTS="--" 33 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DataManagement/pasteboard/ |
H A D | hvigorw.bat | 17 set DIRNAME=%~dp0 18 if "%DIRNAME%" == "" set DIRNAME=. 19 set APP_BASE_NAME=%~n0 20 set APP_HOME=%DIRNAME% 22 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 23 set NODE_EXE=node.exe 24 @rem set NODE_OPTS="--max-old-space-size=4096" 27 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 29 if not defined NODE_OPTS set NODE_OPTS="--" 33 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Sensor/Capi/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Extension/Contexttest/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Ability/AbilityFeature/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Ability/AppStartup/ |
H A D | hvigorw.bat | 17 set DIRNAME=%~dp0 18 if "%DIRNAME%" == "" set DIRNAME=. 19 set APP_BASE_NAME=%~n0 20 set APP_HOME=%DIRNAME% 22 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 23 set NODE_EXE=node.exe 24 @rem set NODE_OPTS="--max-old-space-size=4096" 27 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 29 if not defined NODE_OPTS set NODE_OPTS="--" 33 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/BundleManager/BundleManagement/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/DynamicRouter/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UniformTypeDescriptor/UTDType/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Graphics/Graphics3d/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Media/AVSession/VideoPlayer/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |
/applications/standard/app_samples/code/BasicFeature/Media/Camera_js/ |
H A D | hvigorw.bat | 11 set DIRNAME=%~dp0 12 if "%DIRNAME%" == "" set DIRNAME=. 13 set APP_BASE_NAME=%~n0 14 set APP_HOME=%DIRNAME% 17 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi 19 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js 20 set NODE_EXE=node.exe 32 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH. 34 echo Please set the NODE_HOME variable in your environment to match the 40 set NODE_HOM [all...] |