HomeSort by relevance Sort by last modified time
    Searched refs:matrixf_t (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
context.h 372 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& rhs)
    [all...]
matrix.cpp 235 void matrixx_t::load(const matrixf_t& rhs) {
248 #pragma mark matrixf_t
251 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs)
274 void matrixf_t::dump(const char* what) {
282 void matrixf_t::loadIdentity() {
286 void matrixf_t::set(const GLfixed* rhs) {
290 void matrixf_t::set(const GLfloat* rhs)
    [all...]

Completed in 48 milliseconds