Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
DEF_CONDITIONAL_GANESH_TEST_FOR_ALL_CONTEXTS | ( | TestGpuAllContextsWithFalseCondition | , |
reporter | , | ||
ctxInfo | , | ||
false | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 68 of file TestTest.cpp.
DEF_CONDITIONAL_GANESH_TEST_FOR_ALL_CONTEXTS | ( | TestGpuAllContextsWithTrueCondition | , |
reporter | , | ||
ctxInfo | , | ||
true | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 62 of file TestTest.cpp.
DEF_CONDITIONAL_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | TestGpuRenderingContextsWithFalseCondition | , |
reporter | , | ||
ctxInfo | , | ||
false | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 84 of file TestTest.cpp.
DEF_CONDITIONAL_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | TestGpuRenderingContextsWithTrueCondition | , |
reporter | , | ||
ctxInfo | , | ||
true | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 75 of file TestTest.cpp.
DEF_CONDITIONAL_TEST | ( | TestFalseCondition | , |
reporter | , | ||
1 | = = 0 |
||
) |
Definition at line 25 of file TestTest.cpp.
DEF_CONDITIONAL_TEST | ( | TestTrueCondition | , |
reporter | , | ||
1 | = = 1 |
||
) |
Definition at line 20 of file TestTest.cpp.
DEF_GANESH_TEST | ( | TestGpuFactory | , |
reporter | , | ||
factory | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 32 of file TestTest.cpp.
DEF_GANESH_TEST_FOR_ALL_CONTEXTS | ( | TestGpuAllContexts | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 38 of file TestTest.cpp.
DEF_GANESH_TEST_FOR_MOCK_CONTEXT | ( | TestMockContext | , |
reporter | , | ||
ctxInfo | |||
) |
Definition at line 55 of file TestTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | TestGpuRenderingContexts | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 45 of file TestTest.cpp.
DEF_TEST | ( | TestCtsEnforcement | , |
reporter | |||
) |
Definition at line 94 of file TestTest.cpp.
DEF_TEST | ( | TestNormal | , |
reporter | |||
) |
Definition at line 15 of file TestTest.cpp.