Home
last modified time | relevance | path

Searched refs:GL_RasterPos4d (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp710 {"glRasterPos4d", P(GL_RasterPos4d)},
Dentry_points_gl_1_autogen.h288 ANGLE_EXPORT void GL_APIENTRY GL_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
DlibGL_autogen.cpp1067 return GL_RasterPos4d(x, y, z, w); in glRasterPos4d()
Dentry_points_gl_1_autogen.cpp4655 void GL_APIENTRY GL_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in GL_RasterPos4d() function