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

/frameworks/base/include/private/opengles/
H A Dgl_context.h367 struct matrixf_t;
371 void load(const matrixf_t& rhs);
377 struct matrixf_t { struct in namespace:android::gl
379 void load(const matrixf_t& rhs);
387 static void multiply(matrixf_t& r,
388 const matrixf_t& lhs, const matrixf_t& rhs);
397 void multiply(const matrixf_t& rhs);
450 matrixf_t *stack;
457 void multiply(const matrixf_t
[all...]

Completed in 215 milliseconds