Home
last modified time | relevance | path

Searched defs:strFilename (Results 1 – 25 of 125) sorted by relevance

12345

/dports/games/el/Eternal-Lands-1.9.5.9-1/io/
H A Dcal3d_io_wrapper.cpp203 const char *strFilename) in CalLoader_ELLoadCoreAnimation()
219 extern "C" CalCoreMaterial *CalLoader_ELLoadCoreMaterial(CalLoader *self, const char *strFilename) in CalLoader_ELLoadCoreMaterial()
235 extern "C" CalCoreMesh *CalLoader_ELLoadCoreMesh(CalLoader *self, const char *strFilename) in CalLoader_ELLoadCoreMesh()
251 extern "C" CalCoreSkeleton *CalLoader_ELLoadCoreSkeleton(CalLoader *self, const char *strFilename) in CalLoader_ELLoadCoreSkeleton()
260 extern "C" int CalCoreModel_ELLoadCoreAnimation(CalCoreModel *self, const char *strFilename, float … in CalCoreModel_ELLoadCoreAnimation()
274 extern "C" int CalCoreModel_ELLoadCoreMaterial(CalCoreModel *self, const char *strFilename) in CalCoreModel_ELLoadCoreMaterial()
294 extern "C" int CalCoreModel_ELLoadCoreMesh(CalCoreModel *self, const char *strFilename) in CalCoreModel_ELLoadCoreMesh()
314 extern "C" CalBoolean CalCoreModel_ELLoadCoreSkeleton(CalCoreModel *self, const char *strFilename) in CalCoreModel_ELLoadCoreSkeleton()
/dports/graphics/cal3d/cal3d-20060720/src/cal3d/
H A Dcoremodel.cpp394 int CalCoreModel::loadCoreAnimation(const std::string& strFilename) in loadCoreAnimation()
430 int CalCoreModel::loadCoreAnimation(const std::string& strFilename, const std::string& strAnimation… in loadCoreAnimation()
525 int CalCoreModel::loadCoreMaterial(const std::string& strFilename) in loadCoreMaterial()
560 int CalCoreModel::loadCoreMaterial(const std::string& strFilename, const std::string& strMaterialNa… in loadCoreMaterial()
654 int CalCoreModel::loadCoreMesh(const std::string& strFilename) in loadCoreMesh()
689 int CalCoreModel::loadCoreMesh(const std::string& strFilename, const std::string& strMeshName) in loadCoreMesh()
786 bool CalCoreModel::loadCoreSkeleton(const std::string& strFilename) in loadCoreSkeleton()
806 bool CalCoreModel::saveCoreAnimation(const std::string& strFilename, int coreAnimationId) in saveCoreAnimation()
837 bool CalCoreModel::saveCoreMaterial(const std::string& strFilename, int coreMaterialId) in saveCoreMaterial()
863 bool CalCoreModel::saveCoreMesh(const std::string& strFilename, int coreMeshId) in saveCoreMesh()
[all …]
H A Dsaver.cpp54 bool CalSaver::saveCoreAnimation(const std::string& strFilename, CalCoreAnimation *pCoreAnimation, … in saveCoreAnimation()
146 bool CalSaver::saveCoreBones(std::ofstream& file, const std::string& strFilename, CalCoreBone *pCor… in saveCoreBones()
234 bool CalSaver::saveCoreKeyframe(std::ofstream& file, const std::string& strFilename, CalCoreKeyfram… in saveCoreKeyframe()
336 bool CalSaver::saveCoreMaterial(const std::string& strFilename, CalCoreMaterial *pCoreMaterial) in saveCoreMaterial()
434 bool CalSaver::saveCoreMesh(const std::string& strFilename, CalCoreMesh *pCoreMesh) in saveCoreMesh()
506 bool CalSaver::saveCoreSkeleton(const std::string& strFilename, CalCoreSkeleton *pCoreSkeleton) in saveCoreSkeleton()
573 bool CalSaver::saveCoreSubmesh(std::ofstream& file, const std::string& strFilename, CalCoreSubmesh … in saveCoreSubmesh()
857 bool CalSaver::saveXmlCoreSkeleton(const std::string& strFilename, CalCoreSkeleton *pCoreSkeleton) in saveXmlCoreSkeleton()
992 bool CalSaver::saveXmlCoreAnimation(const std::string& strFilename, CalCoreAnimation *pCoreAnimatio… in saveXmlCoreAnimation()
1089 bool CalSaver::saveXmlCoreMesh(const std::string& strFilename, CalCoreMesh *pCoreMesh) in saveXmlCoreMesh()
[all …]
H A Dloader.cpp70 CalCoreAnimationPtr CalLoader::loadCoreAnimation(const std::string& strFilename, CalCoreSkeleton *s… in loadCoreAnimation()
109 CalCoreMaterialPtr CalLoader::loadCoreMaterial(const std::string& strFilename) in loadCoreMaterial()
152 CalCoreMeshPtr CalLoader::loadCoreMesh(const std::string& strFilename) in loadCoreMesh()
196 CalCoreSkeletonPtr CalLoader::loadCoreSkeleton(const std::string& strFilename) in loadCoreSkeleton()
1425 CalCoreSkeletonPtr CalLoader::loadXmlCoreSkeleton(const std::string& strFilename) in loadXmlCoreSkeleton()
1727 CalCoreAnimationPtr CalLoader::loadXmlCoreAnimation(const std::string& strFilename, CalCoreSkeleton… in loadXmlCoreAnimation()
1974 CalCoreMeshPtr CalLoader::loadXmlCoreMesh(const std::string& strFilename) in loadXmlCoreMesh()
2429 CalCoreMaterialPtr CalLoader::loadXmlCoreMaterial(const std::string& strFilename) in loadXmlCoreMaterial()
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp594 unsigned char * Path_ReadBinaryFile( const std::string &strFilename, int *pSize ) in Path_ReadBinaryFile()
631 uint32_t Path_ReadBinaryFile( const std::string &strFilename, unsigned char *pBuffer, uint32_t unS… in Path_ReadBinaryFile()
671 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
694 std::string Path_ReadTextFile( const std::string &strFilename ) in Path_ReadTextFile()
720 bool Path_MakeWritable( const std::string &strFilename ) in Path_MakeWritable()
742 bool Path_WriteStringToTextFile( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFile()
767 bool Path_WriteStringToTextFileAtomic( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFileAtomic()
893 bool Path_UnlinkFile( const std::string &strFilename ) in Path_UnlinkFile()
/dports/www/firefox/firefox-99.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp594 unsigned char * Path_ReadBinaryFile( const std::string &strFilename, int *pSize ) in Path_ReadBinaryFile()
631 uint32_t Path_ReadBinaryFile( const std::string &strFilename, unsigned char *pBuffer, uint32_t unS… in Path_ReadBinaryFile()
671 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
694 std::string Path_ReadTextFile( const std::string &strFilename ) in Path_ReadTextFile()
720 bool Path_MakeWritable( const std::string &strFilename ) in Path_MakeWritable()
742 bool Path_WriteStringToTextFile( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFile()
767 bool Path_WriteStringToTextFileAtomic( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFileAtomic()
893 bool Path_UnlinkFile( const std::string &strFilename ) in Path_UnlinkFile()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp594 unsigned char * Path_ReadBinaryFile( const std::string &strFilename, int *pSize ) in Path_ReadBinaryFile()
631 uint32_t Path_ReadBinaryFile( const std::string &strFilename, unsigned char *pBuffer, uint32_t unS… in Path_ReadBinaryFile()
671 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
694 std::string Path_ReadTextFile( const std::string &strFilename ) in Path_ReadTextFile()
720 bool Path_MakeWritable( const std::string &strFilename ) in Path_MakeWritable()
742 bool Path_WriteStringToTextFile( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFile()
767 bool Path_WriteStringToTextFileAtomic( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFileAtomic()
893 bool Path_UnlinkFile( const std::string &strFilename ) in Path_UnlinkFile()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/service/openvr/src/
H A Dpathtools_public.cpp594 unsigned char * Path_ReadBinaryFile( const std::string &strFilename, int *pSize ) in Path_ReadBinaryFile()
631 uint32_t Path_ReadBinaryFile( const std::string &strFilename, unsigned char *pBuffer, uint32_t unS… in Path_ReadBinaryFile()
671 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
694 std::string Path_ReadTextFile( const std::string &strFilename ) in Path_ReadTextFile()
720 bool Path_MakeWritable( const std::string &strFilename ) in Path_MakeWritable()
742 bool Path_WriteStringToTextFile( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFile()
767 bool Path_WriteStringToTextFileAtomic( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFileAtomic()
893 bool Path_UnlinkFile( const std::string &strFilename ) in Path_UnlinkFile()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openvr/src/src/vrcommon/
H A Dpathtools_public.cpp594 unsigned char * Path_ReadBinaryFile( const std::string &strFilename, int *pSize ) in Path_ReadBinaryFile()
631 uint32_t Path_ReadBinaryFile( const std::string &strFilename, unsigned char *pBuffer, uint32_t unS… in Path_ReadBinaryFile()
671 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
694 std::string Path_ReadTextFile( const std::string &strFilename ) in Path_ReadTextFile()
720 bool Path_MakeWritable( const std::string &strFilename ) in Path_MakeWritable()
742 bool Path_WriteStringToTextFile( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFile()
767 bool Path_WriteStringToTextFileAtomic( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFileAtomic()
891 bool Path_UnlinkFile( const std::string &strFilename ) in Path_UnlinkFile()
/dports/multimedia/assimp/assimp-5.1.3/test/unit/
H A DTestIOStream.h53 TestDefaultIOStream( FILE* pFile, const std::string &strFilename ) in TestDefaultIOStream()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dpathtools.cpp544 unsigned char *Path_ReadBinaryFile(const std::string &strFilename, int *pSize) in Path_ReadBinaryFile()
581 uint32_t Path_ReadBinaryFile(const std::string &strFilename, unsigned char *pBuffer, uint32_t unSiz… in Path_ReadBinaryFile()
621 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
645 std::string Path_ReadTextFile(const std::string &strFilename) in Path_ReadTextFile()
670 bool Path_WriteStringToTextFile(const std::string &strFilename, const char *pchData) in Path_WriteStringToTextFile()
695 bool Path_WriteStringToTextFileAtomic(const std::string &strFilename, const char *pchData) in Path_WriteStringToTextFileAtomic()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/openvr/src/
H A Dpathtools_public.cpp561 unsigned char * Path_ReadBinaryFile( const std::string &strFilename, int *pSize ) in Path_ReadBinaryFile()
598 uint32_t Path_ReadBinaryFile( const std::string &strFilename, unsigned char *pBuffer, uint32_t unS… in Path_ReadBinaryFile()
638 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
661 std::string Path_ReadTextFile( const std::string &strFilename ) in Path_ReadTextFile()
687 bool Path_WriteStringToTextFile( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFile()
712 bool Path_WriteStringToTextFileAtomic( const std::string &strFilename, const char *pchData ) in Path_WriteStringToTextFileAtomic()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/openvr/samples/shared/
H A Dpathtools.cpp544 unsigned char *Path_ReadBinaryFile(const std::string &strFilename, int *pSize) in Path_ReadBinaryFile()
581 uint32_t Path_ReadBinaryFile(const std::string &strFilename, unsigned char *pBuffer, uint32_t unSiz… in Path_ReadBinaryFile()
621 bool Path_WriteBinaryFile(const std::string &strFilename, unsigned char *pData, unsigned nSize) in Path_WriteBinaryFile()
645 std::string Path_ReadTextFile(const std::string &strFilename) in Path_ReadTextFile()
670 bool Path_WriteStringToTextFile(const std::string &strFilename, const char *pchData) in Path_WriteStringToTextFile()
695 bool Path_WriteStringToTextFileAtomic(const std::string &strFilename, const char *pchData) in Path_WriteStringToTextFileAtomic()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DModel.cpp61 std::string strFilename(core->adjustFilenameCase(_strFilename)); in load() local
203 std::string strFilename; in load() local
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DDefaultIOStream.h121 const std::string &strFilename) : in DefaultIOStream()
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A DDefaultIOStream.h129 DefaultIOStream::DefaultIOStream (FILE* pFile, const std::string &strFilename) in DefaultIOStream()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DDefaultIOStream.h130 const std::string &strFilename) : in DefaultIOStream()
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A DDefaultIOStream.h128 AI_FORCE_INLINE DefaultIOStream::DefaultIOStream (FILE* pFile, const std::string &strFilename) : in DefaultIOStream()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DDefaultIOStream.h130 const std::string &strFilename) : in DefaultIOStream()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DDefaultIOStream.h129 DefaultIOStream::DefaultIOStream (FILE* pFile, const std::string &strFilename) in DefaultIOStream()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DDefaultIOStream.h129 DefaultIOStream::DefaultIOStream (FILE* pFile, const std::string &strFilename) in DefaultIOStream()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/include/assimp/
H A DDefaultIOStream.h129 const std::string &strFilename) : in DefaultIOStream()
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/api/linux/
H A DJoystickLinux.cpp32 CJoystickLinux::CJoystickLinux(int fd, const std::string& strFilename) in CJoystickLinux()
/dports/games/pouetchess/pouetChess_0.11/src/
H A DglobalInfos.cpp154 std::string strFilename("/usr/local/etc/pouetChess.conf"); in loadGameConfiguration() local
/dports/graphics/cal3d/cal3d-20060720/src/
H A Dcal3d_converter.cpp21 int GetFileType(std::string strFilename) in GetFileType()

12345