Searched refs:allocateTTMBuffer (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | Wsbm.h | 34 bool allocateTTMBuffer(uint32_t size, uint32_t align,void ** buf);
|
D | Wsbm.cpp | 57 bool Wsbm::allocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) in allocateTTMBuffer() function in Wsbm
|
D | RotationBufferProvider.cpp | 143 bool ret = mWsbm->allocateTTMBuffer(size, allignment, buf); in createWsbmBuffer()
|
D | OverlayPlaneBase.cpp | 288 bool ret = mWsbm->allocateTTMBuffer(size, alignment, &wsbmBufferObject); in createBackBuffer()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | Wsbm.h | 34 bool allocateTTMBuffer(uint32_t size, uint32_t align,void ** buf);
|
D | Wsbm.cpp | 57 bool Wsbm::allocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) in allocateTTMBuffer() function in Wsbm
|
D | RotationBufferProvider.cpp | 143 bool ret = mWsbm->allocateTTMBuffer(size, allignment, buf); in createWsbmBuffer()
|
D | OverlayPlaneBase.cpp | 284 bool ret = mWsbm->allocateTTMBuffer(size, alignment, &wsbmBufferObject); in createBackBuffer()
|