Lines Matching refs:object

38 ResAnimGroupMember::SetValueForType(void* object, const void* value) const  in SetValueForType()  argument
40 NW_NULL_ASSERT(object); in SetValueForType()
47 ResStaticCast<ResBoneMember>(*this).SetValue(object, value); in SetValueForType()
51 ResStaticCast<ResMaterialColorMember>(*this).SetValue(object, value); in SetValueForType()
55 ResStaticCast<ResTextureSamplerMember>(*this).SetValue(object, value); in SetValueForType()
59 ResStaticCast<ResTextureMapperMember>(*this).SetValue(object, value); in SetValueForType()
63 ResStaticCast<ResBlendOperationMember>(*this).SetValue(object, value); in SetValueForType()
67 ResStaticCast<ResTextureCoordinatorMember>(*this).SetValue(object, value); in SetValueForType()
71 ResStaticCast<ResModelMember>(*this).SetValue(object, value); in SetValueForType()
75 ResStaticCast<ResMeshMember>(*this).SetValue(object, value); in SetValueForType()
79 ResStaticCast<ResMeshNodeVisibilityMember>(*this).SetValue(object, value); in SetValueForType()
83 ResStaticCast<ResTransformMember>(*this).SetValue(object, value); in SetValueForType()
87 ResStaticCast<ResViewUpdaterMember>(*this).SetValue(object, value); in SetValueForType()
91 ResStaticCast<ResProjectionUpdaterMember>(*this).SetValue(object, value); in SetValueForType()
95 ResStaticCast<ResLightMember>(*this).SetValue(object, value); in SetValueForType()
99 ResStaticCast<ResFragmentLightMember>(*this).SetValue(object, value); in SetValueForType()
103 ResStaticCast<ResAmbientLightMember>(*this).SetValue(object, value); in SetValueForType()
107 ResStaticCast<ResVertexLightMember>(*this).SetValue(object, value); in SetValueForType()
111 ResStaticCast<ResHemiSphereLightMember>(*this).SetValue(object, value); in SetValueForType()
115 ResStaticCast<ResFogMember>(*this).SetValue(object, value); in SetValueForType()
126 ResBoneMember::SetValue(void* object, const void* value) const in SetValue() argument
129 reinterpret_cast<CalculatedTransform*>(object); in SetValue()
143 ResMaterialColorMember::SetValue(void* object, const void* value) const in SetValue() argument
145 ResMaterialColor materialColor(object); in SetValue()
202 ResTextureSamplerMember::SetValue(void* object, const void* value) const in SetValue() argument
204 ResPixelBasedTextureMapper mapper(object); in SetValue()
225 ResTextureMapperMember::SetValue(void* object, const void* value) const in SetValue() argument
227 ResPixelBasedTextureMapper mapper(object); in SetValue()
245 ResBlendOperationMember::SetValue(void* object, const void* value) const in SetValue() argument
247 ResBlendOperation operation(object); in SetValue()
263 ResTextureCoordinatorMember::SetValue(void* object, const void* value) const in SetValue() argument
265 ResTextureCoordinator coordinator(object); in SetValue()
302 ResModelMember::SetValue(void* object, const void* value) const in SetValue() argument
304 Model* model = reinterpret_cast<Model*>(object); in SetValue()
327 ResMeshMember::SetValue(void* object, const void* value) const in SetValue() argument
329 ResMesh mesh(object); in SetValue()
337 ResMeshNodeVisibilityMember::SetValue(void* object, const void* value) const in SetValue() argument
339 ResMeshNodeVisibility nodeVisibility(object); in SetValue()
347 ResTransformMember::SetValue(void* object, const void* value) const in SetValue() argument
349 TransformNode* transformNode = reinterpret_cast<TransformNode*>(object); in SetValue()
367 ResViewUpdaterMember::SetValue(void* object, const void* value) const in SetValue() argument
369 ResCameraViewUpdater viewUpdater(object); in SetValue()
375 ResAimTargetViewUpdater aimUpdater(object); in SetValue()
401 ResLookAtTargetViewUpdater lookAtUpdater(object); in SetValue()
427 ResRotateViewUpdater rotateUpdater(object); in SetValue()
451 ResProjectionUpdaterMember::SetValue(void* object, const void* value) const in SetValue() argument
453 ResCameraProjectionUpdater projectionUpdater(object); in SetValue()
459 ResPerspectiveProjectionUpdater perspectiveUpdater(object); in SetValue()
488 ResOrthoProjectionUpdater orthoUpdater(object); in SetValue()
542 ResLightMember::SetValue(void* object, const void* value) const in SetValue() argument
544 ResLight light(object); in SetValue()
560 ResFragmentLightMember::SetValue(void* object, const void* value) const in SetValue() argument
562 ResFragmentLight light(object); in SetValue()
612 ResAmbientLightMember::SetValue(void* object, const void* value) const in SetValue() argument
614 ResAmbientLight light(object); in SetValue()
630 ResVertexLightMember::SetValue(void* object, const void* value) const in SetValue() argument
632 ResVertexLight light(object); in SetValue()
701 ResHemiSphereLightMember::SetValue(void* object, const void* value) const in SetValue() argument
703 ResHemiSphereLight light(object); in SetValue()
738 ResFogMember::SetValue(void* object, const void* value) const in SetValue() argument
740 ResFog fog(object); in SetValue()