Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h173 m_grallocOnly = gralloc_only; in setGrallocOnly()
176 bool isGrallocOnly() const { return m_grallocOnly; } in isGrallocOnly()
235 bool m_grallocOnly; variable
DHostConnection.cpp357 m_grallocOnly(true), in HostConnection()