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:APIDestroy
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
ExternalTexture.h
47
void
APIDestroy
();
H
A
D
QuerySet.h
45
void
APIDestroy
();
H
A
D
Buffer.h
83
void
APIDestroy
();
H
A
D
Texture.h
96
void
APIDestroy
();
H
A
D
QuerySet.cpp
168
void QuerySetBase::
APIDestroy
() {
in APIDestroy()
function in dawn_native::QuerySetBase
H
A
D
ExternalTexture.cpp
118
void ExternalTextureBase::
APIDestroy
() {
in APIDestroy()
function in dawn_native::ExternalTextureBase
H
A
D
Buffer.cpp
378
void BufferBase::
APIDestroy
() {
in APIDestroy()
function in BufferBase
H
A
D
Device.h
370
void
APIDestroy
();
H
A
D
Texture.cpp
678
void TextureBase::
APIDestroy
() {
in APIDestroy()
function in dawn_native::TextureBase
H
A
D
Device.cpp
402
void DeviceBase::
APIDestroy
() {
in APIDestroy()
function in dawn_native::DeviceBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
SwapChainVk.cpp
504
mBlitTexture->
APIDestroy
();
in PresentImpl()
531
mTexture->
APIDestroy
();
in PresentImpl()
643
mTexture->
APIDestroy
();
in DetachFromSurfaceImpl()
648
mBlitTexture->
APIDestroy
();
in DetachFromSurfaceImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
SwapChainD3D12.cpp
329
mApiTexture->
APIDestroy
();
in PresentImpl()
369
mApiTexture->
APIDestroy
();
in DetachFromSurfaceImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H
A
D
DeviceNull.cpp
414
mTexture->
APIDestroy
();
in PresentImpl()
430
mTexture->
APIDestroy
();
in DetachFromSurfaceImpl()
Completed in 11 milliseconds