Flutter Engine
The Flutter Engine
|
#include "include/gpu/graphite/BackendTexture.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorFilter.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkSurface.h"
#include "include/gpu/graphite/Context.h"
#include "include/gpu/graphite/Image.h"
#include "include/gpu/graphite/Recording.h"
#include "include/gpu/graphite/Surface.h"
#include "include/gpu/graphite/YUVABackendTextures.h"
#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/RecordingPriv.h"
#include "tests/Test.h"
#include "tools/graphite/GraphiteTestContext.h"
Go to the source code of this file.
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | GraphiteYUVAPromiseImageMultipleImgUses | , |
reporter | , | ||
context | , | ||
testGpuContext | , | ||
true | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 731 of file GraphiteYUVAPromiseImageTest.cpp.
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | GraphiteYUVAPromiseImageRecorderLoss | , |
reporter | , | ||
context | , | ||
testGpuContext | , | ||
true | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 689 of file GraphiteYUVAPromiseImageTest.cpp.
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | NonVolatileGraphiteYUVAPromiseImageFulfillFailureTest | , |
reporter | , | ||
context | , | ||
testGpuContext | , | ||
true | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 378 of file GraphiteYUVAPromiseImageTest.cpp.
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | NonVolatileGraphiteYUVAPromiseImageTest | , |
reporter | , | ||
context | , | ||
testGpuContext | , | ||
true | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 280 of file GraphiteYUVAPromiseImageTest.cpp.
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | VolatileGraphiteYUVAPromiseImageFulfillFailureTest | , |
reporter | , | ||
context | , | ||
testGpuContext | , | ||
true | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 603 of file GraphiteYUVAPromiseImageTest.cpp.
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | VolatileGraphiteYUVAPromiseImageTest | , |
reporter | , | ||
context | , | ||
testGpuContext | , | ||
true | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 482 of file GraphiteYUVAPromiseImageTest.cpp.
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | NonVolatileGraphiteYUVAPromiseImageCreationFailureTest | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 461 of file GraphiteYUVAPromiseImageTest.cpp.