Lines Matching refs:Top
84 _math_matrix_frustum( ctx->CurrentStack->Top,
129 _math_matrix_ortho( ctx->CurrentStack->Top,
267 stack->Top = &(stack->Stack[stack->Depth]);
306 stack->Top = &(stack->Stack[stack->Depth]);
330 _math_matrix_set_identity( ctx->CurrentStack->Top );
359 if (memcmp(m, ctx->CurrentStack->Top->m, 16 * sizeof(GLfloat)) != 0) {
361 _math_matrix_loadf( ctx->CurrentStack->Top, m );
392 _math_matrix_mul_floats( ctx->CurrentStack->Top, m );
418 _math_matrix_rotate( ctx->CurrentStack->Top, angle, x, y, z);
443 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z);
467 _math_matrix_translate( ctx->CurrentStack->Top, x, y, z);
580 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top );
591 ctx->ProjectionMatrixStack.Top->inv );
609 ctx->ProjectionMatrixStack.Top,
610 ctx->ModelviewMatrixStack.Top );
630 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top );
670 stack->Top = stack->Stack;
689 stack->Stack = stack->Top = NULL;