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

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 116 getVertices(shape.getObjectId(), callback);
117 mesh.setBuffer(Type.Position, 3, callback.getVertices());
122 private static native void getVertices(long shapeId, DebugMeshCallback buffer);
DebugMeshCallback.java 51 public FloatBuffer getVertices() {
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 126 mesh.setBuffer(Type.Position, 3, getVertices((ConvexShape) shape.getCShape()));
130 mesh.setBuffer(Type.Position, 3, getVertices((ConcaveShape) shape.getCShape()));
142 private static FloatBuffer getVertices(ConcaveShape concaveShape) {
148 return triangleProcessor.getVertices();
158 private static FloatBuffer getVertices(ConvexShape convexShape) {
233 public FloatBuffer getVertices() {
  /frameworks/native/services/surfaceflinger/
LayerDim.cpp 65 glVertexPointer(2, GL_FLOAT, 0, mesh.getVertices());
Layer.h 121 GLfloat const* getVertices() const {
Layer.cpp 538 glVertexPointer(2, GL_FLOAT, 0, mesh.getVertices());
622 glVertexPointer(2, GL_FLOAT, 0, mesh.getVertices());
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 198 mSpheres[i].getVertices());
202 mSpheres[i].getVertices().duplicate().position(3));
398 FloatBuffer vertices = mSpheres[i].getVertices();
Sphere.java 131 public FloatBuffer getVertices() {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 117 Vector3f[] vertices = this.getVertices(structure, blenderContext);
513 private Vector3f[] getVertices(Structure meshStructure, BlenderContext blenderContext) throws BlenderFileException {

Completed in 303 milliseconds