Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp286 emulationGl->mEglExtensions.insert(found); in create()
560 return mEglExtensions.find(ext) != mEglExtensions.end(); in hasEglExtension()
DEmulationGl.h160 std::unordered_set<std::string> mEglExtensions; variable