OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Wsbm
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/img/hwcomposer/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>
113
//
wsbm
114
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
");
534
VLOGTRACE("wrapped userPt as
wsbm
buffer");
570
// 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/ips/anniedale/
AnnOverlayPlane.h
23
#include <ips/common/
Wsbm
.h>
/hardware/intel/img/hwcomposer/
Android.mk
65
ips/common/
Wsbm
.cpp \
92
$(TARGET_OUT_HEADERS)/libwsbm/
wsbm
\
Completed in 301 milliseconds