OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyTTMBuffer
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
Wsbm.h
36
bool
destroyTTMBuffer
(void * buf);
Wsbm.cpp
79
bool Wsbm::
destroyTTMBuffer
(void * buf)
RotationBufferProvider.cpp
102
if (!mWsbm->
destroyTTMBuffer
(buf))
570
ret = mWsbm->
destroyTTMBuffer
(mDrmBuf[i]);
OverlayPlaneBase.cpp
312
bool ret = mWsbm->
destroyTTMBuffer
(wsbmBufferObject);
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
Wsbm.h
36
bool
destroyTTMBuffer
(void * buf);
Wsbm.cpp
79
bool Wsbm::
destroyTTMBuffer
(void * buf)
RotationBufferProvider.cpp
102
if (!mWsbm->
destroyTTMBuffer
(buf))
561
ret = mWsbm->
destroyTTMBuffer
(mDrmBuf[i]);
OverlayPlaneBase.cpp
308
bool ret = mWsbm->
destroyTTMBuffer
(wsbmBufferObject);
[
all
...]
Completed in 90 milliseconds