Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/graphite/
H A DCacheKeyTest.cpp60 RecorderOptions options = ToolUtils::CreateTestingRecorderOptions(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
106 RecorderOptions options = ToolUtils::CreateTestingRecorderOptions(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
H A DImageProviderTest.cpp329 RecorderOptions options = ToolUtils::CreateTestingRecorderOptions(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/skia/tools/graphite/
H A DGraphiteToolUtils.h19 skgpu::graphite::RecorderOptions CreateTestingRecorderOptions();
H A DGraphiteToolUtils.cpp104 skgpu::graphite::RecorderOptions CreateTestingRecorderOptions() { in CreateTestingRecorderOptions() function
/aosp_15_r20/external/skia/tests/
H A DBigImageTest.cpp607 context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
617 context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
H A DImageFilterTest.cpp1906 context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
/aosp_15_r20/external/skia/gm/
H A Dgraphite_replay.cpp114 context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in drawGraphite()
/aosp_15_r20/external/skia/tools/window/
H A DGraphiteNativeMetalWindowContext.mm71 fGraphiteRecorder = fGraphiteContext->makeRecorder(ToolUtils::CreateTestingRecorderOptions());
H A DGraphiteDawnWindowContext.cpp72 fGraphiteRecorder = fGraphiteContext->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in initializeContext()
H A DGraphiteNativeVulkanWindowContext.cpp136 fGraphiteRecorder = fGraphiteContext->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in initializeContext()
/aosp_15_r20/external/skia/dm/
H A DDMSrcSink.cpp2181 context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in draw()
2252 fRecorder = context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in drawSrc()
/aosp_15_r20/external/skia/bench/
H A Dnanobench.cpp375 this->recorder = this->context->makeRecorder(ToolUtils::CreateTestingRecorderOptions()); in init()