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/
DEncodeVirtualDisplayWithCompositionTestImpl.java655 private GlWindow mTopWindow; field in EncodeVirtualDisplayWithCompositionTestImpl.GlCompositor
739 GlWindow w = mTopWindow; in onFrameAvailable()
845 mTopWindow = new GlWindow(this, 0, 0, mWidth, mHeight); in createWindows()
846 mTopWindow.init(); in createWindows()
848 mTopWindow.getSurface(), mWidth, mHeight, mNumWindows); in createWindows()
860 if (mTopWindow != null) { in cleanupGl()
861 mTopWindow.cleanup(); in cleanupGl()
862 mTopWindow = null; in cleanupGl()
874 mTopWindow.updateTexImageIfNecessary(); in doGlRendering()
880 mTopWindow.onDraw(mGluSTMatrixHandle, mGlaPositionHandle, mGlaTextureHandle); in doGlRendering()
[all …]