Searched refs:GetUsage (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_allocator.cpp | 88 descriptor.GetUsage()); in GetBufferInfo() 176 cur_uncached = UseUncached(descriptors[i]->GetFormat(), descriptors[i]->GetUsage()); in CheckForBufferSharing() 177 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing()
|
D | gr_buf_descriptor.h | 63 uint64_t GetUsage() const { return usage_; } in GetUsage() function
|
D | gr_device_impl.cpp | 391 *outUsage = static_cast<uint64_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetConsumerUsage() 449 *outUsage = static_cast<uint64_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetProducerUsage()
|
D | gr_buf_mgr.cpp | 95 descriptor.GetUsage()); in GetBufferInfo() 1024 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_allocator.cpp | 96 descriptor.GetUsage()); in GetBufferInfo() 184 cur_uncached = UseUncached(descriptors[i]->GetFormat(), descriptors[i]->GetUsage()); in CheckForBufferSharing() 185 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing()
|
D | gr_buf_descriptor.h | 64 uint64_t GetUsage() const { return usage_; } in GetUsage() function
|
D | gr_device_impl.cpp | 388 *outUsage = static_cast<gralloc1_consumer_usage_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetConsumerUsage() 446 *outUsage = static_cast<gralloc1_producer_usage_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetProducerUsage()
|
D | gr_buf_mgr.cpp | 95 descriptor.GetUsage()); in GetBufferInfo() 1032 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
|
/hardware/interfaces/graphics/mapper/stable-c/vts/ |
D | VtsHalGraphicsMapperStableC_TargetTest.cpp | 1367 TEST_P(GraphicsMapperStableCTests, GetUsage) { in TEST_P() argument
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1355 TEST_P(GraphicsMapperHidlTest, GetUsage) { in TEST_P() argument
|