Home
last modified time | relevance | path

Searched refs:p_save_path (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/godot-tools/godot-3.2.3-stable/editor/import/
H A Dresource_importer_image.cpp77 Error ResourceImporterImage::import(const String &p_source_file, const String &p_save_path, const M… in import() argument
92 f = FileAccess::open(p_save_path + ".image", FileAccess::WRITE); in import()
93 …ERR_FAIL_COND_V_MSG(!f, ERR_CANT_CREATE, "Cannot create file in path '" + p_save_path + ".image'."… in import()
H A Dresource_importer_layered_texture.cpp194 Error ResourceImporterLayeredTexture::import(const String &p_source_file, const String &p_save_path in import() argument
280 …_save_tex(slices, p_save_path + ".bptc." + extension, compress_mode, Image::COMPRESS_BPTC, mipmaps… in import()
287 …_save_tex(slices, p_save_path + ".s3tc." + extension, compress_mode, Image::COMPRESS_S3TC, mipmaps… in import()
295 …_save_tex(slices, p_save_path + ".etc2." + extension, compress_mode, Image::COMPRESS_ETC2, mipmaps… in import()
301 …_save_tex(slices, p_save_path + ".etc." + extension, compress_mode, Image::COMPRESS_ETC, mipmaps, … in import()
308 …_save_tex(slices, p_save_path + ".pvrtc." + extension, compress_mode, Image::COMPRESS_PVRTC4, mipm… in import()
318 …_save_tex(slices, p_save_path + "." + extension, compress_mode, Image::COMPRESS_S3TC /*this is ign… in import()
H A Dresource_importer_bitmask.cpp81 Error ResourceImporterBitMap::import(const String &p_source_file, const String &p_save_path, const … in import() argument
114 return ResourceSaver::save(p_save_path + ".res", bitmap); in import()
H A Dresource_importer_texture.cpp378 Error ResourceImporterTexture::import(const String &p_source_file, const String &p_save_path, const… in import() argument
500 …_save_stex(image, p_save_path + ".s3tc.stex", compress_mode, lossy, can_bptc ? Image::COMPRESS_BPT… in import()
508 …_save_stex(image, p_save_path + ".etc2.stex", compress_mode, lossy, Image::COMPRESS_ETC2, mipmaps,… in import()
514 …_save_stex(image, p_save_path + ".etc.stex", compress_mode, lossy, Image::COMPRESS_ETC, mipmaps, t… in import()
521 …_save_stex(image, p_save_path + ".pvrtc.stex", compress_mode, lossy, Image::COMPRESS_PVRTC4, mipma… in import()
531 …_save_stex(image, p_save_path + ".stex", compress_mode, lossy, Image::COMPRESS_S3TC /*this is igno… in import()
H A Dresource_importer_csv.cpp75 Error ResourceImporterCSV::import(const String &p_source_file, const String &p_save_path, const Map… in import() argument
H A Deditor_import_plugin.cpp133 Error EditorImportPlugin::import(const String &p_source_file, const String &p_save_path, const Map<… in import() argument
144 …Error err = (Error)get_script_instance()->call("import", p_source_file, p_save_path, options, plat… in import()
H A Dresource_importer_csv.h52 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
H A Dresource_importer_csv_translation.h52 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
H A Dresource_importer_image.h53 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
H A Deditor_import_plugin.h55 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
H A Dresource_importer_bitmask.h54 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
/dports/devel/godot/godot-3.2.3-stable/editor/import/
H A Dresource_importer_image.cpp77 Error ResourceImporterImage::import(const String &p_source_file, const String &p_save_path, const M… in import() argument
92 f = FileAccess::open(p_save_path + ".image", FileAccess::WRITE); in import()
93 …ERR_FAIL_COND_V_MSG(!f, ERR_CANT_CREATE, "Cannot create file in path '" + p_save_path + ".image'."… in import()
H A Dresource_importer_layered_texture.cpp194 Error ResourceImporterLayeredTexture::import(const String &p_source_file, const String &p_save_path in import() argument
280 …_save_tex(slices, p_save_path + ".bptc." + extension, compress_mode, Image::COMPRESS_BPTC, mipmaps… in import()
287 …_save_tex(slices, p_save_path + ".s3tc." + extension, compress_mode, Image::COMPRESS_S3TC, mipmaps… in import()
295 …_save_tex(slices, p_save_path + ".etc2." + extension, compress_mode, Image::COMPRESS_ETC2, mipmaps… in import()
301 …_save_tex(slices, p_save_path + ".etc." + extension, compress_mode, Image::COMPRESS_ETC, mipmaps, … in import()
308 …_save_tex(slices, p_save_path + ".pvrtc." + extension, compress_mode, Image::COMPRESS_PVRTC4, mipm… in import()
318 …_save_tex(slices, p_save_path + "." + extension, compress_mode, Image::COMPRESS_S3TC /*this is ign… in import()
H A Dresource_importer_bitmask.cpp81 Error ResourceImporterBitMap::import(const String &p_source_file, const String &p_save_path, const … in import() argument
114 return ResourceSaver::save(p_save_path + ".res", bitmap); in import()
H A Dresource_importer_texture.cpp378 Error ResourceImporterTexture::import(const String &p_source_file, const String &p_save_path, const… in import() argument
500 …_save_stex(image, p_save_path + ".s3tc.stex", compress_mode, lossy, can_bptc ? Image::COMPRESS_BPT… in import()
508 …_save_stex(image, p_save_path + ".etc2.stex", compress_mode, lossy, Image::COMPRESS_ETC2, mipmaps,… in import()
514 …_save_stex(image, p_save_path + ".etc.stex", compress_mode, lossy, Image::COMPRESS_ETC, mipmaps, t… in import()
521 …_save_stex(image, p_save_path + ".pvrtc.stex", compress_mode, lossy, Image::COMPRESS_PVRTC4, mipma… in import()
531 …_save_stex(image, p_save_path + ".stex", compress_mode, lossy, Image::COMPRESS_S3TC /*this is igno… in import()
H A Dresource_importer_csv.cpp75 Error ResourceImporterCSV::import(const String &p_source_file, const String &p_save_path, const Map… in import() argument
H A Deditor_import_plugin.cpp133 Error EditorImportPlugin::import(const String &p_source_file, const String &p_save_path, const Map<… in import() argument
144 …Error err = (Error)get_script_instance()->call("import", p_source_file, p_save_path, options, plat… in import()
H A Dresource_importer_csv.h52 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
H A Dresource_importer_csv_translation.h52 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
H A Dresource_importer_image.h53 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
H A Deditor_import_plugin.h55 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
/dports/devel/godot-tools/godot-3.2.3-stable/modules/stb_vorbis/
H A Dresource_importer_ogg_vorbis.cpp79 Error ResourceImporterOGGVorbis::import(const String &p_source_file, const String &p_save_path, con… in import() argument
106 return ResourceSaver::save(p_save_path + ".oggstr", ogg_stream); in import()
H A Dresource_importer_ogg_vorbis.h53 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…
/dports/devel/godot/godot-3.2.3-stable/modules/stb_vorbis/
H A Dresource_importer_ogg_vorbis.cpp79 Error ResourceImporterOGGVorbis::import(const String &p_source_file, const String &p_save_path, con… in import() argument
106 return ResourceSaver::save(p_save_path + ".oggstr", ogg_stream); in import()
H A Dresource_importer_ogg_vorbis.h53 …virtual Error import(const String &p_source_file, const String &p_save_path, const Map<StringName,…

12