Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h78 const std::string& getGlesVersionString() const { return mGlesVersion; } in getGlesVersionString() function
/hardware/google/gfxstream/host/
DFrameBuffer.cpp420 fb->m_graphicsApiVersion = fb->m_emulationGl->getGlesVersionString(); in initialize()