HomeSort by relevance Sort by last modified time
    Searched defs:IonBuffer (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/vr/libbufferhub/
ion_buffer.cpp 18 IonBuffer::IonBuffer() : IonBuffer(nullptr, 0, 0, 0, 0, 0, 0) {}
20 IonBuffer::IonBuffer(uint32_t width, uint32_t height, uint32_t format,
22 : IonBuffer() {
26 IonBuffer::IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height,
28 : IonBuffer(handle, width, height, kDefaultGraphicBufferLayerCount, stride,
31 IonBuffer::IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height
    [all...]
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
ion_buffer.h 11 // IonBuffer is an abstraction of Ion/Gralloc buffers.
12 class IonBuffer {
14 IonBuffer();
15 IonBuffer(uint32_t width, uint32_t height, uint32_t format, uint64_t usage);
16 IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height,
18 IonBuffer(buffer_handle_t handle, uint32_t width, uint32_t height,
21 ~IonBuffer();
23 IonBuffer(IonBuffer&& other);
24 IonBuffer& operator=(IonBuffer&& other)
    [all...]

Completed in 84 milliseconds