Searched refs:GL_CopyTexSubImage1D (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 161 {"glCopyTexSubImage1D", P(GL_CopyTexSubImage1D)},
|
D | entry_points_gl_1_autogen.h | 440 GL_CopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width);
|
D | libGL_autogen.cpp | 1656 return GL_CopyTexSubImage1D(target, level, xoffset, x, y, width); in glCopyTexSubImage1D()
|
D | entry_points_gl_1_autogen.cpp | 7184 GL_CopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) in GL_CopyTexSubImage1D() function
|