Flutter Engine
The Flutter Engine
|
#include "tests/Test.h"
#include "tools/skqp/src/skqp.h"
#include "include/core/SkStream.h"
#include "include/gpu/GrDirectContext.h"
Go to the source code of this file.
Namespaces | |
namespace | skiatest |
Functions | |
bool | skiatest::IsGLContextType (skgpu::ContextType type) |
bool | skiatest::IsVulkanContextType (skgpu::ContextType type) |
bool | skiatest::IsMockContextType (skgpu::ContextType type) |
bool | skiatest::IsMetalContextType (skgpu::ContextType type) |
bool | skiatest::IsDirect3DContextType (skgpu::ContextType type) |
bool | skiatest::IsDawnContextType (skgpu::ContextType type) |
static bool | skiatest::vk_has_physical_devices () |
static bool | skiatest::skip_context (skgpu::ContextType contextType) |
void | skiatest::RunWithGaneshTestContexts (GrContextTestFn *testFn, ContextTypeFilterFn *filter, Reporter *reporter, const GrContextOptions &options) |
Variables | |
static constexpr auto | skiatest::kNativeGLType = skgpu::ContextType::kGLES |