Home
last modified time | relevance | path

Searched refs:PnwSpritePlane (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
DPnwSpritePlane.cpp25 PnwSpritePlane::PnwSpritePlane(int index, int disp) in PnwSpritePlane() function in android::intel::PnwSpritePlane
31 PnwSpritePlane::~PnwSpritePlane() in ~PnwSpritePlane()
36 bool PnwSpritePlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer()
42 void* PnwSpritePlane::getContext() const in getContext()
DPnwSpritePlane.h29 class PnwSpritePlane : public SpritePlaneBase {
31 PnwSpritePlane(int index, int disp);
32 virtual ~PnwSpritePlane();
DPnwPrimaryPlane.h24 class PnwPrimaryPlane : public PnwSpritePlane {
DPnwPrimaryPlane.cpp26 : PnwSpritePlane(index, disp) in PnwPrimaryPlane()