Home
last modified time | relevance | path

Searched refs:matrixf_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
Dcontext.h372 struct matrixf_t;
376 void load(const matrixf_t& rhs);
382 struct matrixf_t { struct
384 void load(const matrixf_t& rhs);
392 static void multiply(matrixf_t& r, argument
393 const matrixf_t& lhs, const matrixf_t& rhs);
402 void multiply(const matrixf_t& rhs); argument
455 matrixf_t *stack;
462 void multiply(const matrixf_t& rhs);
469 matrixf_t& top() { return stack[depth]; } in top()
[all …]
Dmatrix.cpp236 void matrixx_t::load(const matrixf_t& rhs) { in load()
249 #pragma mark matrixf_t
252 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) in multiply()
275 void matrixf_t::dump(const char* what) { in dump()
283 void matrixf_t::loadIdentity() { in loadIdentity()
287 void matrixf_t::set(const GLfixed* rhs) { in set()
291 void matrixf_t::set(const GLfloat* rhs) { in set()
295 void matrixf_t::load(const GLfixed* rhs) { in load()
303 void matrixf_t::load(const GLfloat* rhs) { in load()
307 void matrixf_t::load(const matrixf_t& rhs) { in load()
[all …]