Home
last modified time | relevance | path

Searched refs:pPlatformInfo (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmInfo.h86 GMM_PLATFORM_INFO_CLASS* pPlatformInfo; variable
190 return (const_cast<GMM_PLATFORM_INFO&>(pPlatformInfo->GetData())); in GetPlatformInfo()
226 return (pPlatformInfo); in GetPlatformInfoObj()
520 return (Override.pPlatformInfo); in GetOverridePlatformInfoObj()
529 return (const_cast<GMM_PLATFORM_INFO&>(Override.pPlatformInfo->GetData())); in GetOverridePlatformInfo()
537 Override.pPlatformInfo = pPlatformInfoObj; in SetOverridePlatformInfoObj()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/GlobalInfo/
H A DGmmInfo.cpp805 pPlatformInfo(), in Context()
860 this->pPlatformInfo = CreatePlatformInfo(Platform, false); in InitContext()
900 if(this->pPlatformInfo) in DestroyContext()
902 delete this->pPlatformInfo; in DestroyContext()
903 this->pPlatformInfo = NULL; in DestroyContext()
1012 if(pPlatformInfo != NULL) in CreatePlatformInfo()
1014 return pPlatformInfo; in CreatePlatformInfo()