Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_1_autogen.h202 void texCoord2i(GLint s, GLint t); \
DContext_gl.cpp1412 void Context::texCoord2i(GLint s, GLint t) in texCoord2i() function in gl::Context
/external/angle/src/libGLESv2/
Dentry_points_gl_1_autogen.cpp5203 context->texCoord2i(s, t); in GL_TexCoord2i()