OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateTTMBuffer
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/ips/common/
Wsbm.h
34
bool
allocateTTMBuffer
(uint32_t size, uint32_t align,void ** buf);
Wsbm.cpp
57
bool Wsbm::
allocateTTMBuffer
(uint32_t size, uint32_t align, void ** buf)
RotationBufferProvider.cpp
143
bool ret = mWsbm->
allocateTTMBuffer
(size, allignment, buf);
OverlayPlaneBase.cpp
284
bool ret = mWsbm->
allocateTTMBuffer
(size, alignment, &wsbmBufferObject);
[
all
...]
Completed in 1287 milliseconds