Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp420 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()
DContextVk.h978 WindowSurfaceVk *mCurrentWindowSurface; variable