Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp885 mCurrentRotationDrawFramebuffer(SurfaceRotation::Identity),
4937 return IsRotatedAspectRatio(mCurrentRotationDrawFramebuffer); in isRotatedAspectRatioForDrawFBO()
4947 return mCurrentRotationDrawFramebuffer; in getRotationDrawFramebuffer()
6272 mCurrentRotationDrawFramebuffer = rotation; in updateSurfaceRotationDrawFramebuffer()
7120 switch (mCurrentRotationDrawFramebuffer) in handleDirtyGraphicsDriverUniforms()
7181 const uint32_t swapXY = IsRotatedAspectRatio(mCurrentRotationDrawFramebuffer); in handleDirtyGraphicsDriverUniforms()
H A DContextVk.h1483 SurfaceRotation mCurrentRotationDrawFramebuffer; variable