Flutter Engine
The Flutter Engine
|
#include "tests/Test.h"
#include "include/core/SkColorSpace.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 "src/core/SkAutoPixmapStorage.h"
#include "src/gpu/graphite/Caps.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/Surface_Graphite.h"
#include "tests/TestUtils.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS (UpdateImageBackendTextureTest, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS | ( | UpdateImageBackendTextureTest | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 163 of file UpdateBackendTextureTest.cpp.