Searched refs:GL_RasterPos4d (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 710 {"glRasterPos4d", P(GL_RasterPos4d)},
|
D | entry_points_gl_1_autogen.h | 288 ANGLE_EXPORT void GL_APIENTRY GL_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w);
|
D | libGL_autogen.cpp | 1067 return GL_RasterPos4d(x, y, z, w); in glRasterPos4d()
|
D | entry_points_gl_1_autogen.cpp | 4655 void GL_APIENTRY GL_RasterPos4d(GLdouble x, GLdouble y, GLdouble z, GLdouble w) in GL_RasterPos4d() function
|