Lines Matching refs:C2AllocatorGralloc
588 class C2AllocatorGralloc::Impl {
630 C2AllocatorGralloc::Impl::Impl(id_t id, bool bufferQueue) in Impl()
645 c2_status_t C2AllocatorGralloc::Impl::newGraphicAllocation( in newGraphicAllocation()
708 c2_status_t C2AllocatorGralloc::Impl::priorGraphicAllocation( in priorGraphicAllocation()
732 C2AllocatorGralloc::C2AllocatorGralloc(id_t id, bool bufferQueue) in C2AllocatorGralloc() function in android::C2AllocatorGralloc
735 C2AllocatorGralloc::~C2AllocatorGralloc() { delete mImpl; } in ~C2AllocatorGralloc()
737 C2Allocator::id_t C2AllocatorGralloc::getId() const { in getId()
741 C2String C2AllocatorGralloc::getName() const { in getName()
745 std::shared_ptr<const C2Allocator::Traits> C2AllocatorGralloc::getTraits() const { in getTraits()
749 c2_status_t C2AllocatorGralloc::newGraphicAllocation( in newGraphicAllocation()
755 c2_status_t C2AllocatorGralloc::priorGraphicAllocation( in priorGraphicAllocation()
761 c2_status_t C2AllocatorGralloc::status() const { in status()
765 bool C2AllocatorGralloc::isValid(const C2Handle* const o) { in isValid()