Lines Matching refs:object

40 ResAnimGroupMember::SetValueForType(void* object, const void* value) const  in SetValueForType()  argument
42 NW_NULL_ASSERT(object); in SetValueForType()
49 ResStaticCast<ResBoneMember>(*this).SetValue(object, value); in SetValueForType()
53 ResStaticCast<ResMaterialColorMember>(*this).SetValue(object, value); in SetValueForType()
57 ResStaticCast<ResTextureSamplerMember>(*this).SetValue(object, value); in SetValueForType()
61 ResStaticCast<ResTextureMapperMember>(*this).SetValue(object, value); in SetValueForType()
65 ResStaticCast<ResBlendOperationMember>(*this).SetValue(object, value); in SetValueForType()
69 ResStaticCast<ResTextureCoordinatorMember>(*this).SetValue(object, value); in SetValueForType()
73 ResStaticCast<ResModelMember>(*this).SetValue(object, value); in SetValueForType()
77 ResStaticCast<ResMeshMember>(*this).SetValue(object, value); in SetValueForType()
81 ResStaticCast<ResMeshNodeVisibilityMember>(*this).SetValue(object, value); in SetValueForType()
85 ResStaticCast<ResTransformMember>(*this).SetValue(object, value); in SetValueForType()
89 ResStaticCast<ResViewUpdaterMember>(*this).SetValue(object, value); in SetValueForType()
93 ResStaticCast<ResProjectionUpdaterMember>(*this).SetValue(object, value); in SetValueForType()
97 ResStaticCast<ResLightMember>(*this).SetValue(object, value); in SetValueForType()
101 ResStaticCast<ResFragmentLightMember>(*this).SetValue(object, value); in SetValueForType()
105 ResStaticCast<ResAmbientLightMember>(*this).SetValue(object, value); in SetValueForType()
109 ResStaticCast<ResVertexLightMember>(*this).SetValue(object, value); in SetValueForType()
113 ResStaticCast<ResHemiSphereLightMember>(*this).SetValue(object, value); in SetValueForType()
117 ResStaticCast<ResFogMember>(*this).SetValue(object, value); in SetValueForType()
128 ResBoneMember::SetValue(void* object, const void* value) const in SetValue() argument
131 reinterpret_cast<CalculatedTransform*>(object); in SetValue()
145 ResMaterialColorMember::SetValue(void* object, const void* value) const in SetValue() argument
147 ResMaterialColor materialColor(object); in SetValue()
204 ResTextureSamplerMember::SetValue(void* object, const void* value) const in SetValue() argument
206 ResPixelBasedTextureMapper mapper(object); in SetValue()
227 ResTextureMapperMember::SetValue(void* object, const void* value) const in SetValue() argument
229 ResPixelBasedTextureMapper mapper(object); in SetValue()
247 ResBlendOperationMember::SetValue(void* object, const void* value) const in SetValue() argument
249 ResBlendOperation operation(object); in SetValue()
265 ResTextureCoordinatorMember::SetValue(void* object, const void* value) const in SetValue() argument
267 ResTextureCoordinator coordinator(object); in SetValue()
304 ResModelMember::SetValue(void* object, const void* value) const in SetValue() argument
306 Model* model = reinterpret_cast<Model*>(object); in SetValue()
329 ResMeshMember::SetValue(void* object, const void* value) const in SetValue() argument
331 ResMesh mesh(object); in SetValue()
339 ResMeshNodeVisibilityMember::SetValue(void* object, const void* value) const in SetValue() argument
341 ResMeshNodeVisibility nodeVisibility(object); in SetValue()
349 ResTransformMember::SetValue(void* object, const void* value) const in SetValue() argument
351 TransformNode* transformNode = reinterpret_cast<TransformNode*>(object); in SetValue()
369 ResViewUpdaterMember::SetValue(void* object, const void* value) const in SetValue() argument
371 ResCameraViewUpdater viewUpdater(object); in SetValue()
377 ResAimTargetViewUpdater aimUpdater(object); in SetValue()
403 ResLookAtTargetViewUpdater lookAtUpdater(object); in SetValue()
429 ResRotateViewUpdater rotateUpdater(object); in SetValue()
453 ResProjectionUpdaterMember::SetValue(void* object, const void* value) const in SetValue() argument
455 ResCameraProjectionUpdater projectionUpdater(object); in SetValue()
461 ResPerspectiveProjectionUpdater perspectiveUpdater(object); in SetValue()
490 ResOrthoProjectionUpdater orthoUpdater(object); in SetValue()
544 ResLightMember::SetValue(void* object, const void* value) const in SetValue() argument
546 ResLight light(object); in SetValue()
562 ResFragmentLightMember::SetValue(void* object, const void* value) const in SetValue() argument
564 ResFragmentLight light(object); in SetValue()
614 ResAmbientLightMember::SetValue(void* object, const void* value) const in SetValue() argument
616 ResAmbientLight light(object); in SetValue()
632 ResVertexLightMember::SetValue(void* object, const void* value) const in SetValue() argument
634 ResVertexLight light(object); in SetValue()
703 ResHemiSphereLightMember::SetValue(void* object, const void* value) const in SetValue() argument
705 ResHemiSphereLight light(object); in SetValue()
740 ResFogMember::SetValue(void* object, const void* value) const in SetValue() argument
742 ResFog fog(object); in SetValue()