Home
last modified time | relevance | path

Searched refs:multiview (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1643 … static constexpr const std::string_view multiview = "GL_EXT_multiview"; in runAllCompilationStages() local
1644 … for (auto pos = shaderSource.find(multiview); pos != std::string::npos; in runAllCompilationStages()
1645 … pos = shaderSource.find(multiview, pos + multiview.size())) { in runAllCompilationStages()
1647 (shaderSource.find("enabled", pos + multiview.size()) != in runAllCompilationStages()
1689 … static constexpr const std::string_view multiview = "GL_EXT_multiview"; in runAllCompilationStages() local
1690 … for (auto pos = shaderSource.find(multiview); pos != std::string::npos; in runAllCompilationStages()
1691 … pos = shaderSource.find(multiview, pos + multiview.size())) { in runAllCompilationStages()
1693 (shaderSource.find("enabled", pos + multiview.size()) != in runAllCompilationStages()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/shaders/shader/
H A Dcore3d_dm_fullscreen_triangle_env_mv.vert6 // NOTE: multiview extension is enabled
H A Dcore3d_dm_fw_mv.vert6 // NOTE: multiview extension is enabled