Searched refs:mx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dmatrix.cpp724 void point2__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) { argument
725 const GLfixed* const m = mx->matrix.m;
734 void point3__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) { argument
735 const GLfixed* const m = mx->matrix.m;
745 void point4__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) { argument
746 const GLfixed* const m = mx->matrix.m;
757 void point3__mvui(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) { argument
761 const GLfixed* const m = mx->matrix.m;
771 void point4__mvui(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) { argument
775 const GLfixed* const m = mx
[all...]

Completed in 56 milliseconds