Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java605 private GlWindow mTopWindow; field in EncodeVirtualDisplayWithCompositionTest.GlCompositor
685 GlWindow w = mTopWindow; in onFrameAvailable()
791 mTopWindow = new GlWindow(this, 0, 0, mWidth, mHeight); in createWindows()
792 mTopWindow.init(); in createWindows()
794 mTopWindow.getSurface(), mWidth, mHeight, mNumWindows); in createWindows()
806 if (mTopWindow != null) { in cleanupGl()
807 mTopWindow.cleanup(); in cleanupGl()
808 mTopWindow = null; in cleanupGl()
820 mTopWindow.updateTexImageIfNecessary(); in doGlRendering()
826 mTopWindow.onDraw(mGluSTMatrixHandle, mGlaPositionHandle, mGlaTextureHandle); in doGlRendering()
[all …]