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.h132 m_grallocOnly = gralloc_only; in setGrallocOnly()
135 bool isGrallocOnly() const { return m_grallocOnly; } in isGrallocOnly()
159 bool m_grallocOnly; variable
DHostConnection.cpp40 m_grallocOnly(true) in HostConnection()