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:ExtendObject
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
extend_object.h
31
class DRAWING_API
ExtendObject
{
class
33
ExtendObject
() = default;
34
virtual ~
ExtendObject
() = default;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H
A
D
shader_effect.h
88
static std::shared_ptr<ShaderEffect> CreateExtendShader(std::shared_ptr<
ExtendObject
>);
144
ShaderEffect(ShaderEffectType t, std::shared_ptr<
ExtendObject
> object) noexcept;
150
std::shared_ptr<
ExtendObject
> GetExtendObject() { return object_; }
in GetExtendObject()
157
std::shared_ptr<
ExtendObject
> object_;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H
A
D
cmd_list.h
153
* @brief return
ExtendObject
index. UINT32_MAX is error.
155
uint32_t AddExtendObject(const std::shared_ptr<
ExtendObject
>& object);
158
* @brief get
ExtendObject
by index.
160
std::shared_ptr<
ExtendObject
> GetExtendObject(uint32_t index);
163
* @brief return
ExtendObject
size, 0 is no
ExtendObject
.
165
uint32_t GetAllExtendObject(std::vector<std::shared_ptr<
ExtendObject
>>& objectList);
168
* @brief return real setup
ExtendObject
size.
170
uint32_t SetupExtendObject(const std::vector<std::shared_ptr<
ExtendObject
>>& objectList);
298
std::vector<std::shared_ptr<
ExtendObject
>> extendObjectVec
[all...]
H
A
D
cmd_list_helper.h
253
static uint32_t AddExtendObjectToCmdList(CmdList& cmdList, std::shared_ptr<
ExtendObject
>);
254
static std::shared_ptr<
ExtendObject
> GetExtendObjectFromCmdList(const CmdList& cmdList, uint32_t index);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H
A
D
rs_pixel_map_shader.h
24
class RSB_EXPORT RSPixelMapShader : public Drawing::
ExtendObject
{
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/cmdlist_fuzzer/
H
A
D
cmd_list_fuzzer.cpp
70
std::shared_ptr<
ExtendObject
> object = cmdList->GetExtendObject(offset);
in CmdListFuzzTest000()
72
std::vector<std::shared_ptr<
ExtendObject
>> objectList = { object, object };
in CmdListFuzzTest000()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
cmd_list.cpp
179
uint32_t CmdList::AddExtendObject(const std::shared_ptr<
ExtendObject
>& object)
in AddExtendObject()
186
std::shared_ptr<
ExtendObject
> CmdList::GetExtendObject(uint32_t index)
in GetExtendObject()
195
uint32_t CmdList::GetAllExtendObject(std::vector<std::shared_ptr<
ExtendObject
>>& objectList)
in GetAllExtendObject()
204
uint32_t CmdList::SetupExtendObject(const std::vector<std::shared_ptr<
ExtendObject
>>& objectList)
in SetupExtendObject()
H
A
D
cmd_list_helper.cpp
604
std::shared_ptr<
ExtendObject
> object = shaderEffect->GetExtendObject();
in AddShaderEffectToCmdList()
628
std::shared_ptr<
ExtendObject
> object = GetExtendObjectFromCmdList(cmdList, shaderEffectHandle.offset);
in GetShaderEffectFromCmdList()
876
uint32_t CmdListHelper::AddExtendObjectToCmdList(CmdList& cmdList, std::shared_ptr<
ExtendObject
> object)
in AddExtendObjectToCmdList()
881
std::shared_ptr<
ExtendObject
> CmdListHelper::GetExtendObjectFromCmdList(const CmdList& cmdList, uint32_t index)
in GetExtendObjectFromCmdList()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H
A
D
shader_effect.cpp
100
ShaderEffect::ShaderEffect(ShaderEffectType t, std::shared_ptr<
ExtendObject
> object) noexcept
179
std::shared_ptr<ShaderEffect> ShaderEffect::CreateExtendShader(std::shared_ptr<
ExtendObject
> object)
in CreateExtendShader()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_marshalling_helper.cpp
166
std::vector<std::shared_ptr<Drawing::
ExtendObject
>> objectVec;
in MarshallingExtendObjectFromDrawCmdList()
200
std::vector<std::shared_ptr<Drawing::
ExtendObject
>> objectVec;
in UnmarshallingExtendObjectToDrawCmdList()
1626
ROSEN_LOGE("unirender: failed RSMarshallingHelper::Marshalling Drawing::DrawCmdList
ExtendObject
");
in Marshalling()
1788
ROSEN_LOGE("unirender: failed RSMarshallingHelper::Marshalling Drawing::DrawCmdList
ExtendObject
");
in Unmarshalling()
Completed in 9 milliseconds