Searched refs:GL_CopyTextureSubImage1D (Results 1 – 4 of 4) sorted by relevance
164 {"glCopyTextureSubImage1D", P(GL_CopyTextureSubImage1D)},
750 ANGLE_EXPORT void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture,
5559 return GL_CopyTextureSubImage1D(texture, level, xoffset, x, y, width); in glCopyTextureSubImage1D()
6239 void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture, in GL_CopyTextureSubImage1D() function