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:fContextFactory
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tools/skiaserve/
H
A
D
Request.cpp
33
fContextFactory
= new GrContextFactory(grContextOpts);
in Request()
37
if (
fContextFactory
) {
in ~Request()
38
delete
fContextFactory
;
in ~Request()
56
GrContextFactory* factory =
fContextFactory
;
in getCanvas()
99
auto result =
fContextFactory
->get(GrContextFactory::kGL_ContextType,
in directContext()
102
result =
fContextFactory
->get(GrContextFactory::kGLES_ContextType,
in directContext()
H
A
D
Request.h
74
sk_gpu_test::GrContextFactory*
fContextFactory
;
member
/third_party/skia/fuzz/
H
A
D
FuzzDDLThreading.cpp
108
sk_gpu_test::GrContextFactory
fContextFactory
;
member in DDLFuzzer
112
sk_gpu_test::ContextInfo ctxInfo =
fContextFactory
.getContextInfo(contextType);
in DDLFuzzer()
270
fContextFactory
.destroyContexts();
in run()
Completed in 2 milliseconds