HomeSort by relevance Sort by last modified time
    Searched defs:vec4_t (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
vec.h 130 // vec4_t a;
432 typedef vec<float, 4> vec4_t; typedef in namespace:android
  /frameworks/native/opengl/libagl/
context.h 94 struct vec4_t { struct in namespace:android::gl
135 vec4_t obj;
136 vec4_t eye;
138 vec4_t clip;
146 vec4_t window;
148 vec4_t color;
149 vec4_t texture[GGL_TEXTURE_UNIT_COUNT];
212 void (*mvp_transform)(transform_t const*, vec4_t*, vec4_t const*);
213 void (*mv_transform)(transform_t const*, vec4_t*, vec4_t const*)
    [all...]

Completed in 172 milliseconds