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:dataStorePod
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H
A
D
device.cpp
602
auto
dataStorePod
= static_cast<IRenderDataStorePod*>(rdsm.GetRenderDataStore(RenderDataStorePod::TYPE_NAME));
in CreateSwapchainImpl()
local
603
if (
dataStorePod
) {
in CreateSwapchainImpl()
604
auto const dataView =
dataStorePod
->Get("NodeGraphBackBufferConfiguration");
in CreateSwapchainImpl()
611
dataStorePod
->Set("NodeGraphBackBufferConfiguration", arrayviewU8(ngbbc));
in CreateSwapchainImpl()
673
auto
dataStorePod
=
in DestroySwapchainImpl()
local
675
if (
dataStorePod
) {
in DestroySwapchainImpl()
676
auto const dataView =
dataStorePod
->Get("NodeGraphBackBufferConfiguration");
in DestroySwapchainImpl()
684
dataStorePod
->Set("NodeGraphBackBufferConfiguration", arrayviewU8(ngbbc));
in DestroySwapchainImpl()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H
A
D
render_data_store_post_process.cpp
232
if (IRenderDataStorePod*
dataStorePod
= static_cast<IRenderDataStorePod*>(
in Destroy()
234
dataStorePod
) {
in Destroy()
235
dataStorePod
->DestroyPod(RENDER_DATA_STORE_POST_PROCESS_TYPE_NAME, name);
in Destroy()
347
if (IRenderDataStorePod*
dataStorePod
= static_cast<IRenderDataStorePod*>(
in CreateFromPod()
349
dataStorePod
) {
in CreateFromPod()
354
if (const auto arrView =
dataStorePod
->Get(name); arrView.size_bytes() == sizeof(PostProcessConfiguration)) {
in CreateFromPod()
361
dataStorePod
->CreatePod(RENDER_DATA_STORE_POST_PROCESS_TYPE_NAME, name, arrayviewU8(ppConfig));
in CreateFromPod()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H
A
D
render_frame_util.cpp
236
if (auto*
dataStorePod
= static_cast<IRenderDataStorePod*>(rdsMgr.GetRenderDataStore(RENDER_DATA_STORE_POD));
in ProcessFrameBackBufferConfiguration()
237
dataStorePod
) {
in ProcessFrameBackBufferConfiguration()
248
dataStorePod
->Set(POD_NAME, arrayviewU8(ngbbc));
in ProcessFrameBackBufferConfiguration()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
renderer.cpp
543
const auto*
dataStorePod
=
in RemapBackBufferHandle()
local
545
if (
dataStorePod
) {
in RemapBackBufferHandle()
546
auto const dataView =
dataStorePod
->Get("NodeGraphBackBufferConfiguration");
in RemapBackBufferHandle()
729
if (auto const
dataStorePod
= static_cast<IRenderDataStorePod const*>(
in RenderFrameBackendImpl()
731
dataStorePod
) {
in RenderFrameBackendImpl()
732
auto const dataView =
dataStorePod
->Get("NodeGraphBackBufferConfiguration");
in RenderFrameBackendImpl()
Completed in 5 milliseconds