Home
last modified time | relevance | path

Searched refs:getGlesExtensionsString (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulationGl.h79 const std::string& getGlesExtensionsString() const { return mGlesExtensions; } in getGlesExtensionsString() function
/hardware/google/gfxstream/host/
DRenderControl.cpp656 ? FrameBuffer::getFB()->getEmulationGl().getGlesExtensionsString() in rcGetGLString()
DFrameBuffer.cpp421 fb->m_graphicsApiExtensions = fb->m_emulationGl->getGlesExtensionsString(); in initialize()