Searched refs:hHandle (Results 1 – 2 of 2) sorted by relevance
529 hHandle = NULL; in CUtils()534 hHandle = (void*) new CD3D9Utils; in CUtils()537 hHandle = (void*) new CD3D9ExUtils; in CUtils()540 if (hHandle == NULL) in CUtils()546 if (hHandle) { in ~CUtils()548 CD3D9Utils* hTmp = (CD3D9Utils*) hHandle; in ~CUtils()551 CD3D9ExUtils* hTmp = (CD3D9ExUtils*) hHandle; in ~CUtils()554 hHandle = NULL; in ~CUtils()586 hResult = ((CD3D9Utils*)hHandle)->Process (pDst, pInfo, pFp); in Process()589 hResult = ((CD3D9ExUtils*)hHandle)->Process (pDst, pInfo, pFp); in Process()
144 void* hHandle; variable