/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | GraphWriter.cpp | 207 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/ |
D | viewer.md | 3 title: "Skia Viewer" 4 linkTitle: "Skia Viewer" 8 …Viewer 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/ |
D | Viewer.cpp | 96 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 …]
|
D | Viewer.h | 32 class Viewer : public sk_app::Application, sk_app::Window::Layer { 34 Viewer(int argc, char** argv, void* platformData); 35 ~Viewer() override;
|
D | SkSLSlide.cpp | 105 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
|
/third_party/cJSON/tests/inputs/ |
D | test5.expected | 3 "header": "SVG Viewer", 51 "label": "About Adobe CVG Viewer..."
|
D | test5 | 2 "header": "SVG Viewer", 25 {"id": "About", "label": "About Adobe CVG Viewer..."}
|
/third_party/cJSON/fuzzing/inputs/ |
D | test5 | 2 "header": "SVG Viewer", 25 {"id": "About", "label": "About Adobe CVG Viewer..."}
|
/third_party/skia/platform_tools/android/bin/ |
D | android_install_app | 33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
|
/third_party/skia/site/docs/user/modules/ |
D | skottie.md | 80 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/ |
D | viewer_bindings.cpp | 46 EMSCRIPTEN_BINDINGS(Viewer) { in EMSCRIPTEN_BINDINGS() argument
|
/third_party/skia/src/core/ |
D | SkVMBlitter.h | 108 friend class Viewer; variable
|
/third_party/skia/site/docs/dev/testing/ |
D | tests.md | 74 4. Run the GM inside Viewer:
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | README.md | 88 Add the Storage Object Viewer role to the service account assigned to the Cloud Run service where g…
|
/third_party/node/doc/api/ |
D | inspector.md | 212 [Chrome DevTools Protocol Viewer][]. 278 [Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
|
/third_party/python/Lib/idlelib/ |
D | README.txt | 170 Stack Viewer # stackviewer, PyShell.open_stack_viewer 171 Auto-open Stack Viewer # stackviewer
|
D | HISTORY.txt | 178 Viewer menu, not by the debugger.)
|
D | NEWS2x.txt | 610 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
|
/third_party/skia/site/docs/dev/tools/ |
D | tracing.md | 17 For standalone builds, Skia's tools (DM, nanobench, and Viewer) are capable of tracing execution
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a5.rst | 636 Disable Debug=>Stack Viewer when user code is running or Debugger is active,
|
/third_party/skia/site/docs/user/ |
D | build.md | 392 in DM. Viewer only works when launched with `--backend angle`, because the
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | syntaxrules.txt | 507 Viewer GL
|
/third_party/openGLES/docs/ |
D | syntaxrules.txt | 507 Viewer GL
|
/third_party/python/Doc/library/ |
D | idle.rst | 283 Stack Viewer 287 Auto-open Stack Viewer
|
/third_party/skia/ |
D | BUILD.gn | 3444 "tools/viewer/Viewer.cpp", 3445 "tools/viewer/Viewer.h",
|