Home
last modified time | relevance | path

Searched refs:rasterPos4f (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h172 void rasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w); \
DContext_gl.cpp1261 void Context::rasterPos4f(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in rasterPos4f() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp4364 context->rasterPos4f(x, y, z, w); in GL_RasterPos4f()