Home
last modified time | relevance | path

Searched refs:GetSupportedExtensions (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.h58 BASE_NS::array_view<const BASE_NS::string_view> GetSupportedExtensions() const override;
H A Dgltf2.cpp133 array_view<const string_view> Gltf2::GetSupportedExtensions() const in GetSupportedExtensions() function in Gltf2
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h289 virtual BASE_NS::array_view<const BASE_NS::string_view> GetSupportedExtensions() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h333 static napi_value GetSupportedExtensions(napi_env env, napi_callback_info info);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp723 for (const auto& extension : sceneLoader->GetSupportedExtensions()) { in GetSceneLoader()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp1515 …::DeclareNapiFunction("getSupportedExtensions", WebGLRenderingContextBase::GetSupportedExtensions), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base.cpp91 napi_value WebGLRenderingContextBase::GetSupportedExtensions(napi_env env, napi_callback_info info) in GetSupportedExtensions() function in OHOS::Rosen::WebGLRenderingContextBase