Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.h419 ANGLE_EXPORT void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture,
Dproc_table_wgl_autogen.cpp227 {"glCopyTextureSubImage1D", P(GL_CopyTextureSubImage1D)},
Dproc_table_glx_autogen.cpp227 {"glCopyTextureSubImage1D", P(GL_CopyTextureSubImage1D)},
Dproc_table_egl_autogen.cpp349 DESKTOP_ONLY("glCopyTextureSubImage1D", GL_CopyTextureSubImage1D)
Dentry_points_gl_4_autogen.cpp3813 void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture, in GL_CopyTextureSubImage1D() function
DlibGLESv2_autogen.cpp9051 return GL_CopyTextureSubImage1D(texture, level, xoffset, x, y, width); in glCopyTextureSubImage1D()