Home
last modified time | relevance | path

Searched refs:CreateTestingRecorderOptions (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/sk_app/
DGraphiteDawnWindowContext.cpp57 fGraphiteRecorder = fGraphiteContext->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in initializeContext()
DGraphiteMetalWindowContext.mm62 fGraphiteRecorder = fGraphiteContext->makeRecorder(ToolUtils::CreateTestingRecorderOptions());
/external/skia/gm/
Dgraphite_replay.cpp110 context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in drawGraphite()
/external/skia/tools/
DToolUtils.h357 skgpu::graphite::RecorderOptions CreateTestingRecorderOptions();
DToolUtils.cpp730 skgpu::graphite::RecorderOptions CreateTestingRecorderOptions() { in CreateTestingRecorderOptions() function
/external/skia/tests/graphite/
DImageProviderTest.cpp321 RecorderOptions options = ToolUtils::CreateTestingRecorderOptions(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
/external/skia/bench/
Dnanobench.cpp362 this->recorder = this->context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in init()
/external/skia/dm/
DDMSrcSink.cpp2120 context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in draw()