Searched refs:mTextureFile (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTestDispatch.cpp | 60 … mTextureFile = 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()
|
D | GLSnapshotTestDispatch.h | 69 std::string mTextureFile = {}; variable
|
D | FrameBuffer_unittest.cpp | 121 …mTextureFile = 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
|