Searched refs:rasterPos4f (Results 1 – 3 of 3) sorted by relevance
172 void rasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w); \
1261 void Context::rasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterPos4f() function in gl::Context
4364 context->rasterPos4f(x, y, z, w); in GL_RasterPos4f()