Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h51 void setSyncImpl(SyncImpl syncImpl) { m_featureInfo.syncImpl = syncImpl; } in setSyncImpl()
52 void setDmaImpl(DmaImpl dmaImpl) { m_featureInfo.dmaImpl = dmaImpl; } in setDmaImpl()
54 m_featureInfo.hostComposition = hostComposition; } in setHostComposition()
55 bool hasNativeSync() const { return m_featureInfo.syncImpl >= SYNC_IMPL_NATIVE_SYNC_V2; } in hasNativeSync()
56 bool hasNativeSyncV3() const { return m_featureInfo.syncImpl >= SYNC_IMPL_NATIVE_SYNC_V3; } in hasNativeSyncV3()
58 return m_featureInfo.hostComposition == HOST_COMPOSITION_V1; } in hasHostCompositionV1()
59 DmaImpl getDmaVersion() const { return m_featureInfo.dmaImpl; } in getDmaVersion()
69 void setGLESMaxVersion(GLESMaxVersion ver) { m_featureInfo.glesMaxVersion = ver; } in setGLESMaxVersion()
70 GLESMaxVersion getGLESMaxVersion() const { return m_featureInfo.glesMaxVersion; } in getGLESMaxVersion()
72 const EmulatorFeatureInfo* featureInfo_const() const { return &m_featureInfo; } in featureInfo_const()
[all …]