Lines Matching refs:target

87     void* target,  in ApplyCache()  argument
91 math::VEC2* dst = reinterpret_cast<math::VEC2*>(target); in ApplyCache()
135 void* target, in ApplyCache() argument
139 math::VEC3* dst = reinterpret_cast<math::VEC3*>(target); in ApplyCache()
192 void* target, in ApplyCache() argument
196 ut::ResFloatColor* dst = reinterpret_cast<ut::ResFloatColor*>(target); in ApplyCache()
229 …::std::pair<gfx::ResTexture, bool> target = gfx::GetReferenceTextureTarget(GetTextures(i), graphic… in Setup()
231 if (!target.second) in Setup()
271 void* target, in ApplyCache() argument
275 ut::Offset* dst = reinterpret_cast<ut::Offset*>(target); in ApplyCache()
331 void* target, in ApplyCache() argument
335 gfx::CalculatedTransform* dst = reinterpret_cast<gfx::CalculatedTransform*>(target); in ApplyCache()
458 void* target, in ApplyCacheForType() argument
466 static_cast<const ResFloatAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
469 static_cast<const ResIntAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
472 static_cast<const ResBoolAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
475 static_cast<const ResVec2Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
478 static_cast<const ResVec3Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
481 static_cast<const ResTransformAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
484 static_cast<const ResRgbaColorAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
487 static_cast<const ResTextureAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()