Flutter Engine
The Flutter Engine
|
#include "tests/Test.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkImageGenerator.h"
#include "include/core/SkPicture.h"
#include "include/core/SkPictureRecorder.h"
#include "include/core/SkSpan.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/private/base/SkTo.h"
#include "src/core/SkMipmapBuilder.h"
#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/RecorderPriv.h"
#include "src/gpu/graphite/Surface_Graphite.h"
#include "tests/TestUtils.h"
#include "tools/GpuToolUtils.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Typedefs | |
using | Mipmapped = skgpu::Mipmapped |
Functions | |
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS (ImageProviderTest_Graphite_Default, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS (ImageProviderTest_Graphite_Testing, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS (Make_TextureImage_Subset_Test, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS (MakeColorSpace_Test, reporter, context, CtsEnforcement::kNextRelease) | |
using Mipmapped = skgpu::Mipmapped |
Definition at line 30 of file ImageProviderTest.cpp.
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | ImageProviderTest_Graphite_Default | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 275 of file ImageProviderTest.cpp.
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | ImageProviderTest_Graphite_Testing | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 317 of file ImageProviderTest.cpp.
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | Make_TextureImage_Subset_Test | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 336 of file ImageProviderTest.cpp.
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | MakeColorSpace_Test | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 446 of file ImageProviderTest.cpp.