Flutter Engine
The Flutter Engine
|
#include "tests/Test.h"
#include "include/effects/SkRuntimeEffect.h"
#include "include/gpu/graphite/Context.h"
#include "src/core/SkRuntimeEffectPriv.h"
#include "src/gpu/graphite/ContextPriv.h"
#include "src/gpu/graphite/KeyHelpers.h"
#include "src/gpu/graphite/ShaderCodeDictionary.h"
Go to the source code of this file.
Functions | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (Shader_FindOrCreateSnippetForRuntimeEffect, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ColorFilter_FindOrCreateSnippetForRuntimeEffect, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ShaderUniforms_FindOrCreateSnippetForRuntimeEffect, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS (ColorFilterUniforms_FindOrCreateSnippetForRuntimeEffect, reporter, context, CtsEnforcement::kNextRelease) | |
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | ColorFilter_FindOrCreateSnippetForRuntimeEffect | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 44 of file RTEffectTest.cpp.
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | ColorFilterUniforms_FindOrCreateSnippetForRuntimeEffect | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 115 of file RTEffectTest.cpp.
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | Shader_FindOrCreateSnippetForRuntimeEffect | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 19 of file RTEffectTest.cpp.
DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS | ( | ShaderUniforms_FindOrCreateSnippetForRuntimeEffect | , |
reporter | , | ||
context | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 72 of file RTEffectTest.cpp.