Searched defs:vertices (Results 1 – 9 of 9) sorted by relevance
16 Mesh::Mesh(const float* vertices, const float* normals, const float* texCoords, in Mesh()
101 float* vertices = new float[numVertices * 3]; in loadMesh() local
33 int vertices[] = { in Cube() local
275 float[] vertices = new float[6]; in testBlackTriangleVertices() local336 float[] vertices = new float[6]; in testBlackTriangleVertices2() local
180 val vertices = floatArrayOf( in <lambda>() constant
65 ArrayList<CbGeoUtils.LatLng> vertices = new ArrayList<>(); in testPolygon() local
84 ArrayList<Float> vertices = new ArrayList<Float>(); in parse() local
401 FloatBuffer vertices = mSpheres[i].getVertices(); in createVbo() local
982 float[] vertices = new float[] { in GlWindow() local