Home
last modified time | relevance | path

Searched refs:Viewer (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGraphWriter.cpp207 ViewerKind Viewer = VK_None; in DisplayGraph() local
209 if (!Viewer && S.TryFindProgram("open", ViewerPath)) in DisplayGraph()
210 Viewer = VK_OSXOpen; in DisplayGraph()
212 if (!Viewer && S.TryFindProgram("gv", ViewerPath)) in DisplayGraph()
213 Viewer = VK_Ghostview; in DisplayGraph()
214 if (!Viewer && S.TryFindProgram("xdg-open", ViewerPath)) in DisplayGraph()
215 Viewer = VK_XDGOpen; in DisplayGraph()
217 if (!Viewer && S.TryFindProgram("cmd", ViewerPath)) { in DisplayGraph()
218 Viewer = VK_CmdStart; in DisplayGraph()
224 if (Viewer && in DisplayGraph()
[all …]
/third_party/skia/site/docs/user/sample/
Dviewer.md3 title: "Skia Viewer"
4 linkTitle: "Skia Viewer"
8Viewer displays a series of slides that exhibit specific features of Skia, including the Skia GMs …
10 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
19 The Viewer can be built using the regular GN build process, e.g.
29 for display within the Viewer.
52 To build Viewer as an Android App, first follow the
68 The Viewer APK must be built by gradle which can be invoked on the command line
77 To load resources in the Android Viewer place them in
86 Viewer on iOS is built using the regular GN process, e.g.
[all …]
/third_party/skia/tools/viewer/
DViewer.cpp96 GrContextOptions::ShaderErrorHandler* Viewer::ShaderErrorHandler() { return &gShaderErrorHandler; } in ShaderErrorHandler()
105 return new Viewer(argc, argv, platformData); in Create()
326 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer
744 void Viewer::initSlides() { in initSlides()
911 Viewer::~Viewer() { in ~Viewer()
940 void Viewer::updateTitle() { in updateTitle()
1106 int Viewer::startupSlide() const { in startupSlide()
1123 void Viewer::listNames() const { in listNames()
1130 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide()
1151 void Viewer::setupCurrentSlide() { in setupCurrentSlide()
[all …]
DViewer.h32 class Viewer : public sk_app::Application, sk_app::Window::Layer {
34 Viewer(int argc, char** argv, void* platformData);
35 ~Viewer() override;
DSkSLSlide.cpp105 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
/third_party/cJSON/tests/inputs/
Dtest5.expected3 "header": "SVG Viewer",
51 "label": "About Adobe CVG Viewer..."
Dtest52 "header": "SVG Viewer",
25 {"id": "About", "label": "About Adobe CVG Viewer..."}
/third_party/cJSON/fuzzing/inputs/
Dtest52 "header": "SVG Viewer",
25 {"id": "About", "label": "About Adobe CVG Viewer..."}
/third_party/skia/platform_tools/android/bin/
Dandroid_install_app33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
/third_party/skia/site/docs/user/modules/
Dskottie.md80 Example code embedding Skottie into our Viewer app is
83 The Viewer or Skottie Android apps can be built following
/third_party/skia/modules/canvaskit/
Dviewer_bindings.cpp46 EMSCRIPTEN_BINDINGS(Viewer) { in EMSCRIPTEN_BINDINGS() argument
/third_party/skia/src/core/
DSkVMBlitter.h108 friend class Viewer; variable
/third_party/skia/site/docs/dev/testing/
Dtests.md74 4. Run the GM inside Viewer:
/third_party/gstreamer/gstplugins_bad/ext/gs/
DREADME.md88 Add the Storage Object Viewer role to the service account assigned to the Cloud Run service where g…
/third_party/node/doc/api/
Dinspector.md212 [Chrome DevTools Protocol Viewer][].
278 [Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
/third_party/python/Lib/idlelib/
DREADME.txt170 Stack Viewer # stackviewer, PyShell.open_stack_viewer
171 Auto-open Stack Viewer # stackviewer
DHISTORY.txt178 Viewer menu, not by the debugger.)
DNEWS2x.txt610 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
/third_party/skia/site/docs/dev/tools/
Dtracing.md17 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst636 Disable Debug=>Stack Viewer when user code is running or Debugger is active,
/third_party/skia/site/docs/user/
Dbuild.md392 in DM. Viewer only works when launched with `--backend angle`, because the
/third_party/skia/third_party/externals/opengl-registry/docs/
Dsyntaxrules.txt507 Viewer GL
/third_party/openGLES/docs/
Dsyntaxrules.txt507 Viewer GL
/third_party/python/Doc/library/
Didle.rst283 Stack Viewer
287 Auto-open Stack Viewer
/third_party/skia/
DBUILD.gn3444 "tools/viewer/Viewer.cpp",
3445 "tools/viewer/Viewer.h",

12