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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPFXParserAPI.cpp73 @Input pszFileName Effect file name
79 EPVRTError CPVRTPFXEffect::Load(CPVRTPFXParser &src, const char * const pszEffect, const char * const pszFileName, argument
128 if(LoadShadersForEffect(src, pszFileName, pReturnError) != PVR_SUCCESS)
194 @Input pszFileName
199 EPVRTError CPVRTPFXEffect::LoadShadersForEffect(CPVRTPFXParser &src, const char * const pszFileName, CPVRTString *pReturnError) argument
305 *pReturnError = CPVRTString("ERROR: Vertex Shader compile error in file '") + pszFileName + "':\n" + error;
315 *pReturnError = CPVRTString("ERROR: Vertex shader ") + ParserEffect.VertexShaderName.String() + " not found in " + pszFileName + ".\n";
352 *pReturnError = CPVRTString("ERROR: Fragment Shader compile error in file '") + pszFileName + "':\n" + error;
362 *pReturnError = CPVRTString("ERROR: Fragment shader ") + ParserEffect.FragmentShaderName.String() + " not found in " + pszFileName + ".\n";
411 *pReturnError = CPVRTString("ERROR: Linking shaders in file '") + pszFileName
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp582 char *pszFileName; local
595 pszFileName = (char*)malloc(nFileNameSize);
600 snprintf(pszFileName, nFileNameSize, "%s%s%04d.bmp", pszWritePath, fname, nScreenshotCount);
602 file = fopen(pszFileName,"r");
611 snprintf(pszFileName, nFileNameSize, "%s%s0000.bmp", pszWritePath, fname);
612 PVRShellOutputDebug("PVRShell: *WARNING* : Overwriting %s\n", pszFileName);
617 strcpy(ofname, pszFileName);
621 const int err = PVRShellWriteBMPFile(pszFileName, Width, Height, pLines, ui32PixelReplicate);
622 FREE(pszFileName);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTPFXParser.cpp825 @Input pszFileName PFX file name
831 EPVRTError CPVRTPFXParser::ParseFromFile(const char * const pszFileName, CPVRTString * const pReturnError) argument
833 CPVRTResourceFile PfxFile(pszFileName);
836 *pReturnError = CPVRTString("Unable to open file ") + pszFileName;
851 m_szFileName.assign(pszFileName);
H A DPVRTModelPOD.cpp391 bool Init(const char * const pszFileName);
409 @Input pszFileName Source file
413 bool CSourceStream::Init(const char * const pszFileName) argument
422 if(!pszFileName)
425 m_pFile = new CPVRTResourceFile(pszFileName);
1855 @Input pszFileName Filename to load
1870 const char * const pszFileName,
1878 if(!src.Init(pszFileName))
1869 ReadFromFile( const char * const pszFileName, char * const pszExpOpt, const size_t count, char * const pszHistory, const size_t historyCount) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 923 milliseconds