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

/frameworks/native/include/ui/
H A Dvec3.h94 // cross product works only on vectors of size 3
97 tvec3 __attribute__((pure)) cross(const tvec3& u, const tvec3<RT>& v) { function in class:android::tvec3
/frameworks/rs/driver/runtime/
H A Drs_cl.c888 extern float3 __attribute__((overloadable)) cross(float3 lhs, float3 rhs) { function
896 extern float4 __attribute__((overloadable)) cross(float4 lhs, float4 rhs) { function

Completed in 67 milliseconds