Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp596 mCurrentRotationDrawFramebuffer(SurfaceRotation::Identity),
2383 return IsRotatedAspectRatio(mCurrentRotationDrawFramebuffer); in isRotatedAspectRatioForDrawFBO()
2393 return mCurrentRotationDrawFramebuffer; in getRotationDrawFramebuffer()
2965 mCurrentRotationDrawFramebuffer = in updateSurfaceRotationDrawFramebuffer()
3372 switch (mCurrentRotationDrawFramebuffer) in handleDirtyGraphicsDriverUniforms()
3422 memcpy(&driverUniforms->preRotation, &kPreRotationMatrices[mCurrentRotationDrawFramebuffer], in handleDirtyGraphicsDriverUniforms()
3424 memcpy(&driverUniforms->fragRotation, &kFragRotationMatrices[mCurrentRotationDrawFramebuffer], in handleDirtyGraphicsDriverUniforms()
DContextVk.h817 SurfaceRotation mCurrentRotationDrawFramebuffer; variable