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

  /frameworks/native/services/surfaceflinger/RenderEngine/
Mesh.cpp 79 size_t Mesh::getVertexCount() const {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
PolygonShape.java 108 public int getVertexCount () {
114 return poly->GetVertexCount();
120 * @param index the index of the vertex 0 <= index < getVertexCount( )
ChainShape.java 131 public int getVertexCount () {
137 return chain->GetVertexCount();
143 * @param index the index of the vertex 0 <= index < getVertexCount( )
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
PolygonShape.java 89 public int getVertexCount () {
109 * @param index the index of the vertex 0 <= index < getVertexCount( )
ChainShape.java 103 public int getVertexCount () {
108 * @param index the index of the vertex 0 <= index < getVertexCount( )
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btBox2dShape.h 146 int getVertexCount() const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btBox2dShape.java 73 public int getVertexCount() {
btGImpactMeshShapePart.java 272 public int getVertexCount() {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
CircleShape.java 86 public final int getVertexCount() {
PolygonShape.java 51 * The vertices of the shape. Note: use getVertexCount(), not m_vertices.length, to get number of
57 * The normals of the shape. Note: use getVertexCount(), not m_normals.length, to get number of
361 public final int getVertexCount() {
  /frameworks/base/libs/hwui/
VertexBuffer.h 93 int verticesToCopy = srcBuffer.getVertexCount();
128 unsigned int getVertexCount() const { return mVertexCount; }
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFontCache.java 548 public int getVertexCount (int page) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
Distance.java 586 public final int getVertexCount() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 860 SIMD_FORCE_INLINE int getVertexCount() const
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 553 public int getVertexCount() {

Completed in 362 milliseconds