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:fenceSyncSupport
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/tools/gpu/
H
A
D
TestContext.h
35
bool
fenceSyncSupport
() const { return fFenceSupport; }
in fenceSyncSupport()
function in sk_gpu_test::TestContext
41
if (!this->
fenceSyncSupport
()) {
in getMaxGpuFrameLag()
/third_party/skia/tests/
H
A
D
GrFinishedFlushTest.cpp
70
bool fenceSupport = dContext->priv().caps()->
fenceSyncSupport
();
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/
H
A
D
GrCaps.h
361
bool
fenceSyncSupport
() const { return fFenceSyncSupport; }
in fenceSyncSupport()
function in GrCaps
/third_party/skia/tools/skpbench/
H
A
D
skpbench.cpp
594
if (!testCtx->
fenceSyncSupport
()) {
in main()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLGpu.cpp
3978
if (syncCpu || (!fFinishCallbacks.empty() && !this->caps()->
fenceSyncSupport
())) {
in onSubmitToGpu()
3999
if (!this->caps()->
fenceSyncSupport
()) {
in insertFence()
4042
if (!this->caps()->
fenceSyncSupport
()) {
in waitFence()
4049
if (this->caps()->
fenceSyncSupport
()) {
in deleteFence()
/third_party/skia/bench/
H
A
D
nanobench.cpp
268
if (!this->contextInfo.testContext()->
fenceSyncSupport
()) {
Completed in 12 milliseconds