Searched refs:GetSupportedExtensions (Results 1 – 7 of 7) sorted by relevance
58 BASE_NS::array_view<const BASE_NS::string_view> GetSupportedExtensions() const override;
133 array_view<const string_view> Gltf2::GetSupportedExtensions() const in GetSupportedExtensions() function in Gltf2
289 virtual BASE_NS::array_view<const BASE_NS::string_view> GetSupportedExtensions() const = 0;
333 static napi_value GetSupportedExtensions(napi_env env, napi_callback_info info);
723 for (const auto& extension : sceneLoader->GetSupportedExtensions()) { in GetSceneLoader()
1515 …::DeclareNapiFunction("getSupportedExtensions", WebGLRenderingContextBase::GetSupportedExtensions), in GetRenderingContextBasePropertyDesc()
91 napi_value WebGLRenderingContextBase::GetSupportedExtensions(napi_env env, napi_callback_info info) in GetSupportedExtensions() function in OHOS::Rosen::WebGLRenderingContextBase