Home
last modified time | relevance | path

Searched refs:vbase (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
Dvec.h40 struct vbase;
258 struct vbase { struct
263 template<> struct vbase<float, 2> { argument
272 template<> struct vbase<float, 3> {
277 vbase<float, 2> xy;
278 vbase<float, 2> st;
283 template<> struct vbase<float, 4> {
288 vbase<float, 3> xyz;
289 vbase<float, 3> str;
290 vbase<float, 2> xy;
[all …]
/frameworks/rs/
DrsAllocation.cpp964 RsAllocation rsi_AllocationAdapterCreate(Context *rsc, RsType vwindow, RsAllocation vbase) { in rsi_AllocationAdapterCreate() argument
968 static_cast<Allocation *>(vbase), static_cast<Type *>(vwindow)); in rsi_AllocationAdapterCreate()