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

/frameworks/native/opengl/libagl/
H A Dcontext.h372 struct matrixf_t;
376 void load(const matrixf_t& rhs);
382 struct matrixf_t { struct in namespace:android::gl
384 void load(const matrixf_t& rhs);
392 static void multiply(matrixf_t& r,
393 const matrixf_t& lhs, const matrixf_t& rhs);
402 void multiply(const matrixf_t& rhs);
455 matrixf_t *stack;
462 void multiply(const matrixf_t
[all...]

Completed in 157 milliseconds