Home
last modified time | relevance | path

Searched refs:gl_vertex3f_nop (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/opengl/mesa/
H A Dvbfill.h122 extern void gl_vertex3f_nop( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z );
H A Dpointers.c334 table->Vertex3f = gl_vertex3f_nop; in init_exec_pointers()
H A Dvbfill.c1084 void gl_vertex3f_nop( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z ) in gl_vertex3f_nop() function
1362 else if (ctx->Exec.Vertex3f==gl_vertex3f_nop) { in gl_Begin()