Lines Matching refs:cacheBuf

88     const void* cacheBuf  in ApplyCache()
92 const math::VEC2* src = reinterpret_cast<const math::VEC2*>(cacheBuf); in ApplyCache()
136 const void* cacheBuf in ApplyCache()
140 const math::VEC3* src = reinterpret_cast<const math::VEC3*>(cacheBuf); in ApplyCache()
193 const void* cacheBuf in ApplyCache()
197 const ut::ResFloatColor* src = reinterpret_cast<const ut::ResFloatColor*>(cacheBuf); in ApplyCache()
272 const void* cacheBuf in ApplyCache()
276 const ut::Offset* src = reinterpret_cast<const ut::Offset*>(cacheBuf); in ApplyCache()
332 const void* cacheBuf in ApplyCache()
336 … const gfx::CalculatedTransform* src = reinterpret_cast<const gfx::CalculatedTransform*>(cacheBuf); in ApplyCache()
459 const void* cacheBuf in ApplyCacheForType()
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()