Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fBackendType
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/example/
H
A
D
HelloWorld.cpp
23
:
fBackendType
(Window::kNativeGL_BackendType)
in HelloWorld()
33
fWindow->attach(
fBackendType
);
in HelloWorld()
47
title.append(Window::kRaster_BackendType ==
fBackendType
? "Raster" : "OpenGL");
in updateTitle()
114
fBackendType
= Window::kRaster_BackendType ==
fBackendType
? Window::kNativeGL_BackendType
in onChar()
117
fWindow->attach(
fBackendType
);
in onChar()
H
A
D
HelloWorld.h
31
sk_app::Window::BackendType
fBackendType
;
member in HelloWorld
/third_party/skia/tools/sk_app/android/
H
A
D
Window_android.cpp
39
fBackendType
= attachType;
in attach()
49
switch (
fBackendType
) {
in initDisplay()
H
A
D
Window_android.h
38
BackendType
fBackendType
;
member in sk_app::Window_android
/third_party/skia/tools/viewer/
H
A
D
Viewer.cpp
339
,
fBackendType
(sk_app::Window::kNativeGL_BackendType)
383
fBackendType
= get_backend_type(FLAGS_backend[0]);
in fPerspectiveMode()
520
(
fBackendType
+ 1) % sk_app::Window::kBackendTypeCount);
in fPerspectiveMode()
526
} else if (
fBackendType
== sk_app::Window::kVulkan_BackendType) {
in fPerspectiveMode()
740
fWindow->attach(backend_type_for_window(
fBackendType
));
in fPerspectiveMode()
1085
title.append(kBackendTypeStrings[
fBackendType
]);
in updateTitle()
1243
fBackendType
= backendType;
in setBackend()
1274
fWindow->attach(backend_type_for_window(
fBackendType
));
in setBackend()
1510
return Window::kRaster_BackendType == this->
fBackendType
in drawSlide()
1523
Window::kRaster_BackendType ==
fBackendType
||
in drawSlide()
[all...]
H
A
D
Viewer.h
198
sk_app::Window::BackendType
fBackendType
;
member in Viewer
Completed in 4 milliseconds