Home
last modified time | relevance | path

Searched refs:textureFile (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTesting.cpp241 const std::string textureFile) { in saveSnapshot() argument
248 android_fopen(textureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot()
270 const std::string textureFile) { in loadSnapshot() argument
277 new TextureLoader(StdioStream(android_fopen(textureFile.c_str(), "rb"), in loadSnapshot()
306 std::string textureFile = local
309 saveSnapshot(snapshotFile, textureFile);
314 loadSnapshot(snapshotFile, textureFile);
DGLSnapshotTesting.h206 const std::string textureFile);
213 const std::string textureFile);