Home
last modified time | relevance | path

Searched refs:GL_CopyTexSubImage1D (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp161 {"glCopyTexSubImage1D", P(GL_CopyTexSubImage1D)},
Dentry_points_gl_1_autogen.h440 GL_CopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
DlibGL_autogen.cpp1656 return GL_CopyTexSubImage1D(target, level, xoffset, x, y, width); in glCopyTexSubImage1D()
Dentry_points_gl_1_autogen.cpp7184 GL_CopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in GL_CopyTexSubImage1D() function