Lines Matching refs:target
85 void* target, in ApplyCache() argument
89 math::VEC2* dst = reinterpret_cast<math::VEC2*>(target); in ApplyCache()
133 void* target, in ApplyCache() argument
137 math::VEC3* dst = reinterpret_cast<math::VEC3*>(target); in ApplyCache()
190 void* target, in ApplyCache() argument
194 ut::ResFloatColor* dst = reinterpret_cast<ut::ResFloatColor*>(target); in ApplyCache()
227 …::std::pair<gfx::ResTexture, bool> target = gfx::GetReferenceTextureTarget(GetTextures(i), graphic… in Setup()
229 if (!target.second) in Setup()
269 void* target, in ApplyCache() argument
273 ut::Offset* dst = reinterpret_cast<ut::Offset*>(target); in ApplyCache()
329 void* target, in ApplyCache() argument
333 gfx::CalculatedTransform* dst = reinterpret_cast<gfx::CalculatedTransform*>(target); in ApplyCache()
456 void* target, in ApplyCacheForType() argument
464 static_cast<const ResFloatAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
467 static_cast<const ResIntAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
470 static_cast<const ResBoolAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
473 static_cast<const ResVec2Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
476 static_cast<const ResVec3Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
479 static_cast<const ResTransformAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
482 static_cast<const ResRgbaColorAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
485 static_cast<const ResTextureAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()