Flutter Engine
The Flutter Engine
|
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPicture.h"
#include "include/core/SkPictureRecorder.h"
#include "include/gpu/graphite/Context.h"
#include "include/gpu/graphite/ImageProvider.h"
#include "include/gpu/graphite/Recorder.h"
#include "tests/Test.h"
#include "tools/GpuToolUtils.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (CacheKeyTest_Picture, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (CacheKeyTest_Bitmap, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | CacheKeyTest_Bitmap | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 102 of file CacheKeyTest.cpp.
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | CacheKeyTest_Picture | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 56 of file CacheKeyTest.cpp.