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

/frameworks/native/opengl/libagl/
H A Dcontext.h374 struct matrix_stack_t;
393 friend struct matrix_stack_t;
440 struct matrix_stack_t { struct in namespace:android::gl
490 matrix_stack_t *current;
491 matrix_stack_t modelview;
492 matrix_stack_t projection;
493 matrix_stack_t texture[GGL_TEXTURE_UNIT_COUNT];

Completed in 30 milliseconds