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:DestroySwapchain
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H
A
D
intf_device.h
148
* one needs to explicitly destroy the swapchain with
DestroySwapchain
(handle)
159
virtual void
DestroySwapchain
() = 0;
178
virtual void
DestroySwapchain
(const RenderHandleReference& handle) = 0;
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
create_functions_vk.h
95
static void
DestroySwapchain
(VkDevice device, VkSwapchainKHR swapchain);
H
A
D
swapchain_vk.cpp
419
CreateFunctionsVk::
DestroySwapchain
(device, plat_.swapchain);
in ~SwapchainVk()
H
A
D
create_functions_vk.cpp
630
void CreateFunctionsVk::
DestroySwapchain
(VkDevice device, VkSwapchainKHR swapchain)
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
device.h
118
void
DestroySwapchain
() override;
119
void
DestroySwapchain
(const RenderHandleReference& handle) override;
H
A
D
device.cpp
657
PLUGIN_LOG_E("
DestroySwapchain
called while RenderFrame is running");
in DestroySwapchainImpl()
701
void Device::
DestroySwapchain
()
in DestroySwapchain()
function in Device
706
void Device::
DestroySwapchain
(const RenderHandleReference& handle)
in DestroySwapchain()
function in Device
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H
A
D
lume_common.cpp
328
DestroySwapchain
();
in DeInitEngine()
1318
bool LumeCommon::
DestroySwapchain
()
in DestroySwapchain()
function in OHOS::Render3D::LumeCommon
1333
device_->
DestroySwapchain
(swapchainHandle_);
in DestroySwapchain()
1361
DestroySwapchain
();
in CreateSwapchain()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H
A
D
lume_common.h
184
bool
DestroySwapchain
();
Completed in 7 milliseconds