Home
last modified time | relevance | path

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

/third_party/skia/experimental/wasm-skp-debugger/tests/
Dmskp_playback.spec.js43 let cmd = JSON.parse(player.jsonCommandList(surface));
52 cmd = JSON.parse(player.jsonCommandList(surface));
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dexterns.js46 jsonCommandList: function() {}, method
Ddebugger_bindings.cpp119 std::string jsonCommandList(sk_sp<SkSurface> surface) { in jsonCommandList() function in SkpDebugPlayer
313 .function("jsonCommandList", &SkpDebugPlayer::jsonCommandList, allow_raw_pointers()) in EMSCRIPTEN_BINDINGS()
/third_party/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()