Home
last modified time | relevance | path

Searched defs:getAllocation (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocator.java27 Allocation getAllocation(); in getAllocation() method
/external/deqp/external/vulkancts/framework/vulkan/
DvkBufferWithMemory.hpp53 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::BufferWithMemory
DvkImageWithMemory.hpp52 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::ImageWithMemory
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp84 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::synchronization::Buffer
117 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::synchronization::Image
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleDataQueue.java536 public Allocation getAllocation() { in getAllocation() method in SampleDataQueue.AllocationNode
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp84 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::postmortem::__anonfbcbe9500111::Buffer
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp661 Allocation& getAllocation() const in getAllocation() function