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:swapchains_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
device.cpp
503
uint32_t swapchainIdx = static_cast<uint32_t>(
swapchains_
.size());
in CreateSwapchainImpl()
512
for (uint32_t idx = 0; idx <
swapchains_
.size(); ++idx) {
in CreateSwapchainImpl()
513
const auto& cmpSwap =
swapchains_
[idx];
in CreateSwapchainImpl()
532
finalReplaceHandle =
swapchains_
[swapchainIdx].remappableSwapchainImage;
in CreateSwapchainImpl()
533
swapchains_
[swapchainIdx] = {};
in CreateSwapchainImpl()
540
if ((!replace) && (
swapchains_
.size() == DeviceConstants::MAX_SWAPCHAIN_COUNT)) {
in CreateSwapchainImpl()
547
swapchains_
.push_back({});
in CreateSwapchainImpl()
549
auto& swapchainData =
swapchains_
[swapchainIdx];
in CreateSwapchainImpl()
662
for (auto iter =
swapchains_
.cbegin(); iter !=
swapchains_
in DestroySwapchainImpl()
[all...]
H
A
D
device.h
259
BASE_NS::vector<InternalSwapchainData>
swapchains_
;
member in Device
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
device_vk.cpp
675
swapchains_
.clear();
in ~DeviceVk()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
device_gles.cpp
1147
swapchains_
.clear();
in ~DeviceGLES()
Completed in 6 milliseconds