Searched refs:GL_CopyTexSubImage3D (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.h | 73 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target,
|
D | proc_table_egl_autogen.cpp | 233 {"glCopyTexSubImage3D", P(GL_CopyTexSubImage3D)},
|
D | entry_points_gles_3_0_autogen.cpp | 486 void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target, in GL_CopyTexSubImage3D() function
|
D | libGLESv2_autogen.cpp | 974 return GL_CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3D()
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 163 {"glCopyTexSubImage3D", P(GL_CopyTexSubImage3D)},
|
D | entry_points_gl_1_autogen.h | 500 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target,
|
D | libGL_autogen.cpp | 1806 return GL_CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3D()
|
D | entry_points_gl_1_autogen.cpp | 7800 void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target, in GL_CopyTexSubImage3D() function
|