Searched refs:mCurrentWindowSurface (Results 1 – 2 of 2) sorted by relevance
420 mCurrentWindowSurface(nullptr),2161 if (mCurrentWindowSurface) in submitFrame()2163 vk::Semaphore waitSemaphore = mCurrentWindowSurface->getAcquireImageSemaphore(); in submitFrame()3879 mCurrentWindowSurface = GetImplAs<WindowSurfaceVk>(drawSurface); in onMakeCurrent()3883 mCurrentWindowSurface = nullptr; in onMakeCurrent()3920 mCurrentWindowSurface = nullptr; in onUnMakeCurrent()4025 DetermineSurfaceRotation(drawFramebuffer, mCurrentWindowSurface); in updateSurfaceRotationDrawFramebuffer()4032 DetermineSurfaceRotation(readFramebuffer, mCurrentWindowSurface); in updateSurfaceRotationReadFramebuffer()
978 WindowSurfaceVk *mCurrentWindowSurface; variable