OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAllocator
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codec2/include/
C2Component.h
540
virtual status_t
createAllocator
(Type type, std::shared_ptr<C2Allocator>* const allocator) = 0;
/external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp
270
vk::Allocator*
createAllocator
(DefaultDevice* device)
287
, m_allocator (
createAllocator
(m_device.get()))
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp
522
vk::Allocator*
createAllocator
(void) const;
vktShaderRender.cpp
619
, m_allocator (
createAllocator
())
657
vk::Allocator* ShaderRenderCaseInstance::SparseContext::
createAllocator
() const
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationInternallySynchronizedObjectsTests.cpp
161
MovePtr<Allocator>
createAllocator
(const Context& context, const VkDevice& device)
269
queues.m_allocator =
createAllocator
(context, queues.getDevice());
[
all
...]
Completed in 247 milliseconds