Lines Matching refs:Top
83 _math_matrix_frustum( ctx->CurrentStack->Top, in _mesa_Frustum()
127 _math_matrix_ortho( ctx->CurrentStack->Top, in _mesa_Ortho()
266 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PushMatrix()
304 stack->Top = &(stack->Stack[stack->Depth]); in _mesa_PopMatrix()
327 _math_matrix_set_identity( ctx->CurrentStack->Top ); in _mesa_LoadIdentity()
357 _math_matrix_loadf( ctx->CurrentStack->Top, m ); in _mesa_LoadMatrixf()
386 _math_matrix_mul_floats( ctx->CurrentStack->Top, m ); in _mesa_MultMatrixf()
411 _math_matrix_rotate( ctx->CurrentStack->Top, angle, x, y, z); in _mesa_Rotatef()
435 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z); in _mesa_Scalef()
458 _math_matrix_translate( ctx->CurrentStack->Top, x, y, z); in _mesa_Translatef()
573 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top ); in update_projection()
585 ctx->ProjectionMatrixStack.Top->inv ); in update_projection()
606 ctx->ProjectionMatrixStack.Top, in calculate_model_project_matrix()
607 ctx->ModelviewMatrixStack.Top ); in calculate_model_project_matrix()
627 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top ); in _mesa_update_modelview_project()
632 ctx->ModelviewMatrixStack.Top->inv, in _mesa_update_modelview_project()
678 stack->Top = stack->Stack; in init_matrix_stack()
697 stack->Stack = stack->Top = NULL; in free_matrix_stack()