Home
last modified time | relevance | path

Searched refs:mTextureFile (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp60mTextureFile = android::base::pj({mSnapshotPath, std::string("textures_") + timeStamp + ".stex"}); in saveSnapshot()
65 android_fopen(mTextureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot()
92 new TextureLoader(StdioStream(android_fopen(mTextureFile.c_str(), "rb"), in loadSnapshot()
DGLSnapshotTestDispatch.h69 std::string mTextureFile = {}; variable
DFrameBuffer_unittest.cpp121mTextureFile = android::base::pj({mSnapshotPath, std::string("textures_") + mTimeStamp + ".stex"}… in SetUp()
137 android_fopen(mTextureFile.c_str(), "wb"), StdioStream::kOwner))); in saveSnapshot()
151 new TextureLoader(StdioStream(android_fopen(mTextureFile.c_str(), "rb"), in loadSnapshot()
172 std::string mTextureFile; member in gfxstream::__anon6c1a5eac0111::FrameBufferTest