HomeSort by relevance Sort by last modified time
    Searched full:pszversion (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 161 const char *pszName, *pszSeparator, *pszVersion;
167 pszVersion = (const char*)m_pShell->PVRShellGet(prefVersion);
169 len = strlen(pszName)+strlen(pszSeparator)+strlen(pszVersion)+1;
174 for(in = 0; (appName[out] = pszVersion[in]) != 0; ++in, ++out);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 77 LPWSTR pszVersion;
strmif.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTModelPOD.cpp 927 char *pszVersion = (char*)PVRTMODELPOD_VERSION;
929 if(!WriteData(pFile, ePODFileVersion, pszVersion, (unsigned int)strlen(pszVersion) + 1)) return false;
    [all...]

Completed in 801 milliseconds