Home
last modified time | relevance | path

Searched refs:domSemanticRef (Results 1 – 24 of 24) sorted by relevance

/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.5/dom/
H A DdomGles2_newparam.h27 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
28 typedef daeTArray<domSemanticRef> domSemantic_Array;
154 domSemanticRef elemSemantic;
184 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomGles_newparam.h27 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
28 typedef daeTArray<domSemanticRef> domSemantic_Array;
166 domSemanticRef elemSemantic;
200 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomGlsl_newparam.h23 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
24 typedef daeTArray<domSemanticRef> domSemantic_Array;
143 domSemanticRef elemSemantic;
173 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomCg_newparam.h27 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
28 typedef daeTArray<domSemanticRef> domSemantic_Array;
161 domSemanticRef elemSemantic;
195 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomGles2_program.h44 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
45 typedef daeTArray<domSemanticRef> domSemantic_Array;
118 domSemanticRef elemSemantic;
150 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomGlsl_program.h43 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
44 typedef daeTArray<domSemanticRef> domSemantic_Array;
117 domSemanticRef elemSemantic;
149 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomFx_common_newparam.h22 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
23 typedef daeTArray<domSemanticRef> domSemantic_Array;
320 domSemanticRef elemSemantic;
357 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
/dports/devel/collada-dom/collada-dom-2.5.0/dom/include/1.4/dom/
H A DdomFx_newparam_common.h31 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
32 typedef daeTArray<domSemanticRef> domSemantic_Array;
170 domSemanticRef elemSemantic;
204 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomGles_newparam.h31 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
32 typedef daeTArray<domSemanticRef> domSemantic_Array;
170 domSemanticRef elemSemantic;
204 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomGlsl_newparam.h28 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
29 typedef daeTArray<domSemanticRef> domSemantic_Array;
148 domSemanticRef elemSemantic;
193 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomCg_newparam.h33 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
34 typedef daeTArray<domSemanticRef> domSemantic_Array;
167 domSemanticRef elemSemantic;
217 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
H A DdomCommon_newparam_type.h27 typedef daeSmartRef<domSemantic> domSemanticRef; typedef
28 typedef daeTArray<domSemanticRef> domSemantic_Array;
340 domSemanticRef elemSemantic;
378 const domSemanticRef getSemantic() const { return elemSemantic; } in getSemantic()
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/1.5/dom/
H A DdomGles2_newparam.cpp84 domGles2_newparam::domSemanticRef ref = new domGles2_newparam::domSemantic(dae); in create()
H A DdomCg_newparam.cpp84 domCg_newparam::domSemanticRef ref = new domCg_newparam::domSemantic(dae); in create()
H A DdomGles_newparam.cpp84 domGles_newparam::domSemanticRef ref = new domGles_newparam::domSemantic(dae); in create()
H A DdomGlsl_newparam.cpp84 domGlsl_newparam::domSemanticRef ref = new domGlsl_newparam::domSemantic(dae); in create()
H A DdomGles2_program.cpp127 …domGles2_program::domBind_attribute::domSemanticRef ref = new domGles2_program::domBind_attribute:… in create()
H A DdomGlsl_program.cpp121 …domGlsl_program::domBind_attribute::domSemanticRef ref = new domGlsl_program::domBind_attribute::d… in create()
H A DdomFx_common_newparam.cpp106 domFx_common_newparam::domSemanticRef ref = new domFx_common_newparam::domSemantic(dae); in create()
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/1.4/dom/
H A DdomFx_newparam_common.cpp92 domFx_newparam_common::domSemanticRef ref = new domFx_newparam_common::domSemantic(dae); in create()
H A DdomGles_newparam.cpp92 domGles_newparam::domSemanticRef ref = new domGles_newparam::domSemantic(dae); in create()
H A DdomCg_newparam.cpp114 domCg_newparam::domSemanticRef ref = new domCg_newparam::domSemantic(dae); in create()
H A DdomGlsl_newparam.cpp108 domGlsl_newparam::domSemanticRef ref = new domGlsl_newparam::domSemantic(dae); in create()
H A DdomCommon_newparam_type.cpp120 domCommon_newparam_type::domSemanticRef ref = new domCommon_newparam_type::domSemantic(dae); in create()