Lines Matching refs:CD3D9ExUtils
248 CD3D9ExUtils::CD3D9ExUtils() { in CD3D9ExUtils() function in CD3D9ExUtils
265 CD3D9ExUtils::~CD3D9ExUtils() { in ~CD3D9ExUtils()
269 HRESULT CD3D9ExUtils::Init (BOOL bWindowed) { in Init()
285 HRESULT CD3D9ExUtils::Uninit() { in Uninit()
299 HRESULT CD3D9ExUtils::Process (void* pDst[3], SBufferInfo* pInfo, FILE* pFp) { in Process()
329 HRESULT CD3D9ExUtils::Render (void* pDst[3], SBufferInfo* pInfo) { in Render()
358 HRESULT CD3D9ExUtils::Dump (void* pDst[3], SBufferInfo* pInfo, FILE* pFp) { in Dump()
375 HRESULT CD3D9ExUtils::InitResource (void* pSharedHandle, SBufferInfo* pInfo) { in InitResource()
537 hHandle = (void*) new CD3D9ExUtils; in CUtils()
551 CD3D9ExUtils* hTmp = (CD3D9ExUtils*) hHandle; in ~CUtils()
589 hResult = ((CD3D9ExUtils*)hHandle)->Process (pDst, pInfo, pFp); in Process()