/hardware/google/aemu/base/include/aemu/base/ |
D | Pool.h | 30 class Pool : public Allocator { 41 Pool(size_t minSize = 4, 48 ~Pool();
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Pool.h | 30 class Pool : public Allocator { 41 Pool(size_t minSize = 4, 48 ~Pool();
|
D | Pool.cpp | 262 class Pool::Impl { 381 Pool::Pool(size_t minSize, in Pool() function in gfxstream::guest::Pool 384 mImpl(new Pool::Impl(minSize, in Pool() 389 Pool::~Pool() { in ~Pool() 400 void* Pool::alloc(size_t wantedSize) { in alloc() 423 void Pool::free(void* ptr) { in free() 431 void Pool::freeAll() { in freeAll()
|
D | meson.build | 8 'Pool.cpp',
|
/hardware/google/gfxstream/guest/android-emu/ |
D | Android.bp | 19 "aemu/base/Pool.cpp", 62 "aemu/base/Pool.cpp",
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaTexturePool.h | 54 using Pool = std::list<TextureFrame>; variable
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nancommand.h | 229 u32 instance_id, NanRole Pool); 230 u8 *getServiceId(u32 instance_id, NanRole Pool);
|
/hardware/google/aemu/host-common/ |
D | MediaTexturePool.cpp | 64 ph = new Pool; in getTextureFrame()
|
/hardware/google/gfxstream/guest/mesa/include/D3D9/ |
D | d3d9types.h | 1608 D3DPOOL Pool; member 1727 D3DPOOL Pool; member 1745 D3DPOOL Pool; member 1772 D3DPOOL Pool; member
|
D | d3d9.h | 181 …T Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 … 182 …T Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTex… 183 …ture(UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTextu… 184 …virtual HRESULT WINAPI CreateVertexBuffer(UINT Length, DWORD Usage, DWORD FVF, D3DPOOL Pool, IDire… 185 …virtual HRESULT WINAPI CreateIndexBuffer(UINT Length, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool,… 194 …eOffscreenPlainSurface(UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 … 292 …ffscreenPlainSurfaceEx(UINT Width, UINT Height, D3DFORMAT Format, D3DPOOL Pool, IDirect3DSurface9 … 769 …T Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DTexture9 … 770 …T Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DVolumeTex… 771 …his, UINT EdgeLength, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, IDirect3DCubeTextu… [all …]
|
/hardware/google/gfxstream/guest/ |
D | BUILD.gn | 181 "android-emu/aemu/base/Pool.cpp", 182 "android-emu/aemu/base/Pool.h",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 244 Command Pool:: 402 Descriptor Pool:: 1479 Query Pool::
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fundamentals.adoc | 256 Pool objects help accommodate improved performance of the allocations and
|
D | queries.adoc | 13 <<queries-pools, Query Pool>>.
|
D | limits.adoc | 1988 Pool creation may: fail when this limit is exceeded, or when the space
|