Forums - A5xContext::HwPatchForDirectRendering crash on 530 and 540 - driver issue?

8 posts / 0 new
Last post
A5xContext::HwPatchForDirectRendering crash on 530 and 540 - driver issue?
lbenes
Join Date: 3 Feb 15
Posts: 6
Posted: Wed, 2018-09-19 02:22

Hi,
Our GLES3 game released on GooglePlay is experiencing some specific crashes on a wide variety of devices that all happen to have either an Adreno 540 gpu (the most crashes) or an Adreno 530 gpu (fewer crashes).
Most of the crashes are on Android 8.0.0 for the 540 and Android 9 for the 530.
The crash is always reported in A5xContext::HwPatchForDirectRendering(), but the callstack, issued from a gl command can be different.
I am putting 2 examples of the callstack below.
I am suspecting this is a driver issue (given the game runs well on other adreno and non adreno gpus) and perhaps caused from a driver memory leak (just guessing as all callstack always end with the same GetMemory -> Flush -> ProcessAndSubmitRendering -> HwPatchForDirectRendering - Kaboom)
Can someone with driver knowledge confirm/infirm the issue?
Is the call to 
HwPatchForDirectRendering supposed to happen normaly, or is it more a situation like : "doh! no memory left, let's try to process what's been queued so far so we can free some mem?"

Any help or comment would be most welcome.
Thanks.

A5xContext::HwPatchForDirectRendering(EsxRenderBucket*, EsxLinkedList*, unsigned int)
EsxContext::ProcessAndSubmitRendering(EsxFlushReason)
EsxCmdMgr::Flush(EsxFlushReason)
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*)
EsxGfxMem::Init(EsxGfxMemCreateData*)
EsxGfxMem::Create(EsxGfxMemCreateData*)
EsxResource::PackRange(EsxContext*, EsxSubResourceRange const*)
EsxResource::RepackRange(EsxContext*, EsxSubResourceRange const*)
EsxResource::PreparePackedGpuAccess(EsxContext*, EsxSubResourceRange const*)
EsxTextureObject::PreRenderProcessing(EsxContext*)
EsxContext::ValidateProgramTexUnitBoundObjs(EsxProgram*, int)
EsxContext::ValidateTexUnitBoundObjs()
EsxContext::ValidateGfxState(EsxDrawDescriptor const*)
EsxContext::DrawElementsInstanced(EsxPrimType, unsigned int, EsxPixType, void const*, unsigned int, int)
EsxGlApiParamValidate::GlDrawElements(EsxDispatch*, unsigned int, int, unsigned int, void const*)
glDrawElements

A5xContext::HwPatchForDirectRendering(EsxRenderBucket*, EsxLinkedList*, unsigned int)
EsxContext::ProcessAndSubmitRendering(EsxFlushReason)
EsxCmdMgr::Flush(EsxFlushReason)
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*)
EsxGfxMem::Init(EsxGfxMemCreateData*)
EsxGfxMem::Create(EsxGfxMemCreateData*)
EsxResource::PackRange(EsxContext*, EsxSubResourceRange const*)
EsxResource::RepackRange(EsxContext*, EsxSubResourceRange const*)
EsxResource::PreparePackedGpuAccess(EsxContext*, EsxSubResourceRange const*)
EsxContext::UpdateRenderingLayout(EsxFramebufferObject*)
EsxContext::BucketProcessingSetup()
EsxContext::Clear(unsigned int, unsigned int, unsigned int, EsxClearValues*)
EsxGlApiParamValidate::GlClear(EsxDispatch*, unsigned int)
 
 


 

  • Up0
  • Down0
Rohit_2
Join Date: 29 Oct 18
Posts: 2
Posted: Mon, 2018-10-29 06:57

Can you provide the game name that is causing the crash?

  • Up0
  • Down0
Rohit_2
Join Date: 29 Oct 18
Posts: 2
Posted: Mon, 2018-10-29 06:57

Can you provide the game name that is causing the crash?

  • Up0
  • Down0
crazii
Join Date: 8 Sep 14
Posts: 13
Posted: Mon, 2018-10-29 23:00

Same here.

We're developing a 3d game using Unity, Now I'm debugging this problem, hope you may provide any help.

crash on "HwPatchForDirectRendering " is mostly reproduced.

 

yet I got another new stack overflow crash:

 

__vfprintf 0x00000000ee34ecd6
vsnprintf 0x00000000ee3633b4
__android_log_print 0x00000000ec4ec55e
os_alog 0x00000000dc19878a
ioctl_kgsl_sharedmem_alloc 0x00000000dc196b08
gsl_memory_alloc_pure 0x00000000dc0e2d3e
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e00
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxMemPool::AllocateMemory() 0x00000000dbe08f76
EsxMemPool::WaitForOneFreeBuffer() 0x00000000dbe09172
EsxCmdMgr::Flush(EsxFlushReason) 0x00000000dbde87f0
EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*) 0x00000000dbe09e30
EsxGfxMem::Init(EsxGfxMemCreateData*) 0x00000000dbe01328
EsxGfxMem::Create(EsxGfxMemCreateData*) 0x00000000dbe00f9c
EsxResource::PackRange(EsxContext*, EsxSubResourceRange const*) 0x00000000dbd899ac
EsxResource::RepackRange(EsxContext*, EsxSubResourceRange const*) 0x00000000dbd8886a
EsxResource::PreparePackedGpuAccess(EsxContext*, EsxSubResourceRange const*) 0x00000000dbd8a02c
EsxTextureObject::PreRenderProcessing(EsxContext*) 0x00000000dbd941ba
EsxContext::ValidateProgramTexUnitBoundObjs(EsxProgram*, int) 0x00000000dbd12e34
EsxContext::ValidateTexUnitBoundObjs() 0x00000000dbd12664
EsxContext::ValidateGfxState(EsxDrawDescriptor const*) 0x00000000dbd10300
EsxContext::DrawElementsInstanced(EsxPrimType, unsigned int, EsxPixType, void const*, unsigned int, int) 0x00000000dbd0673a
EsxGlApiParamValidate::GlDrawElements(EsxDispatch*, unsigned int, int, unsigned int, void const*) 0x00000000dbd2fce8
glDrawElements 0x00000000dbcd4614
  • Up0
  • Down0
MenionLeah
Join Date: 13 Apr 19
Posts: 2
Posted: Sat, 2019-04-13 05:15

Similar issue here: Adreno 530 on OnePlus 3T. 

The game we're developing (with Unity) keeps crashing with this stack log:

 

Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #00  pc 002fecca  /system/vendor/lib/egl/libGLESv2_adreno.so (A5xContext::HwPatchForDirectRendering(EsxRenderBucket*, EsxLinkedList*, unsigned int)+4329)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #01  pc 000b1797  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxContext::ProcessAndSubmitRendering(EsxFlushReason)+4722)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #02  pc 0017e347  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxCmdMgr::Flush(EsxFlushReason)+686)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #03  pc 0019f79d  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxMemPoolGeneral::GetMemory(unsigned long long, EsxMemType, unsigned int, EsxMemPoolGeneralAllocation*)+540)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #04  pc 00196dad  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxGfxMem::Init(EsxGfxMemCreateData*)+832)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #05  pc 00196a25  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxGfxMem::Create(EsxGfxMemCreateData*)+48)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #06  pc 0011ec99  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxResource::PackRange(EsxContext*, EsxSubResourceRange const*)+404)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #07  pc 0011db57  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxResource::RepackRange(EsxContext*, EsxSubResourceRange const*)+114)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #08  pc 0011f33b  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxResource::PreparePackedGpuAccess(EsxContext*, EsxSubResourceRange const*)+330)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #09  pc 00129107  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxTextureObject::PreRenderProcessing(EsxContext*)+102)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #10  pc 000c5cc9  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxContext::ValidateProgramTexUnitBoundObjs(EsxProgram*, int)+2828)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #11  pc 000c5169  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxContext::ValidateTexUnitBoundObjs()+48)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #12  pc 000c2ea7  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxContext::ValidateGfxState(EsxDrawDescriptor const*)+1882)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #13  pc 000b8ee1  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxContext::DrawElementsInstanced(EsxPrimType, unsigned int, EsxPixType, void const*, unsigned int, int)+664)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #14  pc 000e2d29  /system/vendor/lib/egl/libGLESv2_adreno.so (EsxGlApiParamValidate::GlDrawElements(EsxDispatch*, unsigned int, int, unsigned int, void const*)+192)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #15  pc 00087bc3  /system/vendor/lib/egl/libGLESv2_adreno.so (glDrawElements+42)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #16  pc 0121dbb4  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #17  pc 0121dd68  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #18  pc 00e34b70  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #19  pc 01222d20  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #20  pc 00e63990  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #21  pc 00610b04  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #22  pc 00614334  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #23  pc 006142c4  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #24  pc 0060c900  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #25  pc 00ac9000  /data/app/com.sionera.angrymals.one-87D9LEndVzW8dx0HJRTvMw==/lib/arm/libunity.so
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #26  pc 0004840f  /system/lib/libc.so (__pthread_start(void*)+22)
Stack frame 04-13 13:51:13.904  3943  4173 E CRASH   :  #27  pc 0001b54d  /system/lib/libc.so (__start_thread+32)
  • Up0
  • Down0
lbenes
Join Date: 3 Feb 15
Posts: 6
Posted: Sat, 2019-04-13 05:35

I would venture to guess that this crash is simply caused by an OOM issue.
Most of our "gles driver" bugs have vanished after we fixed a number of memory issues: general memory leak, graphics resource memory leaks and other transcient low memory situation (like from temporary gpu geo/texture bake using temporary but large render resources).
We still have a few very rare GLES bugs (caught on Crashlytics from the retail clients) that I suspect are real driver bugs on some uncommon hardware.
To be noted that a gles driver running out of memory may report a different callstack based on the driver itself / exact gpu.
This can be misleading one into thinking the bug is specific to some driver when it is more "how the driver" reacts to that low/no memory situations caused by the game code that might differ. 

  • Up0
  • Down0
MenionLeah
Join Date: 13 Apr 19
Posts: 2
Posted: Sat, 2019-04-13 06:34

It could be, but I find difficult to explain why another similar smartphone (OnePlus One), with Adreno 330 and half RAM and VRAM, has never crashed in today's tests, nor experienced any issues, while the OnePlus 3T, performing identical operations during the same time frame, has already crashed a dozen times.

  • Up0
  • Down0
lbenes
Join Date: 3 Feb 15
Posts: 6
Posted: Mon, 2019-04-15 00:17

Well I can only speak of our own experience. I am not excluding that some driver bugs exist (and we've seen some in the past).
We've also had a number of devices claiming to support certain GLES extensions yet misbehave with them (like SeparateShaderObject, VertexArrayObject, ...)
It is also not rare that some bug occurs on .0 version of Android and stops occuring after that (7.0, 8.0 only bugs), leading me to think some OS/Driver bugs was fixed between .0 and .1.
But it is often that different GPU run different back end rendering on the game side, based on available hardware performance.
For example, we had a situation with high end GPU running the deferred lit renderer while lower end GPU would run the forward lit renderer.
The first had a leak on the GBuffer so we had a bunch of low memory induced driver crashes only on devices with high end GPU.
You might also have different backend based on the GLES level  (2.0, 3.0, 3.1...) using different GLES features... 
For sure, these kind of driver crash bugs are a huge pain to deal with and can be an immense time sink. 
So checking the fundamental (mem usage, mem leaks), disabling some rendeirng features and testing again (assuming you can somewhat reproduce the bug) can perhaps teach you something.
 

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.