Home
last modified time | relevance | path

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

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