Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h68 GLESDispatchMaxVersion getGlesMaxDispatchVersion() const;
DEmulationGl.cpp555 GLESDispatchMaxVersion EmulationGl::getGlesMaxDispatchVersion() const { in getGlesMaxDispatchVersion() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3519 return m_emulationGl->getGlesMaxDispatchVersion(); in getMaxGLESVersion()