Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h164 void rasterPos3f(GLfloat x, GLfloat y, GLfloat z); \
DContext_gl.cpp1221 void Context::rasterPos3f(GLfloat x, GLfloat y, GLfloat z) in rasterPos3f() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp4142 context->rasterPos3f(x, y, z); in GL_RasterPos3f()