Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DGLProcessPipe.cpp77 GLProcessPipe::s_headId.store(stream->getBe64()); in preLoad()
81 stream->putBe64(GLProcessPipe::s_headId.load()); in preSave()
96 m_uniqueId = ++s_headId; in GLProcessPipe()
159 static std::atomic<uint64_t> s_headId; member in android::opengl::__anon65208f7f0111::GLProcessPipe
163 std::atomic<uint64_t> GLProcessPipe::s_headId {0};