Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h101 using GlesUuid = std::array<uint8_t, GL_UUID_SIZE_EXT>; variable
102 const std::optional<GlesUuid> getGlesDeviceUuid() const { return mGlesDeviceUuid; } in getGlesDeviceUuid()
179 std::optional<GlesUuid> mGlesDeviceUuid;
DEmulationGl.cpp449 GlesUuid uuid{}; in create()