Flutter Engine
The Flutter Engine
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkColorType.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTextureCompressionType.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrBackendSurface.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/GrTypes.h"
#include "include/gpu/ganesh/SkImageGanesh.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "include/private/base/SkTArray.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/core/SkAutoPixmapStorage.h"
#include "src/core/SkCompressedDataUtils.h"
#include "src/core/SkMipmap.h"
#include "src/gpu/DataUtils.h"
#include "src/gpu/GpuTypesPriv.h"
#include "src/gpu/ganesh/GrBackendUtils.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDataUtils.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include "tests/TestUtils.h"
#include <algorithm>
#include <cstddef>
#include <functional>
#include <initializer_list>
#include <memory>
#include <utility>
Go to the source code of this file.
|
static |
Definition at line 90 of file CompressedBackendAllocationTest.cpp.
|
static |
Definition at line 151 of file CompressedBackendAllocationTest.cpp.
|
static |
Definition at line 60 of file CompressedBackendAllocationTest.cpp.
sk_sp< SkImage > create_image | ( | GrDirectContext * | dContext, |
const GrBackendTexture & | backendTex | ||
) |
Definition at line 77 of file CompressedBackendAllocationTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | CompressedBackendAllocationTest | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 318 of file CompressedBackendAllocationTest.cpp.
|
static |
Definition at line 223 of file CompressedBackendAllocationTest.cpp.
|
static |
Definition at line 179 of file CompressedBackendAllocationTest.cpp.
|
static |
Definition at line 256 of file CompressedBackendAllocationTest.cpp.