OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TngSpritePlane
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngSpritePlane.h
30
class
TngSpritePlane
: public SpritePlaneBase {
32
TngSpritePlane
(int index, int disp);
33
virtual ~
TngSpritePlane
();
TngPrimaryPlane.h
19
#include <tangier/
TngSpritePlane
.h>
24
class TngPrimaryPlane : public
TngSpritePlane
{
TngSpritePlane.cpp
19
#include <tangier/
TngSpritePlane
.h>
25
TngSpritePlane
::
TngSpritePlane
(int index, int disp)
32
TngSpritePlane
::~
TngSpritePlane
()
37
bool
TngSpritePlane
::setDataBuffer(BufferMapper& mapper)
121
void*
TngSpritePlane
::getContext() const
127
bool
TngSpritePlane
::enablePlane(bool enabled)
162
bool
TngSpritePlane
::isDisabled()
189
void
TngSpritePlane
::setZOrderConfig(ZOrderConfig& zorderConfig
[
all
...]
TngPlaneManager.cpp
19
#include <tangier/
TngSpritePlane
.h>
60
plane = new
TngSpritePlane
(index, 0);
147
// see
TngSpritePlane
::enablePlane implementation!!!!
TngPrimaryPlane.cpp
26
:
TngSpritePlane
(index, disp)
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
Android.mk
74
../../ips/tangier/
TngSpritePlane
.cpp \
Completed in 689 milliseconds