Flutter Engine
The Flutter Engine
|
#include "tests/Test.h"
#include "include/gpu/graphite/Context.h"
#include "include/gpu/graphite/ContextOptions.h"
#include "include/gpu/graphite/Recorder.h"
Go to the source code of this file.
Functions | |
static void | set_context_budget (skgpu::graphite::ContextOptions *options) |
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS (CacheBudgetTest, nullptr, reporter, context, testContext, set_context_budget, true, CtsEnforcement::kNextRelease) | |
Variables | |
static constexpr size_t | kContextBudget = 1234567 |
DEF_CONDITIONAL_GRAPHITE_TEST_FOR_CONTEXTS | ( | CacheBudgetTest | , |
nullptr | , | ||
reporter | , | ||
context | , | ||
testContext | , | ||
set_context_budget | , | ||
true | , | ||
CtsEnforcement::kNextRelease | |||
) |
Definition at line 20 of file CacheBudgetTest.cpp.
|
static |
Definition at line 16 of file CacheBudgetTest.cpp.
|
staticconstexpr |
Definition at line 14 of file CacheBudgetTest.cpp.