Home
last modified time | relevance | path

Searched refs:jsonCommandList (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/wasm-skp-debugger/tests/
Dmskp_playback.spec.js43 let cmd = JSON.parse(player.jsonCommandList(surface));
52 cmd = JSON.parse(player.jsonCommandList(surface));
/external/skia/experimental/wasm-skp-debugger/
Dexterns.js50 jsonCommandList: function() {}, method
Ddebugger_bindings.cpp216 std::string jsonCommandList(sk_sp<SkSurface> surface) { in jsonCommandList() function in SkpDebugPlayer
565 .function("jsonCommandList", &SkpDebugPlayer::jsonCommandList, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()