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

  /cts/tests/openglperf2/jni/graphics/
GLUtils.h 29 static char* openTextFile(const char* path);
GLUtils.cpp 41 char* GLUtils::openTextFile(const char* path) {
94 char* buffer = openTextFile(path);
  /cts/tests/openglperf2/jni/reference/scene/flocking/
FlockingScene.cpp 43 const char* vertex = GLUtils::openTextFile("vertex/perspective");
44 const char* fragment = GLUtils::openTextFile("fragment/perspective");
56 vertex = GLUtils::openTextFile("vertex/water");
57 fragment = GLUtils::openTextFile("fragment/water");
  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.cpp 48 const char* vertex = GLUtils::openTextFile("vertex/perspective");
49 const char* fragment = GLUtils::openTextFile("fragment/perspective");
61 vertex = GLUtils::openTextFile("vertex/blur");
62 fragment = GLUtils::openTextFile("fragment/blur");

Completed in 3519 milliseconds