Home
last modified time | relevance | path

Searched refs:matrix_init_ortho (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/tests/hwc/
Dutil.h23 void matrix_init_ortho(GLfloat *m, float w, float h);
Dutil.c28 void matrix_init_ortho(GLfloat *m, float w, float h) { in matrix_init_ortho() function
Dtest-arrows.c96 matrix_init_ortho(mtx, w, h); in prepare()