Functions | |
| TEST (ToolkitAndroidTest, CanCreateProcTable) | |
| TEST (ToolkitAndroidTest, GuardsAgainstZeroSizedDescriptors) | |
| TEST (ToolkitAndroidTest, CanCreateHardwareBuffer) | |
| TEST (ToolkitAndroidTest, CanGetHardwareBufferIDs) | |
| TEST (ToolkitAndroidTest, HardwareBufferNullIDIfAPIUnavailable) | |
| TEST (ToolkitAndroidTest, CanDescribeHardwareBufferHandles) | |
| TEST (ToolkitAndroidTest, CanApplySurfaceTransaction) | |
| TEST (ToolkitAndroidTest, SurfacControlsAreAvailable) | |
| TEST (ToolkitAndroidTest, ChoreographerIsAvailable) | |
| TEST (ToolkitAndroidTest, CanPostAndNotWaitForFrameCallbacks) | |
| TEST (ToolkitAndroidTest, CanPostAndWaitForFrameCallbacks) | |
| TEST (ToolkitAndroidTest, ShouldDisableAHB) | |
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| CanApplySurfaceTransaction | |||
| ) |
Definition at line 85 of file toolkit_android_unittests.cc.
References impeller::android::SurfaceTransaction::Apply(), impeller::android::SurfaceTransaction::IsAvailableOnPlatform(), and impeller::android::SurfaceTransaction::IsValid().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| CanCreateHardwareBuffer | |||
| ) |
Definition at line 39 of file toolkit_android_unittests.cc.
References impeller::android::HardwareBuffer::IsAvailableOnPlatform(), impeller::android::HardwareBuffer::IsValid(), and impeller::android::HardwareBufferDescriptor::MakeForSwapchainImage().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| CanCreateProcTable | |||
| ) |
Definition at line 28 of file toolkit_android_unittests.cc.
References impeller::android::ProcTable::IsValid().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| CanDescribeHardwareBufferHandles | |||
| ) |
Definition at line 70 of file toolkit_android_unittests.cc.
References impeller::android::HardwareBuffer::Describe(), impeller::android::HardwareBuffer::GetHandle(), impeller::android::HardwareBuffer::IsAvailableOnPlatform(), impeller::android::HardwareBuffer::IsValid(), and impeller::android::HardwareBufferDescriptor::MakeForSwapchainImage().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| CanGetHardwareBufferIDs | |||
| ) |
Definition at line 50 of file toolkit_android_unittests.cc.
References impeller::android::GetProcTable(), impeller::android::HardwareBuffer::GetSystemUniqueID(), impeller::android::HardwareBuffer::IsAvailableOnPlatform(), impeller::android::HardwareBuffer::IsValid(), and impeller::android::HardwareBufferDescriptor::MakeForSwapchainImage().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| CanPostAndNotWaitForFrameCallbacks | |||
| ) |
Definition at line 111 of file toolkit_android_unittests.cc.
References impeller::android::Choreographer::GetInstance(), and impeller::android::Choreographer::IsAvailableOnPlatform().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| CanPostAndWaitForFrameCallbacks | |||
| ) |
Definition at line 120 of file toolkit_android_unittests.cc.
References impeller::android::Choreographer::GetInstance(), and impeller::android::Choreographer::IsAvailableOnPlatform().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| ChoreographerIsAvailable | |||
| ) |
Definition at line 104 of file toolkit_android_unittests.cc.
References impeller::android::Choreographer::IsAvailableOnPlatform().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| GuardsAgainstZeroSizedDescriptors | |||
| ) |
Definition at line 33 of file toolkit_android_unittests.cc.
References impeller::android::HardwareBufferDescriptor::MakeForSwapchainImage().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| HardwareBufferNullIDIfAPIUnavailable | |||
| ) |
Definition at line 65 of file toolkit_android_unittests.cc.
References DISABLE_ANDROID_PROC, and impeller::android::HardwareBuffer::GetSystemUniqueID().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| ShouldDisableAHB | |||
| ) |
Definition at line 138 of file toolkit_android_unittests.cc.
References impeller::android::ShadowRealm::ShouldDisableAHBInternal().
| impeller::android::testing::TEST | ( | ToolkitAndroidTest | , |
| SurfacControlsAreAvailable | |||
| ) |
Definition at line 97 of file toolkit_android_unittests.cc.
References impeller::android::SurfaceControl::IsAvailableOnPlatform().