Lines Matching refs:GLcontext
46 extern void gl_analyze_modelview_matrix( GLcontext *ctx );
48 extern void gl_analyze_projection_matrix( GLcontext *ctx );
50 extern void gl_analyze_texture_matrix( GLcontext *ctx );
59 extern void gl_Frustum( GLcontext *ctx,
64 extern void gl_Ortho( GLcontext *ctx,
69 extern void gl_PushMatrix( GLcontext *ctx );
71 extern void gl_PopMatrix( GLcontext *ctx );
73 extern void gl_LoadIdentity( GLcontext *ctx );
75 extern void gl_LoadMatrixf( GLcontext *ctx, const GLfloat *m );
77 extern void gl_MatrixMode( GLcontext *ctx, GLenum mode );
79 extern void gl_MultMatrixf( GLcontext *ctx, const GLfloat *m );
81 extern void gl_Viewport( GLcontext *ctx,
84 extern void gl_Rotatef( GLcontext *ctx,
87 extern void gl_Scalef( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z );
89 extern void gl_Translatef( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z );