Home
last modified time | relevance | path

Searched refs:makeRecorder (Results 1 – 25 of 29) sorted by relevance

12

/external/skia/tests/graphite/
DBackendTextureTest.cpp35 auto recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
79 auto recorder2 = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
97 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
158 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DRecordingSurfacesTest.cpp25 std::unique_ptr<Recorder> surfaceRecorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
36 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DComputeTaskTest.cpp31 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_METAL_CONTEXT()
134 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_METAL_CONTEXT()
244 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_METAL_CONTEXT()
DImageProviderTest.cpp279 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
322 std::unique_ptr<skgpu::graphite::Recorder> recorder = context->makeRecorder(options); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
347 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
440 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
DPipelineDataCacheTest.cpp20 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DBufferManagerTest.cpp30 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
DMultisampleTest.cpp27 std::unique_ptr<Recorder> surfaceRecorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DRecorderTest.cpp19 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DImageShaderTest.cpp37 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in test_draw()
DUploadBufferManagerTest.cpp20 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
DRecordingOrderTest.cpp125 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
DMtlBackendTextureTest.mm24 auto recorder = context->makeRecorder();
DMutableImagesTest.cpp457 recorders[0] = context->makeRecorder(); in run_test()
463 recorders[1] = context->makeRecorder(); in run_test()
DTextureProxyTest.cpp29 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DUpdateBackendTextureTest.cpp169 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
DGraphiteResourceCacheTest.cpp78 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DReadWritePixelsGraphiteTest.cpp557 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
627 std::unique_ptr<Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
DPaintParamsKeyTest.cpp637 auto recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
/external/skia/tests/
DSpecialSurfaceTest.cpp94 auto recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
DWritePixelsTest.cpp507 std::unique_ptr<skgpu::graphite::Recorder> recorder = context->makeRecorder(); in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/gpu/graphite/
DContext.h50 std::unique_ptr<Recorder> makeRecorder(const RecorderOptions& = {});
/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/src/gpu/graphite/
DContext.cpp107 std::unique_ptr<Recorder> Context::makeRecorder(const RecorderOptions& options) { in makeRecorder() function in skgpu::graphite::Context

12