Flutter Engine
The Flutter Engine
|
#include "include/core/SkExecutor.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GrContextOptions.h"
#include "include/gpu/GrDirectContext.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include "tools/gpu/ContextType.h"
#include "tools/gpu/FenceSync.h"
#include <memory>
Go to the source code of this file.
Functions | |
DEF_GANESH_TEST (GrContextFactory_abandon, reporter, options, CtsEnforcement::kNever) | |
DEF_GANESH_TEST (GrContextFactory_sharedContexts, reporter, options, CtsEnforcement::kApiLevel_T) | |
DEF_GANESH_TEST (GrContextFactory_executorAndTaskGroup, reporter, options, CtsEnforcement::kNever) | |
DEF_GANESH_TEST | ( | GrContextFactory_abandon | , |
reporter | , | ||
options | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 22 of file GrContextFactoryTest.cpp.
DEF_GANESH_TEST | ( | GrContextFactory_executorAndTaskGroup | , |
reporter | , | ||
options | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 85 of file GrContextFactoryTest.cpp.
DEF_GANESH_TEST | ( | GrContextFactory_sharedContexts | , |
reporter | , | ||
options | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 47 of file GrContextFactoryTest.cpp.