Flutter Engine
The Flutter Engine
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkSurfaceProps.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrBackendSurface.h"
#include "include/gpu/GrContextOptions.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/GrTypes.h"
#include "include/gpu/gl/GrGLTypes.h"
#include "include/private/base/SkDebug.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/base/SkRandom.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/SkBackingFit.h"
#include "src/gpu/Swizzle.h"
#include "src/gpu/ganesh/GrAutoLocaleSetter.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrDrawOpTest.h"
#include "src/gpu/ganesh/GrDrawingManager.h"
#include "src/gpu/ganesh/GrFragmentProcessor.h"
#include "src/gpu/ganesh/GrPaint.h"
#include "src/gpu/ganesh/GrProcessorUnitTest.h"
#include "src/gpu/ganesh/GrProxyProvider.h"
#include "src/gpu/ganesh/GrSurfaceProxy.h"
#include "src/gpu/ganesh/SurfaceDrawContext.h"
#include "src/gpu/ganesh/effects/GrBlendFragmentProcessor.h"
#include "src/gpu/ganesh/effects/GrPorterDuffXferProcessor.h"
#include "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include <algorithm>
#include <array>
#include <cstdint>
#include <memory>
#include <tuple>
#include <utility>
Go to the source code of this file.
Classes | |
class | BlockInputFragmentProcessor |
Functions | |
static std::unique_ptr< skgpu::ganesh::SurfaceDrawContext > | random_surface_draw_context (GrRecordingContext *rContext, SkRandom *random, const GrCaps *caps) |
static int | get_programs_max_stages (const sk_gpu_test::ContextInfo &ctxInfo) |
static int | get_programs_max_levels (const sk_gpu_test::ContextInfo &ctxInfo) |
static void | test_programs (skiatest::Reporter *reporter, const sk_gpu_test::ContextInfo &ctxInfo) |
DEF_GANESH_TEST (Programs, reporter, options, CtsEnforcement::kNever) | |
Variables | |
static const uint32_t | kMaxKeySize = 1024 |
static const int | kRenderTargetHeight = 1 |
static const int | kRenderTargetWidth = 1 |
DEF_GANESH_TEST | ( | Programs | , |
reporter | , | ||
options | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 449 of file ProgramsTest.cpp.
|
static |
Definition at line 409 of file ProgramsTest.cpp.
|
static |
Definition at line 376 of file ProgramsTest.cpp.
|
static |
Definition at line 161 of file ProgramsTest.cpp.
|
static |
Definition at line 435 of file ProgramsTest.cpp.
|
static |
Definition at line 64 of file ProgramsTest.cpp.
|
static |
Definition at line 158 of file ProgramsTest.cpp.
|
static |
Definition at line 159 of file ProgramsTest.cpp.