Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp712 {"glRasterPos4f", P(GL_RasterPos4f)},
Dentry_points_gl_1_autogen.h290 ANGLE_EXPORT void GL_APIENTRY GL_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w);
DlibGL_autogen.cpp1077 return GL_RasterPos4f(x, y, z, w); in glRasterPos4f()
Dentry_points_gl_1_autogen.cpp4699 void GL_APIENTRY GL_RasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in GL_RasterPos4f() function