Searched refs:SurfaceRotationType (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 223 constexpr angle::PackedEnumMap<rx::SurfaceRotationType, 225 angle::EnumSize<rx::SurfaceRotationType>()> 227 {{rx::SurfaceRotationType::Identity, {{1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f}}}, 228 {rx::SurfaceRotationType::Rotated90Degrees, 230 {rx::SurfaceRotationType::Rotated180Degrees, 232 {rx::SurfaceRotationType::Rotated270Degrees, 234 {rx::SurfaceRotationType::FlippedIdentity, 236 {rx::SurfaceRotationType::FlippedRotated90Degrees, 238 {rx::SurfaceRotationType::FlippedRotated180Degrees, 240 {rx::SurfaceRotationType::FlippedRotated270Degrees, [all …]
|
D | ContextVk.h | 35 enum class SurfaceRotationType enum 961 SurfaceRotationType mCurrentRotationDrawFramebuffer; 962 SurfaceRotationType mCurrentRotationReadFramebuffer;
|