Searched refs:m_sharedSurfaceTexture (Results 1 – 2 of 2) sorted by relevance
107 m_sharedSurfaceTexture = in initGLResources()117 m_sharedSurfaceTexture->setSynchronousMode(true); in initGLResources()246 if (m_sharedSurfaceTexture.get()) { in emptyAndAbandonQueue()247 m_sharedSurfaceTexture->abandon(); in emptyAndAbandonQueue()248 m_sharedSurfaceTexture.clear(); in emptyAndAbandonQueue()340 status_t result = m_sharedSurfaceTexture->updateTexImage(); in updateDirtyTiles()365 m_sharedSurfaceTexture->getCurrentTextureTarget(), in updateDirtyTiles()531 status_t result = m_sharedSurfaceTexture->updateTexImage(); in cleanupPendingDiscard()
191 android::sp<android::GLConsumer> m_sharedSurfaceTexture; variable