Home
last modified time | relevance | path

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

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp164 {"glCopyTextureSubImage1D", P(GL_CopyTextureSubImage1D)},
Dentry_points_gl_4_autogen.h750 ANGLE_EXPORT void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture,
DlibGL_autogen.cpp5559 return GL_CopyTextureSubImage1D(texture, level, xoffset, x, y, width); in glCopyTextureSubImage1D()
Dentry_points_gl_4_autogen.cpp6239 void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture, in GL_CopyTextureSubImage1D() function