Searched refs:GL_RasterPos4f (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 712 {"glRasterPos4f", P(GL_RasterPos4f)},
|
D | entry_points_gl_1_autogen.h | 290 ANGLE_EXPORT void GL_APIENTRY GL_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
|
D | libGL_autogen.cpp | 1077 return GL_RasterPos4f(x, y, z, w); in glRasterPos4f()
|
D | entry_points_gl_1_autogen.cpp | 4699 void GL_APIENTRY GL_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in GL_RasterPos4f() function
|