Home
last modified time | relevance | path

Searched refs:bo (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/am57x/libhwcomposer/
Ddrmfb.cpp29 bo(), pitches(), offsets() in DRMFramebuffer()
45 this->bo[0] = gem_handle; in DRMFramebuffer()
53 this->bo[1] = gem_handle; in DRMFramebuffer()
71 this->format, this->bo, in DRMFramebuffer()
88 if (this->bo[i]) { in ~DRMFramebuffer()
90 close_args.handle = this->bo[i], in ~DRMFramebuffer()
Ddrmfb.h30 uint32_t bo[4]; variable