Exemplo n.º 1
0
void
Compositor::Destroy()
{
  ReadUnlockTextures();
  FlushPendingNotifyNotUsed();
  mIsDestroyed = true;
}
Exemplo n.º 2
0
void
TextureSourceProvider::Destroy()
{
  ReadUnlockTextures();
  FlushPendingNotifyNotUsed();
}
Exemplo n.º 3
0
TextureSourceProvider::~TextureSourceProvider()
{
  ReadUnlockTextures();
}
Exemplo n.º 4
0
void
Compositor::EndFrame()
{
  ReadUnlockTextures();
  mLastCompositionEndTime = TimeStamp::Now();
}
Exemplo n.º 5
0
Compositor::~Compositor()
{
  ReadUnlockTextures();
}