Searched defs:vbase (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dvec.h40 struct vbase;
134 // "a.xyz + b" is a mixed-operation between a vbase<> and a vec<>, requiring
135 // a conversion of vbase<> to vec<>. The template gunk below avoids this,
258 struct vbase { struct in namespace:android
263 template<> struct vbase<float, 2> { struct in namespace:android
272 template<> struct vbase<float, 3> { struct in namespace:android
277 vbase<float, 2> xy;
278 vbase<float, 2> st;
283 template<> struct vbase<float, 4> { struct in namespace:android
288 vbase<floa
[all...]
/frameworks/rs/
H A DrsAllocation.cpp964 RsAllocation rsi_AllocationAdapterCreate(Context *rsc, RsType vwindow, RsAllocation vbase) { argument
968 static_cast<Allocation *>(vbase), static_cast<Type *>(vwindow));

Completed in 205 milliseconds