Searched refs:Viewer (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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/tools/viewer/ |
H A D | Viewer.cpp | 8 #include "tools/viewer/Viewer.h" 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() 948 SkString title("Viewer in updateTitle() [all...] |
H A D | Viewer.h | 32 class Viewer : public sk_app::Application, sk_app::Window::Layer { class 34 Viewer(int argc, char** argv, void* platformData); 35 ~Viewer() override;
|
H A D | SkSLSlide.cpp | 16 #include "tools/viewer/Viewer.h" 105 Viewer::ShaderErrorHandler()->compileError(sksl.c_str(), errorText.c_str()); in rebuild()
|
/third_party/skia/platform_tools/android/bin/ |
H A D | android_install_app | 33 APP_LC=$(echo Viewer | tr "[:upper:]" "[:lower:]")
|
/third_party/skia/modules/canvaskit/ |
H A D | viewer_bindings.cpp | 46 EMSCRIPTEN_BINDINGS(Viewer) { in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/src/core/ |
H A D | SkVMBlitter.h | 108 friend class Viewer;
|
Completed in 5 milliseconds