Searched defs:pszExpOpt (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTModelPOD.cpp913 @Input pszExpOpt Exporter options
919 const char * const pszExpOpt,
933 if(pszExpOpt && *pszExpOpt)
935 if(!WriteData(pFile, ePODFileExpOpt, pszExpOpt, (unsigned int)strlen(pszExpOpt) + 1)) return false;
1698 @Output pszExpOpt Export options.
1712 char * const pszExpOpt,
1719 bool bNeedOptions = pszExpOpt != 0;
1751 if(!src.Read(pszExpOpt, PVRT_MI
917 WritePOD( FILE * const pFile, const char * const pszExpOpt, const char * const pszHistory, const SPODScene &s) argument
1709 Read( SPODScene * const pS, CSource &src, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
1831 ReadFromSourceStream( CPVRTModelPOD * const pS, CSourceStream &src, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
1869 ReadFromFile( const char * const pszFileName, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
1899 ReadFromMemory( const char * pData, const size_t i32Size, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
[all...]

Completed in 59 milliseconds