Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h76 const std::string& getGlesVendor() const { return mGlesVendor; } in getGlesVendor() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp418 fb->m_graphicsAdapterVendor = fb->m_emulationGl->getGlesVendor(); in initialize()