Flutter Engine
The Flutter Engine
|
#include "tests/Test.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkSurface.h"
#include "include/gpu/MutableTextureState.h"
#include "include/gpu/graphite/BackendTexture.h"
#include "include/gpu/graphite/Context.h"
#include "include/gpu/graphite/Image.h"
#include "include/gpu/graphite/Recorder.h"
#include "include/gpu/graphite/Surface.h"
#include "include/gpu/vk/VulkanMutableTextureState.h"
#include "include/gpu/vk/VulkanTypes.h"
#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/ResourceTypes.h"
Go to the source code of this file.
Functions | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (BackendTextureTest, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (SurfaceBackendTextureTest, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ImageBackendTextureTest, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | BackendTextureTest | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 31 of file BackendTextureTest.cpp.
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | ImageBackendTextureTest | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 152 of file BackendTextureTest.cpp.
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | SurfaceBackendTextureTest | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 90 of file BackendTextureTest.cpp.