OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpritePlaneBase
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/common/
SpritePlaneBase.cpp
17
#include <common/
SpritePlaneBase
.h>
23
SpritePlaneBase
::
SpritePlaneBase
(int index, int disp)
31
SpritePlaneBase
::~
SpritePlaneBase
()
36
bool
SpritePlaneBase
::flip(void *ctx)
42
bool
SpritePlaneBase
::enable()
47
bool
SpritePlaneBase
::disable()
SpritePlaneBase.h
27
class
SpritePlaneBase
: public DisplayPlane {
29
SpritePlaneBase
(int index, int disp);
30
virtual ~
SpritePlaneBase
();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
SpritePlaneBase.cpp
17
#include <ips/common/
SpritePlaneBase
.h>
23
SpritePlaneBase
::
SpritePlaneBase
(int index, int disp)
31
SpritePlaneBase
::~
SpritePlaneBase
()
36
bool
SpritePlaneBase
::flip(void *ctx)
42
bool
SpritePlaneBase
::enable()
47
bool
SpritePlaneBase
::disable()
SpritePlaneBase.h
26
class
SpritePlaneBase
: public DisplayPlane {
28
SpritePlaneBase
(int index, int disp);
29
virtual ~
SpritePlaneBase
();
Completed in 389 milliseconds