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:fNumSemaphores
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrWaitRenderTask.h
21
,
fNumSemaphores
(numSemaphores)
in GrWaitRenderTask()
44
int
fNumSemaphores
;
member in final
H
A
D
GrWaitRenderTask.cpp
26
for (int i = 0; i <
fNumSemaphores
; ++i) {
in onExecute()
H
A
D
GrGpu.cpp
693
new std::unique_ptr<GrSemaphore>[info.
fNumSemaphores
]);
in executeFlushInfo()
694
if (this->caps()->semaphoreSupport() && info.
fNumSemaphores
) {
in executeFlushInfo()
695
for (size_t i = 0; i < info.
fNumSemaphores
; ++i) {
in executeFlushInfo()
H
A
D
GrDrawingManager.cpp
117
if (!proxies.empty() && !info.
fNumSemaphores
&& !info.fFinishedProc &&
in flush()
540
if (!didFlush || (!direct->priv().caps()->semaphoreSupport() && info.
fNumSemaphores
)) {
in flushSurfaces()
/third_party/skia/tests/
H
A
D
SurfaceSemaphoreTest.cpp
155
info.
fNumSemaphores
= 2;
in surface_semaphore_test()
248
flushInfo.
fNumSemaphores
= 1;
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H
A
D
VkHardwareBufferTest.cpp
837
info.
fNumSemaphores
= 1;
in flushSurfaceAndSignalSemaphore()
/third_party/skia/include/gpu/
H
A
D
GrTypes.h
195
* passes in an array of
fNumSemaphores
GrBackendSemaphores. In general these GrBackendSemaphore's
227
size_t
fNumSemaphores
= 0;
member
/third_party/skia/tools/sk_app/
H
A
D
VulkanWindowContext.cpp
550
info.
fNumSemaphores
= 1;
in swapBuffers()
Completed in 10 milliseconds