HomeSort by relevance Sort by last modified time
    Searched defs:getPlane (Results 1 - 16 of 16) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTetrahedronShape.cpp 204 void btBU_Simplex1to4::getPlane(btVector3&, btVector3& ,int ) const
btConvexPointCloudShape.cpp 127 void btConvexPointCloudShape::getPlane(btVector3& ,btVector3& ,int ) const
btBoxShape.h 116 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i ) const
btBox2dShape.h 172 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i ) const
btConvexHullShape.cpp 162 void btConvexHullShape::getPlane(btVector3& ,btVector3& ,int ) const
btTriangleShape.h 101 virtual void getPlane(btVector3& planeNormal,btVector3& planeSupport,int i) const
btConvexTriangleMeshShape.cpp 182 void btConvexTriangleMeshShape::getPlane(btVector3& ,btVector3& ,int ) const
  /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/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/moorefield_hdmi/common/base/
HwcLayer.cpp 221 DisplayPlane* HwcLayer::getPlane() 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/common/base/
HwcLayer.cpp 241 DisplayPlane* HwcLayer::getPlane() 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...]

Completed in 162 milliseconds