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:fTestContext
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/tools/gpu/
H
A
D
GrContextFactory.cpp
68
if (context.
fTestContext
) {
in destroyContexts()
69
restore = context.
fTestContext
->makeCurrentAndAutoRestore();
in destroyContexts()
76
delete context.
fTestContext
;
in destroyContexts()
89
if (context.
fTestContext
) {
in abandonContexts()
90
auto restore = context.
fTestContext
->makeCurrentAndAutoRestore();
in abandonContexts()
91
context.
fTestContext
->testAbandon();
in abandonContexts()
98
if (context.
fTestContext
) {
in abandonContexts()
99
delete(context.
fTestContext
);
in abandonContexts()
100
context.
fTestContext
= nullptr;
in abandonContexts()
119
if (context.
fTestContext
) {
in releaseResourcesAndAbandonContexts()
[all...]
H
A
D
GrContextFactory.h
160
TestContext*
fTestContext
;
member
182
TestContext* testContext() const { return
fTestContext
; }
in testContext()
187
return static_cast<GLTestContext*>(
fTestContext
);
in glContext()
198
: fType(type),
fTestContext
(testContext), fContext(context), fOptions(options) {}
in ContextInfo()
202
TestContext*
fTestContext
= nullptr;
member in sk_gpu_test::ContextInfo
/third_party/skia/tools/graphite/
H
A
D
ContextFactory.cpp
20
,
fTestContext
(std::move(other.
fTestContext
))
in ContextInfo()
28
,
fTestContext
(std::move(testContext))
in ContextInfo()
H
A
D
ContextFactory.h
41
GraphiteTestContext* testContext() const { return
fTestContext
.get(); }
in testContext()
51
std::unique_ptr<GraphiteTestContext>
fTestContext
;
member in skiatest::graphite::ContextFactory::ContextInfo
Completed in 2 milliseconds