Home
last modified time | relevance | path

Searched refs:GL_CopyTexSubImage3D (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.h73 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target,
Dproc_table_egl_autogen.cpp233 {"glCopyTexSubImage3D", P(GL_CopyTexSubImage3D)},
Dentry_points_gles_3_0_autogen.cpp486 void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target, in GL_CopyTexSubImage3D() function
DlibGLESv2_autogen.cpp974 return GL_CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3D()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp163 {"glCopyTexSubImage3D", P(GL_CopyTexSubImage3D)},
Dentry_points_gl_1_autogen.h500 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target,
DlibGL_autogen.cpp1806 return GL_CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3D()
Dentry_points_gl_1_autogen.cpp7800 void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target, in GL_CopyTexSubImage3D() function