Home
last modified time | relevance | path

Searched defs:mEglExtensions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulationGl.h162 std::unordered_set<std::string> mEglExtensions; variable
/aosp_15_r20/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
H A DGlesStubActivity.java57 private HashSet<String> mEglExtensions = new HashSet<>(); field in GlesStubActivity