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:ISubMeshPrivate
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
intf_submesh_bridge.h
41
REGISTER_INTERFACE(
ISubMeshPrivate
, "bda354b5-7747-488f-b0f6-50c3d98bee2d")
42
class
ISubMeshPrivate
: public CORE_NS::IInterface {
class
43
META_INTERFACE(CORE_NS::IInterface,
ISubMeshPrivate
, InterfaceId::
ISubMeshPrivate
)
H
A
D
mesh_impl.cpp
70
auto submeshPrivate = interface_cast<SCENE_NS::
ISubMeshPrivate
>(submesh);
in SyncMaterialOverrideToSubmeshes()
79
auto submeshPrivate = interface_cast<SCENE_NS::
ISubMeshPrivate
>(submesh);
in SyncMaterialOverrideToSubmeshes()
449
[source = interface_pointer_cast<SCENE_NS::
ISubMeshPrivate
>(submesh)->GetEntity(),
H
A
D
submesh_impl.cpp
30
SCENE_NS::ISubMesh, SCENE_NS::
ISubMeshPrivate
> {
114
public: //
ISubMeshPrivate
H
A
D
submeshhandler.cpp
146
auto priv = interface_pointer_cast<SCENE_NS::
ISubMeshPrivate
>(ptr);
Completed in 2 milliseconds