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:makeSemaphore
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/src/gpu/mock/
H
A
D
GrMockGpu.h
34
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(bool isOwned) override {
/third_party/skia/src/gpu/mtl/
H
A
D
GrMtlGpu.h
102
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(bool isOwned) override;
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DGpu.h
106
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(bool isOwned) override;
H
A
D
GrD3DGpu.cpp
1711
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrD3DGpu::
makeSemaphore
(bool) {
in makeSemaphore()
function in GrD3DGpu
/third_party/skia/src/gpu/dawn/
H
A
D
GrDawnGpu.h
83
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(bool isOwned = true) override;
H
A
D
GrDawnGpu.cpp
828
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrDawnGpu::
makeSemaphore
(bool isOwned) {
in makeSemaphore()
function in GrDawnGpu
/third_party/skia/src/gpu/
H
A
D
GrResourceProvider.h
320
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(bool isOwned = true);
H
A
D
GrResourceProvider.cpp
754
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::
makeSemaphore
(
in makeSemaphore()
function in GrResourceProvider
756
return this->isAbandoned() ? nullptr : fGpu->
makeSemaphore
(isOwned);
in makeSemaphore()
H
A
D
GrGpu.h
408
virtual std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(
H
A
D
GrGpu.cpp
707
semaphores[i] = resourceProvider->
makeSemaphore
(false);
in executeFlushInfo()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkGpu.h
161
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(bool isOwned) override;
H
A
D
GrVkGpu.cpp
2841
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrVkGpu::
makeSemaphore
(bool isOwned) {
in makeSemaphore()
function in GrVkGpu
/third_party/skia/src/gpu/gl/
H
A
D
GrGLGpu.h
186
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT
makeSemaphore
(bool isOwned) override;
H
A
D
GrGLGpu.cpp
4054
std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrGLGpu::
makeSemaphore
(bool isOwned) {
in makeSemaphore()
function in GrGLGpu
4119
std::unique_ptr<GrSemaphore> semaphore = this->
makeSemaphore
(true);
in prepareTextureForCrossContextUsage()
Completed in 31 milliseconds