Home
last modified time | relevance | path

Searched defs:getVertices (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/glshared/
DglsRandomShaderCase.hpp50 const std::vector<float>& getVertices (void) const { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
51 std::vector<float>& getVertices (void) { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DPolygonRegion.java52 public float[] getVertices () { in getVertices() method in PolygonRegion
DPolygonSprite.java205 public float[] getVertices () { in getVertices() method in PolygonSprite
DBitmapFontCache.java540 public float[] getVertices () { in getVertices() method in BitmapFontCache
544 public float[] getVertices (int page) { in getVertices() method in BitmapFontCache
DSprite.java409 public float[] getVertices () { in getVertices() method in Sprite
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
DbtSoftBody.i126 void getVertices(btScalar *buffer, int vertexCount, int vertexSize, int posOffset) { in getVertices() function
138 …void getVertices(float *vertices, int vertexSize, int posOffset, short *indices, int indexOffset, … in getVertices() function
151 …void getVertices(float *vertices, int vertexSize, int posOffset, int normalOffset, short *indices,… in getVertices() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtBox2dShape.java77 public btVector3 getVertices() { in getVertices() method in btBox2dShape
DbtPrimitiveTriangle.java65 public btVector3 getVertices() { in getVertices() method in btPrimitiveTriangle
DbtConvexPolyhedron.java69 public btVector3Array getVertices() { in getVertices() method in btConvexPolyhedron
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DMesh.java221 public float[] getVertices (float[] vertices) { in getVertices() method in Mesh
229 public float[] getVertices (int srcOffset, float[] vertices) { in getVertices() method in Mesh
237 public float[] getVertices (int srcOffset, int count, float[] vertices) { in getVertices() method in Mesh
247 public float[] getVertices (int srcOffset, int count, float[] vertices, int destOffset) { in getVertices() method in Mesh
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DPolygon.java47 public float[] getVertices () { in getVertices() method in Polygon
DPolyline.java42 public float[] getVertices () { in getVertices() method in Polyline
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
DAABB.java128 public final void getVertices(Vec2[] argRay) { in getVertices() method in AABB
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DConvexH.java145 public btVector3Array getVertices() { in getVertices() method in ConvexH
DbtConvexHullComputer.java136 public btVector3Array getVertices() { in getVertices() method in btConvexHullComputer
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DMeshBuilder.java292 public void getVertices (float[] out, int destOffset) { in getVertices() method in MeshBuilder
302 protected float[] getVertices () { in getVertices() method in MeshBuilder
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
DDecal.java379 public float[] getVertices () { in getVertices() method in Decal
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java4345 …public void getVertices(java.nio.FloatBuffer buffer, int vertexCount, int vertexSize, int posOffse… in getVertices() method in btSoftBody
4352 …public void getVertices(java.nio.FloatBuffer vertices, int vertexSize, int posOffset, java.nio.Sho… in getVertices() method in btSoftBody
4361 …public void getVertices(java.nio.FloatBuffer vertices, int vertexSize, int posOffset, int normalOf… in getVertices() method in btSoftBody