Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp850 {"glTexSubImage1D", P(GL_TexSubImage1D)},
Dentry_points_gl_1_autogen.h478 ANGLE_EXPORT void GL_APIENTRY GL_TexSubImage1D(GLenum target,
DlibGL_autogen.cpp1774 return GL_TexSubImage1D(target, level, xoffset, width, format, type, pixels); in glTexSubImage1D()
Dentry_points_gl_1_autogen.cpp7699 void GL_APIENTRY GL_TexSubImage1D(GLenum target, in GL_TexSubImage1D() function