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

  /cts/suite/pts/deviceTests/opengl/jni/graphics/
GLUtils.h 33 static Mesh* loadMesh(const char* name);
GLUtils.cpp 92 Mesh* GLUtils::loadMesh(const char* path) {
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
FlockingScene.cpp 123 mMeshes.add(GLUtils::loadMesh("mesh/fish.cob"));
124 mMeshes.add(GLUtils::loadMesh("mesh/plane.cob"));
  /cts/suite/pts/deviceTests/opengl/jni/reference/scene/glowing/
GlowingScene.cpp 125 mMeshes.add(GLUtils::loadMesh("mesh/plane.cob"));
126 mMeshes.add(GLUtils::loadMesh("mesh/arc.cob"));

Completed in 1568 milliseconds