Searched defs:pPool (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_string.cpp | 17 CPDF_String::CPDF_String(WeakPtr<ByteStringPool> pPool, in CPDF_String() 25 CPDF_String::CPDF_String(WeakPtr<ByteStringPool> pPool, const WideString& str) in CPDF_String()
|
D | cpdf_name.cpp | 13 CPDF_Name::CPDF_Name(WeakPtr<ByteStringPool> pPool, const ByteString& str) in CPDF_Name()
|
D | cpdf_array.cpp | 23 CPDF_Array::CPDF_Array(const WeakPtr<ByteStringPool>& pPool) : m_pPool(pPool) {} in CPDF_Array()
|
D | cpdf_dictionary.cpp | 28 CPDF_Dictionary::CPDF_Dictionary(const WeakPtr<ByteStringPool>& pPool) in CPDF_Dictionary()
|
D | cpdf_syntax_parser.cpp | 46 CPDF_SyntaxParser::CPDF_SyntaxParser(const WeakPtr<ByteStringPool>& pPool) in CPDF_SyntaxParser()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | threads.cpp | 839 void CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in CreateThreadPool() 1045 void StartThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) in StartThreadPool() 1062 void DestroyThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool) in DestroyThreadPool()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_fontencoding.cpp | 1675 WeakPtr<ByteStringPool> pPool) { in Realize()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamparser.cpp | 110 const WeakPtr<ByteStringPool>& pPool) in CPDF_StreamParser()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 1279 auto pPool = GetCommandPoolNode(device_data, cb_node->createInfo.commandPool); in GetScaledItg() local 3991 auto pPool = GetCommandPoolNode(device_data, cb_node->createInfo.commandPool); in PreCallValidateCmdCopyImageToBuffer() local 4060 auto pPool = GetCommandPoolNode(device_data, cb_node->createInfo.commandPool); in PreCallValidateCmdCopyBufferToImage() local
|
D | core_validation.cpp | 1593 DESCRIPTOR_POOL_STATE *pPool = GetDescriptorPoolState(dev_data, pool); in clearDescriptorPool() local 2641 auto pPool = GetCommandPoolNode(dev_data, pCB->createInfo.commandPool); in validateQueueFamilyIndices() local 4275 static bool checkCommandBuffersInFlight(layer_data *dev_data, COMMAND_POOL_NODE *pPool, const char … in checkCommandBuffersInFlight() 4318 auto pPool = GetCommandPoolNode(dev_data, commandPool); in FreeCommandBuffers() local 4408 auto pPool = GetCommandPoolNode(dev_data, commandPool); in ResetCommandPool() local 5595 auto pPool = GetCommandPoolNode(dev_data, pCreateInfo->commandPool); in AllocateCommandBuffers() local 5702 auto pPool = GetCommandPoolNode(dev_data, cmdPool); in BeginCommandBuffer() local 5786 auto pPool = GetCommandPoolNode(dev_data, cmdPool); in ResetCommandBuffer() local
|