HomeSort by relevance Sort by last modified time
    Searched refs:pszFileName (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sfc.h 36 WINBOOL WINAPI SfpVerifyFile(LPCSTR pszFileName,LPSTR pszError,DWORD dwErrSize);
ftsiface.h 77 ERRORCODE WINAPI SaveIndex (HINDEX hinx,PSZ pszFileName);
83 WINBOOL WINAPI IsValidIndex(PSZ pszFileName,UINT dwOptions);
89 ERRORCODE WINAPI SaveGroup (HSEARCHER hsrch,PSZ pszFileName);
90 ERRORCODE WINAPI LoadGroup (HSEARCHER hsrch,PSZ pszFileName);
cardmod.h 255 LPSTR pszFileName,
263 LPSTR pszFileName,
272 LPSTR pszFileName,
281 LPSTR pszFileName,
296 LPSTR pszFileName,
iadmw.h 293 virtual HRESULT WINAPI Export(LPCWSTR pszPasswd,LPCWSTR pszFileName,LPCWSTR pszSourcePath,DWORD dwMDFlags) = 0;
294 virtual HRESULT WINAPI Import(LPCWSTR pszPasswd,LPCWSTR pszFileName,LPCWSTR pszSourcePath,LPCWSTR pszDestPath,DWORD dwMDFlags) = 0;
    [all...]
fci.h 204 WINBOOL DIAMONDAPI FCIAddFile(HFCI hfci,char *pszSourceFile,char *pszFileName,WINBOOL fExecute,PFNFCIGETNEXTCABINET pfnfcignc,PFNFCISTATUS pfnfcis,PFNFCIGETOPENINFO pfnfcigoi,TCOMP typeCompress);
amstream.idl 109 [in] LPCWSTR pszFileName,
alink.h 66 STDMETHOD (ImportFile) (LPCWSTR pszFilename, LPCWSTR pszTargetName, WINBOOL fSmartImport, mdToken *pImportToken, IMetaDataAssemblyImport **ppAssemblyScope, DWORD *pdwCountOfScopes) PURE;
67 STDMETHOD (SetAssemblyFile) (LPCWSTR pszFilename, IMetaDataEmit *pEmitter, AssemblyFlags afFlags, mdAssembly *pAssemblyID) PURE;
68 STDMETHOD (AddFile) (mdAssembly AssemblyID, LPCWSTR pszFilename, DWORD dwFlags, IMetaDataEmit *pEmitter, mdFile *pFileToken) PURE;
79 STDMETHOD (LinkResource) (mdAssembly AssemblyID, LPCWSTR pszFileName, LPCWSTR pszNewLocation, LPCWSTR pszResourceName, DWORD dwFlags) PURE;
90 STDMETHOD (ImportFile2) (LPCWSTR pszFilename, LPCWSTR pszTargetName, IMetaDataAssemblyImport *pAssemblyScopeIn, WINBOOL fSmartImport, mdToken *pImportToken, IMetaDataAssemblyImport **ppAssemblyScope, DWORD *pdwCountOfScopes) PURE;
107 STDMETHOD (ImportFile) (LPCWSTR pszFilename, LPCWSTR pszTargetName, WINBOOL fSmartImport, mdToken *pImportToken, IMetaDataAssemblyImport **ppAssemblyScope, DWORD *pdwCountOfScopes) PURE;
108 STDMETHOD (SetAssemblyFile) (LPCWSTR pszFilename, IMetaDataEmit *pEmitter, AssemblyFlags afFlags, mdAssembly *pAssemblyID) PURE;
109 STDMETHOD (AddFile) (mdAssembly AssemblyID, LPCWSTR pszFilename, DWORD dwFlags, IMetaDataEmit *pEmitter, mdFile *pFileToken) PURE;
120 STDMETHOD (LinkResource) (mdAssembly AssemblyID, LPCWSTR pszFileName, LPCWSTR pszNewLocation, LPCWSTR pszResourceName, DWORD dwFlags) PURE;
131 STDMETHOD (ImportFile2) (LPCWSTR pszFilename, LPCWSTR pszTargetName, IMetaDataAssemblyImport *pAssemblyScopeIn, WINBOOL fSmartImport, mdToken * (…)
    [all...]
userenv.h 190 USERENVAPI HRESULT WINAPI RsopFileAccessCheck (LPWSTR pszFileName, PRSOPTOKEN pRsopToken, DWORD dwDesiredAccessMask, LPDWORD pdwGrantedAccessMask, LPBOOL pbAccessStatus);
vdmdbg.h 283 typedef WINBOOL (WINAPI *TASKENUMPROCEX)(DWORD dwThreadId,WORD hMod16,WORD hTask16,PSZ pszModName,PSZ pszFileName,LPARAM lpUserDefined);
amstream.h 402 LPCWSTR pszFileName,
497 LPCWSTR pszFileName,
537 #define IAMMultiMediaStream_OpenFile(This,pszFileName,dwFlags) (This)->lpVtbl->OpenFile(This,pszFileName,dwFlags)
592 static FORCEINLINE HRESULT IAMMultiMediaStream_OpenFile(IAMMultiMediaStream* This,LPCWSTR pszFileName,DWORD dwFlags) {
593 return This->lpVtbl->OpenFile(This,pszFileName,dwFlags);
645 LPCWSTR pszFileName,
    [all...]
rtutils.h 149 VOID RouterAssert(PSTR pszFailedAssertion,PSTR pszFileName,DWORD dwLineNumber,PSTR pszMessage);
objidl.h     [all...]
mmsystem.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]
strmif.h     [all...]
sapi51.h     [all...]
winuser.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.h 103 @param[in] pszFileName Effect file name
109 EPVRTError Load(CPVRTPFXParser &src, const char * const pszEffect, const char * const pszFileName,
201 @param[in] pszFileName
205 EPVRTError LoadShadersForEffect(CPVRTPFXParser &src, const char * const pszFileName, CPVRTString *pReturnError);
PVRTPFXParserAPI.cpp 73 @Input pszFileName Effect file name
79 EPVRTError CPVRTPFXEffect::Load(CPVRTPFXParser &src, const char * const pszEffect, const char * const pszFileName,
128 if(LoadShadersForEffect(src, pszFileName, pReturnError) != PVR_SUCCESS)
194 @Input pszFileName
199 EPVRTError CPVRTPFXEffect::LoadShadersForEffect(CPVRTPFXParser &src, const char * const pszFileName, CPVRTString *pReturnError)
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 + "':\n\n
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 582 char *pszFileName;
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);
656 @param[in] pszFilename file to save screen t
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.h 318 @param[in] pszFileName PFX file name
324 EPVRTError ParseFromFile(const char * const pszFileName, CPVRTString * const pReturnError);
PVRTModelPOD.h 321 @param[in] pszFileName Filename to load
336 const char * const pszFileName,
668 @param[in] pszFilename Filename to save to
673 EPVRTError SavePOD(const char * const pszFilename, const char * const pszExpOpt = 0, const char * const pszHistory = 0);
    [all...]
PVRTPFXParser.cpp 825 @Input pszFileName PFX file name
831 EPVRTError CPVRTPFXParser::ParseFromFile(const char * const pszFileName, CPVRTString * const pReturnError)
833 CPVRTResourceFile PfxFile(pszFileName);
836 *pReturnError = CPVRTString("Unable to open file ") + pszFileName;
851 m_szFileName.assign(pszFileName);
    [all...]
PVRTModelPOD.cpp 391 bool Init(const char * const pszFileName);
409 @Input pszFileName Source file
413 bool CSourceStream::Init(const char * const pszFileName)
422 if(!pszFileName)
425 m_pFile = new CPVRTResourceFile(pszFileName);
    [all...]

Completed in 697 milliseconds

1 2