Searched refs:getBufferPool (Results 1 – 5 of 5) sorted by relevance
211 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY); in IndexBuffer()284 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY); in reserveSpace()337 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_WRITEONLY); in reserveSpace()
544 D3DPOOL pool = getDisplay()->getBufferPool(usageFlags); in VertexBuffer()668 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY); in reserveRequiredSpace()730 D3DPOOL pool = getDisplay()->getBufferPool(D3DUSAGE_WRITEONLY); in reserveRequiredSpace()
69 virtual D3DPOOL getBufferPool(DWORD usage) const;
609 D3DPOOL Display::getBufferPool(DWORD usage) const in getBufferPool() function in egl::Display
355 (egl::Display::getBufferPool):