Searched refs:mOutputSurface (Results 1 – 3 of 3) sorted by relevance
59 mComposerClient(), mSurfaceControl(), mOutputSurface() { in SRGBTest()246 sp<Surface> mOutputSurface; member in android::SRGBTest311 mOutputSurface = mSurfaceControl->getSurface(); in createDebugSurface()312 mOutputSurface->lock(&outBuffer, &inOutDirtyBounds); in createDebugSurface()324 mOutputSurface->unlockAndPost(); in createDebugSurface()328 if (!mOutputSurface.get()) return; in copyToDebugSurface()335 mOutputSurface->lock(&outBuffer, &outBufferBounds); in copyToDebugSurface()364 mOutputSurface->unlockAndPost(); in copyToDebugSurface()
61 mOutputSurface = outputSurface; in start()137 err = mEglWindow.createWindow(mOutputSurface); in setup_l()190 mOutputSurface.clear(); in release_l()
123 sp<IGraphicBufferProducer> mOutputSurface; variable