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

/frameworks/native/opengl/libagl/
H A Dcontext.h371 struct matrixf_t;
375 void load(const matrixf_t& rhs);
381 struct matrixf_t { struct in namespace:android::gl
383 void load(const matrixf_t& rhs);
391 static void multiply(matrixf_t& r,
392 const matrixf_t& lhs, const matrixf_t& rhs);
401 void multiply(const matrixf_t& rhs);
454 matrixf_t *stack;
461 void multiply(const matrixf_t
[all...]

Completed in 32 milliseconds