Searched refs:GL_CopyTextureSubImage1D (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gl_4_autogen.h | 419 ANGLE_EXPORT void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture,
|
D | proc_table_wgl_autogen.cpp | 227 {"glCopyTextureSubImage1D", P(GL_CopyTextureSubImage1D)},
|
D | proc_table_glx_autogen.cpp | 227 {"glCopyTextureSubImage1D", P(GL_CopyTextureSubImage1D)},
|
D | proc_table_egl_autogen.cpp | 349 DESKTOP_ONLY("glCopyTextureSubImage1D", GL_CopyTextureSubImage1D)
|
D | entry_points_gl_4_autogen.cpp | 3813 void GL_APIENTRY GL_CopyTextureSubImage1D(GLuint texture, in GL_CopyTextureSubImage1D() function
|
D | libGLESv2_autogen.cpp | 9051 return GL_CopyTextureSubImage1D(texture, level, xoffset, x, y, width); in glCopyTextureSubImage1D()
|