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

  /frameworks/native/services/sensorservice/
vec.h 130 // vec4_t a;
432 typedef vec<float, 4> vec4_t; typedef in namespace:android
  /external/mesa3d/src/compiler/glsl/
builtin_variables.cpp 433 const glsl_type * const vec4_t; member in class:__anon27317::builtin_variable_generator
450 vec3_t(glsl_type::vec3_type), vec4_t(glsl_type::vec4_type),
    [all...]
  /frameworks/native/opengl/libagl/
context.h 95 struct vec4_t { struct in namespace:android::gl
136 vec4_t obj;
137 vec4_t eye;
139 vec4_t clip;
147 vec4_t window;
149 vec4_t color;
150 vec4_t texture[GGL_TEXTURE_UNIT_COUNT];
217 void (*mvp_transform)(transform_t const*, vec4_t*, vec4_t const*);
218 void (*mv_transform)(transform_t const*, vec4_t*, vec4_t const*)
    [all...]

Completed in 289 milliseconds