Searched refs:getPool (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | TextureStorage9.cpp | 74 D3DPOOL TextureStorage9::getPool() const in getPool() function in rx::TextureStorage9 242 mTextureFormat, getPool(), &mTexture, nullptr); in getBaseTexture() 490 getUsage(), mTextureFormat, getPool(), &mTexture, nullptr); in getBaseTexture()
|
D | TextureStorage9.h | 32 D3DPOOL getPool() const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | TextureStorage9.cpp | 75 D3DPOOL TextureStorage9::getPool() const in getPool() function in rx::TextureStorage9 259 mTextureFormat, getPool(), &mTexture, nullptr); in getBaseTexture() 542 getUsage(), mTextureFormat, getPool(), &mTexture, nullptr); in getBaseTexture()
|
D | TextureStorage9.h | 32 D3DPOOL getPool() const;
|
/third_party/glslang/glslang/Include/ |
D | ShHandle.h | 64 virtual glslang::TPoolAllocator* getPool() const { return pool; } in getPool() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.h | 376 const Pool &getPool(size_t index) const in getPool() function 378 return const_cast<DynamicallyGrowingPool *>(this)->getPool(index); in getPool() 381 Pool &getPool(size_t index) in getPool() function 446 const QueryPool &getQueryPool(size_t index) const { return getPool(index); } in getQueryPool()
|
D | vk_helpers.cpp | 3284 semaphoreOut->init(currentPool, &getPool(currentPool)[currentEntry]); in allocateSemaphore()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1486 SetThreadPoolAllocator(compiler->getPool()); in ShCompile() 1545 SetThreadPoolAllocator(linker->getPool()); in ShLinkExt()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 5902 PoolType getPool() const VULKAN_HPP_NOEXCEPT in getPool() function in VULKAN_HPP_NAMESPACE::PoolFree
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 5946 PoolType getPool() const VULKAN_HPP_NOEXCEPT in getPool() function in VULKAN_HPP_NAMESPACE::PoolFree
|