/external/collada/include/1.4/dom/ |
D | domFx_annotate_type_common.h | 212 class domBool4; variable 214 typedef daeSmartRef<domBool4> domBool4Ref; 217 class domBool4 : public daeElement 228 ::domBool4 _value; 235 ::domBool4 &getValue() { return _value; } in getValue() 240 const ::domBool4 &getValue() const { return _value; } in getValue() 245 void setValue( const ::domBool4 &val ) { _value = val; } in setValue() 251 domBool4(DAE& dae) : daeElement(dae), _value() {} in domBool4() function 255 virtual ~domBool4() {} in ~domBool4() 259 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this; }
|
D | domGlsl_param_type.h | 219 class domBool4; variable 221 typedef daeSmartRef<domBool4> domBool4Ref; 224 class domBool4 : public daeElement 258 domBool4(DAE& dae) : daeElement(dae), _value() {} in domBool4() function 262 virtual ~domBool4() {} in ~domBool4() 266 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this; }
|
D | domGles_basic_type_common.h | 216 class domBool4; variable 218 typedef daeSmartRef<domBool4> domBool4Ref; 221 class domBool4 : public daeElement 232 ::domBool4 _value; 239 ::domBool4 &getValue() { return _value; } in getValue() 244 const ::domBool4 &getValue() const { return _value; } in getValue() 249 void setValue( const ::domBool4 &val ) { _value = val; } in setValue() 255 domBool4(DAE& dae) : daeElement(dae), _value() {} in domBool4() function 259 virtual ~domBool4() {} in ~domBool4() 263 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this; }
|
D | domFx_basic_type_common.h | 219 class domBool4; variable 221 typedef daeSmartRef<domBool4> domBool4Ref; 224 class domBool4 : public daeElement 235 ::domBool4 _value; 242 ::domBool4 &getValue() { return _value; } in getValue() 247 const ::domBool4 &getValue() const { return _value; } in getValue() 252 void setValue( const ::domBool4 &val ) { _value = val; } in setValue() 258 domBool4(DAE& dae) : daeElement(dae), _value() {} in domBool4() function 262 virtual ~domBool4() {} in ~domBool4() 266 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this; }
|
D | domGles_pipeline_settings.h | 629 domBool4 attrValue; 639 domBool4 &getValue() { return attrValue; } in getValue() 644 const domBool4 &getValue() const { return attrValue; } in getValue() 649 void setValue( const domBool4 &atValue ) { attrValue = atValue; _validAttributeArray[0] = true; } in setValue() 713 domBool4 attrValue; 722 domBool4 &getValue() { return attrValue; } in getValue() 727 const domBool4 &getValue() const { return attrValue; } in getValue() 732 void setValue( const domBool4 &atValue ) { attrValue = atValue; _validAttributeArray[0] = true; } in setValue()
|
D | domCg_param_type.h | 277 class domBool4; variable 279 typedef daeSmartRef<domBool4> domBool4Ref; 282 class domBool4 : public daeElement 316 domBool4(DAE& dae) : daeElement(dae), _value() {} in domBool4() function 320 virtual ~domBool4() {} in ~domBool4() 324 virtual domBool4 &operator=( const domBool4 &cpy ) { (void)cpy; return *this; }
|
D | domTypes.h | 31 typedef domListOfBools domBool4; typedef
|
D | domGl_pipeline_settings.h | 6225 domBool4 attrValue; 6234 domBool4 &getValue() { return attrValue; } in getValue() 6239 const domBool4 &getValue() const { return attrValue; } in getValue() 6244 void setValue( const domBool4 &atValue ) { attrValue = atValue; _validAttributeArray[0] = true; } in setValue()
|
/external/collada/src/1.4/dom/ |
D | domFx_annotate_type_common.cpp | 64 mea->setElementType( domFx_annotate_type_common::domBool4::registerElement(dae) ); in registerElement() 261 domFx_annotate_type_common::domBool4::create(DAE& dae) in create() 263 domFx_annotate_type_common::domBool4Ref ref = new domFx_annotate_type_common::domBool4(dae); in create() 269 domFx_annotate_type_common::domBool4::registerElement(DAE& dae) in registerElement() 277 meta->registerClass(domFx_annotate_type_common::domBool4::create); in registerElement() 285 ma->setOffset( daeOffsetOf( domFx_annotate_type_common::domBool4 , _value )); in registerElement() 290 meta->setElementSize(sizeof(domFx_annotate_type_common::domBool4)); in registerElement()
|
D | domGlsl_param_type.cpp | 64 mea->setElementType( domGlsl_param_type::domBool4::registerElement(dae) ); in registerElement() 303 domGlsl_param_type::domBool4::create(DAE& dae) in create() 305 domGlsl_param_type::domBool4Ref ref = new domGlsl_param_type::domBool4(dae); in create() 311 domGlsl_param_type::domBool4::registerElement(DAE& dae) in registerElement() 319 meta->registerClass(domGlsl_param_type::domBool4::create); in registerElement() 327 ma->setOffset( daeOffsetOf( domGlsl_param_type::domBool4 , _value )); in registerElement() 332 meta->setElementSize(sizeof(domGlsl_param_type::domBool4)); in registerElement()
|
D | domGles_basic_type_common.cpp | 64 mea->setElementType( domGles_basic_type_common::domBool4::registerElement(dae) ); in registerElement() 363 domGles_basic_type_common::domBool4::create(DAE& dae) in create() 365 domGles_basic_type_common::domBool4Ref ref = new domGles_basic_type_common::domBool4(dae); in create() 371 domGles_basic_type_common::domBool4::registerElement(DAE& dae) in registerElement() 379 meta->registerClass(domGles_basic_type_common::domBool4::create); in registerElement() 387 ma->setOffset( daeOffsetOf( domGles_basic_type_common::domBool4 , _value )); in registerElement() 392 meta->setElementSize(sizeof(domGles_basic_type_common::domBool4)); in registerElement()
|
D | domFx_basic_type_common.cpp | 64 mea->setElementType( domFx_basic_type_common::domBool4::registerElement(dae) ); in registerElement() 381 domFx_basic_type_common::domBool4::create(DAE& dae) in create() 383 domFx_basic_type_common::domBool4Ref ref = new domFx_basic_type_common::domBool4(dae); in create() 389 domFx_basic_type_common::domBool4::registerElement(DAE& dae) in registerElement() 397 meta->registerClass(domFx_basic_type_common::domBool4::create); in registerElement() 405 ma->setOffset( daeOffsetOf( domFx_basic_type_common::domBool4 , _value )); in registerElement() 410 meta->setElementSize(sizeof(domFx_basic_type_common::domBool4)); in registerElement()
|
D | domCg_param_type.cpp | 70 mea->setElementType( domCg_param_type::domBool4::registerElement(dae) ); in registerElement() 885 domCg_param_type::domBool4::create(DAE& dae) in create() 887 domCg_param_type::domBool4Ref ref = new domCg_param_type::domBool4(dae); in create() 893 domCg_param_type::domBool4::registerElement(DAE& dae) in registerElement() 901 meta->registerClass(domCg_param_type::domBool4::create); in registerElement() 909 ma->setOffset( daeOffsetOf( domCg_param_type::domBool4 , _value )); in registerElement() 914 meta->setElementSize(sizeof(domCg_param_type::domBool4)); in registerElement()
|