HomeSort by relevance Sort by last modified time
    Searched refs:pFileInfo (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTResourceFile.cpp 268 SFileInfo* pFileInfo = new SFileInfo[s_i32Capacity + 10];
269 memcpy(pFileInfo, s_pFileInfo, sizeof(SFileInfo) * s_i32Capacity);
271 s_pFileInfo = pFileInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qmgr.h 126 virtual HRESULT WINAPI GetFile(ULONG cFileIndex,FILESETINFO *pFileInfo) = 0;
141 HRESULT (WINAPI *GetFile)(IBackgroundCopyJob1 *This,ULONG cFileIndex,FILESETINFO *pFileInfo);
158 #define IBackgroundCopyJob1_GetFile(This,cFileIndex,pFileInfo) (This)->lpVtbl->GetFile(This,cFileIndex,pFileInfo)
172 HRESULT WINAPI IBackgroundCopyJob1_GetFile_Proxy(IBackgroundCopyJob1 *This,ULONG cFileIndex,FILESETINFO *pFileInfo);
    [all...]

Completed in 896 milliseconds