Lines Matching refs:cacheBuf
86 const void* cacheBuf in ApplyCache()
90 const math::VEC2* src = reinterpret_cast<const math::VEC2*>(cacheBuf); in ApplyCache()
134 const void* cacheBuf in ApplyCache()
138 const math::VEC3* src = reinterpret_cast<const math::VEC3*>(cacheBuf); in ApplyCache()
191 const void* cacheBuf in ApplyCache()
195 const ut::ResFloatColor* src = reinterpret_cast<const ut::ResFloatColor*>(cacheBuf); in ApplyCache()
270 const void* cacheBuf in ApplyCache()
274 const ut::Offset* src = reinterpret_cast<const ut::Offset*>(cacheBuf); in ApplyCache()
327 const void* cacheBuf in ApplyCache()
331 … const gfx::CalculatedTransform* src = reinterpret_cast<const gfx::CalculatedTransform*>(cacheBuf); in ApplyCache()
454 const void* cacheBuf in ApplyCacheForType()
461 static_cast<const ResFloatAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
464 static_cast<const ResIntAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
467 static_cast<const ResBoolAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
470 static_cast<const ResVec2Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
473 static_cast<const ResVec3Anim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
476 static_cast<const ResTransformAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
479 static_cast<const ResRgbaColorAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()
482 static_cast<const ResTextureAnim&>(*this).ApplyCache(target, cacheBuf); in ApplyCacheForType()