/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
Wsbm.cpp | 17 #include <common/Wsbm.h> 19 Wsbm::Wsbm(int drmFD) 26 Wsbm::~Wsbm() 31 bool Wsbm::initialize() 40 ETRACE("failed to initialize Wsbm"); 48 void Wsbm::deinitialize() 57 bool Wsbm::allocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) 68 bool Wsbm::allocateTTMBufferUB(uint32_t size, uint32_t align, void ** buf, void *user_pt [all...] |
TTMBufferMapper.h | 21 #include <common/Wsbm.h> 28 TTMBufferMapper(Wsbm& wsbm, DataBuffer& buffer); 57 Wsbm& mWsbm;
|
Wsbm.h | 22 * Class: WSBM 25 class Wsbm 30 Wsbm(int drmFD); 31 ~Wsbm();
|
RotationBufferProvider.h | 24 #include <common/Wsbm.h> 40 RotationBufferProvider(Wsbm* wsbm); 66 Wsbm* mWsbm;
|
OverlayPlaneBase.h | 23 #include <common/Wsbm.h> 116 // wsbm 117 Wsbm *mWsbm;
|
TTMBufferMapper.cpp | 22 TTMBufferMapper::TTMBufferMapper(Wsbm& wsbm, DataBuffer& buffer) 25 mWsbm(wsbm),
|
RotationBufferProvider.cpp | 38 RotationBufferProvider::RotationBufferProvider(Wsbm* wsbm) 39 : mWsbm(wsbm), 213 ETRACE("failed to create buffer by wsbm"); 541 VTRACE("wrapped userPt as wsbm buffer"); 577 // remove wsbm buffer ref from VA
|
OverlayPlaneBase.cpp | 74 // init wsbm 75 mWsbm = new Wsbm(drm->getDrmFd()); 77 DEINIT_AND_RETURN_FALSE("failed to create wsbm"); [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
Wsbm.cpp | 17 #include <ips/common/Wsbm.h> 19 Wsbm::Wsbm(int drmFD) 26 Wsbm::~Wsbm() 31 bool Wsbm::initialize() 40 ELOGTRACE("failed to initialize Wsbm"); 48 void Wsbm::deinitialize() 57 bool Wsbm::allocateTTMBuffer(uint32_t size, uint32_t align, void ** buf) 68 bool Wsbm::allocateTTMBufferUB(uint32_t size, uint32_t align, void ** buf, void *user_pt [all...] |
TTMBufferMapper.h | 21 #include <ips/common/Wsbm.h> 28 TTMBufferMapper(Wsbm& wsbm, DataBuffer& buffer); 57 Wsbm& mWsbm;
|
Wsbm.h | 22 * Class: WSBM 25 class Wsbm 30 Wsbm(int drmFD); 31 ~Wsbm();
|
RotationBufferProvider.h | 24 #include <ips/common/Wsbm.h> 40 RotationBufferProvider(Wsbm* wsbm); 66 Wsbm* mWsbm;
|
OverlayPlaneBase.h | 22 #include <ips/common/Wsbm.h> 114 // wsbm 115 Wsbm *mWsbm;
|
TTMBufferMapper.cpp | 22 TTMBufferMapper::TTMBufferMapper(Wsbm& wsbm, DataBuffer& buffer) 25 mWsbm(wsbm),
|
RotationBufferProvider.cpp | 38 RotationBufferProvider::RotationBufferProvider(Wsbm* wsbm) 39 : mWsbm(wsbm), 212 ELOGTRACE("failed to create buffer by wsbm"); 532 VLOGTRACE("wrapped userPt as wsbm buffer"); 568 // remove wsbm buffer ref from VA
|
OverlayPlaneBase.cpp | 70 // init wsbm 71 mWsbm = new Wsbm(drm->getDrmFd()); 73 DEINIT_AND_RETURN_FALSE("failed to create wsbm"); [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/ |
PnwOverlayPlane.h | 23 #include <common/Wsbm.h>
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngOverlayPlane.h | 23 #include <common/Wsbm.h>
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
AnnOverlayPlane.h | 23 #include <common/Wsbm.h>
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
AnnOverlayPlane.h | 23 #include <ips/common/Wsbm.h>
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/ |
Android.mk | 64 ../../ips/common/Wsbm.cpp \ 101 $(TARGET_OUT_HEADERS)/libwsbm/wsbm \
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ |
Android.mk | 68 ips/common/Wsbm.cpp \ 95 $(TARGET_OUT_HEADERS)/libwsbm/wsbm \
|
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/ |
Android.mk | 65 ../../ips/common/Wsbm.cpp \ 98 $(TARGET_OUT_HEADERS)/libwsbm/wsbm \
|