Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h175 void rasterPos4i(GLint x, GLint y, GLint z, GLint w); \
DContext_gl.cpp1501 void Context::rasterPos4i(GLint x, GLint y, GLint z, GLint w) in rasterPos4i() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp4755 context->rasterPos4i(x, y, z, w); in GL_RasterPos4i()