HomeSort by relevance Sort by last modified time
    Searched refs:glVertex3f (Results 1 - 14 of 14) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 56 void(APIENTRY*glVertex3f)(GLfloat, GLfloat, GLfloat);
78 f->glVertex3f=get_funcaddr("glVertex3f");
182 f.glVertex3f(pixels[3*i],pixels[3*i+1],pixels[3*i+2]);
  /external/quake/quake/src/QW/client/
gl_test.c 133 glVertex3f (p->origin[0] + p->length*p->reflect[0],
gl_rmain.c 377 glVertex3f (verts->v[0], verts->v[1], verts->v[2]);
805 glVertex3f (10, 100, 100);
806 glVertex3f (10, -100, 100);
807 glVertex3f (10, -100, -100);
808 glVertex3f (10, 100, -100);
r_part.c 553 glVertex3f (p->org[0] + up[0]*scale, p->org[1] + up[1]*scale, p->org[2] + up[2]*scale);
555 glVertex3f (p->org[0] + right[0]*scale, p->org[1] + right[1]*scale, p->org[2] + right[2]*scale);
  /external/quake/quake/src/WinQuake/
gl_test.cpp 133 glVertex3f (p->origin[0] + p->length*p->reflect[0],
gl_rmain.cpp 418 glVertex3f (verts->v[0], verts->v[1], verts->v[2]);
903 glVertex3f (10, 100, 100);
904 glVertex3f (10, -100, 100);
905 glVertex3f (10, -100, -100);
906 glVertex3f (10, 100, -100);
    [all...]
r_part.cpp 781 glVertex3f (p->org[0] + up[0]*scale, p->org[1] + up[1]*scale, p->org[2] + up[2]*scale);
783 glVertex3f (p->org[0] + right[0]*scale, p->org[1] + right[1]*scale, p->org[2] + right[2]*scale);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 326 SDL_PROC_UNUSED(void,glVertex3f,(GLfloat x, GLfloat y, GLfloat z))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
gl.h 966 GLAPI void GLAPIENTRY glVertex3f( GLfloat x, GLfloat y, GLfloat z );
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
gl.h 966 GLAPI void GLAPIENTRY glVertex3f( GLfloat x, GLfloat y, GLfloat z );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
gl.h 966 GLAPI void GLAPIENTRY glVertex3f( GLfloat x, GLfloat y, GLfloat z );
    [all...]

Completed in 200 milliseconds