Go to the source code of this file.
|
| | impeller::android::testing::TEST (ToolkitAndroidTest, CanCreateProcTable) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, GuardsAgainstZeroSizedDescriptors) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, CanCreateHardwareBuffer) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, CanGetHardwareBufferIDs) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, HardwareBufferNullIDIfAPIUnavailable) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, CanDescribeHardwareBufferHandles) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, CanApplySurfaceTransaction) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, SurfacControlsAreAvailable) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, ChoreographerIsAvailable) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, CanPostAndNotWaitForFrameCallbacks) |
| |
| | impeller::android::testing::TEST (ToolkitAndroidTest, CanPostAndWaitForFrameCallbacks) |
| |
◆ DISABLE_ANDROID_PROC
| #define DISABLE_ANDROID_PROC |
( |
|
name | ) |
|
Value:
real_proc = GetMutableProcTable().name.proc; \
GetMutableProcTable().name.proc = nullptr; \
} \
GetMutableProcTable().name.proc = real_proc; \
} \
decltype(
name)* real_proc; \
Definition at line 15 of file toolkit_android_unittests.cc.
16 { \
19 GetMutableProcTable().name.proc = nullptr; \
20 } \
22 GetMutableProcTable().name.proc = real_proc; \
23 } \
24 decltype(
name)* real_proc; \
ProcTable & GetMutableProcTable()