Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp706 {"glRasterPos3i", P(GL_RasterPos3i)},
Dentry_points_gl_1_autogen.h284 ANGLE_EXPORT void GL_APIENTRY GL_RasterPos3i(GLint x, GLint y, GLint z);
DlibGL_autogen.cpp1047 return GL_RasterPos3i(x, y, z); in glRasterPos3i()
Dentry_points_gl_1_autogen.cpp4569 void GL_APIENTRY GL_RasterPos3i(GLint x, GLint y, GLint z) in GL_RasterPos3i() function