Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h87 bool isAsyncReadbackSupported() const;
DEmulationGl.cpp591 bool EmulationGl::isAsyncReadbackSupported() const { in isAsyncReadbackSupported() function in gfxstream::gl::EmulationGl
/hardware/google/gfxstream/host/
DFrameBuffer.cpp1925 return m_emulationGl && m_emulationGl->isAsyncReadbackSupported(); in asyncReadbackSupported()