Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h102 const std::optional<GlesUuid> getGlesDeviceUuid() const { return mGlesDeviceUuid; } in getGlesDeviceUuid() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp451 const auto& glesDeviceUuid = fb->m_emulationGl->getGlesDeviceUuid(); in initialize()