Home
last modified time | relevance | path

Searched refs:AllocateBuffers (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libdisplay/
Ddisplay_client.cpp145 auto allocate_status = producer_queue->AllocateBuffers( in CreateQueue()
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp440 Status<std::vector<size_t>> ProducerQueue::AllocateBuffers( in AllocateBuffers() function in android::dvr::ProducerQueue
499 AllocateBuffers(width, height, layer_count, format, usage, buffer_count); in AllocateBuffer()
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h317 pdx::Status<std::vector<size_t>> AllocateBuffers(
/frameworks/native/libs/vr/libdvr/
Ddvr_buffer_queue.cpp247 auto status = producer_queue->AllocateBuffers(width, height, layer_count, in dvrWriteBufferQueueCreate()