Lines Matching refs:object
37 ResAnimGroupMember::SetValueForType(void* object, const void* value) const in SetValueForType() argument
39 NW_NULL_ASSERT(object); in SetValueForType()
46 ResStaticCast<ResBoneMember>(*this).SetValue(object, value); in SetValueForType()
50 ResStaticCast<ResMaterialColorMember>(*this).SetValue(object, value); in SetValueForType()
54 ResStaticCast<ResTextureSamplerMember>(*this).SetValue(object, value); in SetValueForType()
58 ResStaticCast<ResTextureMapperMember>(*this).SetValue(object, value); in SetValueForType()
62 ResStaticCast<ResBlendOperationMember>(*this).SetValue(object, value); in SetValueForType()
66 ResStaticCast<ResTextureCoordinatorMember>(*this).SetValue(object, value); in SetValueForType()
70 ResStaticCast<ResModelMember>(*this).SetValue(object, value); in SetValueForType()
74 ResStaticCast<ResMeshMember>(*this).SetValue(object, value); in SetValueForType()
78 ResStaticCast<ResMeshNodeVisibilityMember>(*this).SetValue(object, value); in SetValueForType()
82 ResStaticCast<ResTransformMember>(*this).SetValue(object, value); in SetValueForType()
86 ResStaticCast<ResViewUpdaterMember>(*this).SetValue(object, value); in SetValueForType()
90 ResStaticCast<ResProjectionUpdaterMember>(*this).SetValue(object, value); in SetValueForType()
94 ResStaticCast<ResLightMember>(*this).SetValue(object, value); in SetValueForType()
98 ResStaticCast<ResFragmentLightMember>(*this).SetValue(object, value); in SetValueForType()
102 ResStaticCast<ResAmbientLightMember>(*this).SetValue(object, value); in SetValueForType()
106 ResStaticCast<ResVertexLightMember>(*this).SetValue(object, value); in SetValueForType()
110 ResStaticCast<ResHemiSphereLightMember>(*this).SetValue(object, value); in SetValueForType()
121 ResBoneMember::SetValue(void* object, const void* value) const in SetValue() argument
124 reinterpret_cast<CalculatedTransform*>(object); in SetValue()
135 ResMaterialColorMember::SetValue(void* object, const void* value) const in SetValue() argument
137 ResMaterialColor materialColor(object); in SetValue()
194 ResTextureSamplerMember::SetValue(void* object, const void* value) const in SetValue() argument
196 ResPixelBasedTextureMapper mapper(object); in SetValue()
217 ResTextureMapperMember::SetValue(void* object, const void* value) const in SetValue() argument
219 ResPixelBasedTextureMapper mapper(object); in SetValue()
237 ResBlendOperationMember::SetValue(void* object, const void* value) const in SetValue() argument
239 ResBlendOperation operation(object); in SetValue()
255 ResTextureCoordinatorMember::SetValue(void* object, const void* value) const in SetValue() argument
257 ResTextureCoordinator coordinator(object); in SetValue()
294 ResModelMember::SetValue(void* object, const void* value) const in SetValue() argument
296 Model* model = reinterpret_cast<Model*>(object); in SetValue()
317 ResMeshMember::SetValue(void* object, const void* value) const in SetValue() argument
319 ResMesh mesh(object); in SetValue()
327 ResMeshNodeVisibilityMember::SetValue(void* object, const void* value) const in SetValue() argument
329 ResMeshNodeVisibility nodeVisibility(object); in SetValue()
337 ResTransformMember::SetValue(void* object, const void* value) const in SetValue() argument
339 TransformNode* transformNode = reinterpret_cast<TransformNode*>(object); in SetValue()
357 ResViewUpdaterMember::SetValue(void* object, const void* value) const in SetValue() argument
359 ResCameraViewUpdater viewUpdater(object); in SetValue()
365 ResAimTargetViewUpdater aimUpdater(object); in SetValue()
391 ResLookAtTargetViewUpdater lookAtUpdater(object); in SetValue()
417 ResRotateViewUpdater rotateUpdater(object); in SetValue()
441 ResProjectionUpdaterMember::SetValue(void* object, const void* value) const in SetValue() argument
443 ResCameraProjectionUpdater projectionUpdater(object); in SetValue()
449 ResPerspectiveProjectionUpdater perspectiveUpdater(object); in SetValue()
478 ResOrthoProjectionUpdater orthoUpdater(object); in SetValue()
532 ResLightMember::SetValue(void* object, const void* value) const in SetValue() argument
534 ResLight light(object); in SetValue()
550 ResFragmentLightMember::SetValue(void* object, const void* value) const in SetValue() argument
552 ResFragmentLight light(object); in SetValue()
602 ResAmbientLightMember::SetValue(void* object, const void* value) const in SetValue() argument
604 ResAmbientLight light(object); in SetValue()
620 ResVertexLightMember::SetValue(void* object, const void* value) const in SetValue() argument
622 ResVertexLight light(object); in SetValue()
691 ResHemiSphereLightMember::SetValue(void* object, const void* value) const in SetValue() argument
693 ResHemiSphereLight light(object); in SetValue()