Searched refs:domSemanticRef (Results 1 - 10 of 10) sorted by relevance

/external/collada/include/1.4/dom/
H A DdomCg_newparam.h31 typedef daeSmartRef<domSemantic> domSemanticRef; typedef in class:domCg_newparam_complexType
32 typedef daeTArray<domSemanticRef> domSemantic_Array;
165 domSemanticRef elemSemantic;
215 const domSemanticRef getSemantic() const { return elemSemantic; }
H A DdomFx_newparam_common.h29 typedef daeSmartRef<domSemantic> domSemanticRef; typedef in class:domFx_newparam_common_complexType
30 typedef daeTArray<domSemanticRef> domSemantic_Array;
168 domSemanticRef elemSemantic;
202 const domSemanticRef getSemantic() const { return elemSemantic; }
H A DdomGles_newparam.h29 typedef daeSmartRef<domSemantic> domSemanticRef; typedef in class:domGles_newparam_complexType
30 typedef daeTArray<domSemanticRef> domSemantic_Array;
168 domSemanticRef elemSemantic;
202 const domSemanticRef getSemantic() const { return elemSemantic; }
H A DdomGlsl_newparam.h26 typedef daeSmartRef<domSemantic> domSemanticRef; typedef in class:domGlsl_newparam_complexType
27 typedef daeTArray<domSemanticRef> domSemantic_Array;
146 domSemanticRef elemSemantic;
191 const domSemanticRef getSemantic() const { return elemSemantic; }
H A DdomCommon_newparam_type.h25 typedef daeSmartRef<domSemantic> domSemanticRef; typedef in class:domCommon_newparam_type_complexType
26 typedef daeTArray<domSemanticRef> domSemantic_Array;
338 domSemanticRef elemSemantic;
376 const domSemanticRef getSemantic() const { return elemSemantic; }
/external/collada/src/1.4/dom/
H A DdomCg_newparam.cpp112 domCg_newparam::domSemanticRef ref = new domCg_newparam::domSemantic(dae);
H A DdomFx_newparam_common.cpp90 domFx_newparam_common::domSemanticRef ref = new domFx_newparam_common::domSemantic(dae);
H A DdomGles_newparam.cpp90 domGles_newparam::domSemanticRef ref = new domGles_newparam::domSemantic(dae);
H A DdomGlsl_newparam.cpp106 domGlsl_newparam::domSemanticRef ref = new domGlsl_newparam::domSemantic(dae);
H A DdomCommon_newparam_type.cpp118 domCommon_newparam_type::domSemanticRef ref = new domCommon_newparam_type::domSemantic(dae);

Completed in 122 milliseconds