Searched defs:matrix_stack_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dcontext.h378 struct matrix_stack_t;
397 friend struct matrix_stack_t;
444 struct matrix_stack_t { struct in namespace:android::gl
494 matrix_stack_t *current;
495 matrix_stack_t modelview;
496 matrix_stack_t projection;
497 matrix_stack_t texture[GGL_TEXTURE_UNIT_COUNT];

Completed in 1646 milliseconds