HomeSort by relevance Sort by last modified time
    Searched refs:getPlane (Results 1 - 25 of 33) sorted by null

1 2

  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h 79 int getPlane(uint32_t& mask);
80 int getPlane(uint32_t& mask, int index);
81 DisplayPlane* getPlane(int type, int index);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h 79 int getPlane(uint32_t& mask);
80 int getPlane(uint32_t& mask, int index);
81 DisplayPlane* getPlane(int type, int index);
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp 109 int DisplayPlaneManager::getPlane(uint32_t& mask)
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index)
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index)
163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index);
167 freePlaneIndex = getPlane(mFreePlanes[type], index);
183 int freePlaneIndex = getPlane(mReclaimedPlanes[type]);
187 freePlaneIndex = getPlane(mFreePlanes[type]);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp 109 int DisplayPlaneManager::getPlane(uint32_t& mask)
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index)
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index)
163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index);
167 freePlaneIndex = getPlane(mFreePlanes[type], index);
183 int freePlaneIndex = getPlane(mReclaimedPlanes[type]);
187 freePlaneIndex = getPlane(mFreePlanes[type]);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexTriangleMeshShape.h 56 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i ) const;
btTetrahedronShape.h 64 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i) const;
btConvexHullShape.h 88 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i ) const;
btConvexPointCloudShape.h 96 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i ) const;
btPolyhedralConvexShape.h 64 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i ) const = 0;
btConvexPointCloudShape.cpp 127 void btConvexPointCloudShape::getPlane(btVector3& ,btVector3& ,int ) const
btTetrahedronShape.cpp 204 void btBU_Simplex1to4::getPlane(btVector3&, btVector3& ,int ) const
btTriangleShape.h 101 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i) const
btBox2dShape.h 172 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i ) const
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngPlaneManager.cpp 178 return getPlane(type, index);
183 DisplayPlane *plane = getPlane(type, index);
185 plane = getPlane(type, !index);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btFace.java 74 public float[] getPlane() {
btPolyhedralConvexShape.java 94 public void getPlane(Vector3 planeNormal, Vector3 planeSupport, int i) {
btPrimitiveTriangle.java 74 public btVector4 getPlane() {
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.h 84 DisplayPlane* getPlane() const;
HwcLayerList.h 41 virtual DisplayPlane* getPlane(uint32_t index) const;
HwcLayerList.cpp 789 if (hwcLayer->getPlane() &&
884 if (hwcLayer->getPlane() &&
950 DisplayPlane* HwcLayerList::getPlane(uint32_t index) const
971 return hwcLayer->getPlane();
1018 plane = hwcLayer->getPlane();
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.h 78 DisplayPlane* getPlane() const;
HwcLayerList.h 41 virtual DisplayPlane* getPlane(uint32_t index) const;
HwcLayerList.cpp 826 if (hwcLayer->getPlane() &&
892 DisplayPlane* HwcLayerList::getPlane(uint32_t index) const
913 return hwcLayer->getPlane();
960 plane = hwcLayer->getPlane();
1015 DisplayPlane *plane = mLayers[i]->getPlane();
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp 375 zLayer->plane = getPlane(desc.type, desc.index);
385 zLayer->plane = getPlane(desc.type, desc.index);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnPlaneManager.cpp 340 zLayer->plane = getPlane(desc.type, desc.index);
349 zLayer->plane = getPlane(desc.type, desc.index);

Completed in 297 milliseconds

1 2