HomeSort by relevance Sort by last modified time
    Searched refs:addVertex (Results 1 - 7 of 7) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java 24 GLVertex leftBottomBack = addVertex(left, bottom, back);
25 GLVertex rightBottomBack = addVertex(right, bottom, back);
26 GLVertex leftTopBack = addVertex(left, top, back);
27 GLVertex rightTopBack = addVertex(right, top, back);
28 GLVertex leftBottomFront = addVertex(left, bottom, front);
29 GLVertex rightBottomFront = addVertex(right, bottom, front);
30 GLVertex leftTopFront = addVertex(left, top, front);
31 GLVertex rightTopFront = addVertex(right, top, front);
GLFace.java 32 addVertex(v1);
33 addVertex(v2);
34 addVertex(v3);
38 addVertex(v1);
39 addVertex(v2);
40 addVertex(v3);
41 addVertex(v4);
44 public void addVertex(GLVertex v) {
GLShape.java 55 public GLVertex addVertex(float x, float y, float z) {
67 GLVertex vertex = mWorld.addVertex(x, y, z);
GLWorld.java 61 public GLVertex addVertex(float x, float y, float z) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 

Completed in 2099 milliseconds