Home
last modified time | relevance | path

Searched refs:GL_CopyTexSubImage2D (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h84 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage2D(GLenum target,
Dproc_table_egl_autogen.cpp232 {"glCopyTexSubImage2D", P(GL_CopyTexSubImage2D)},
Dentry_points_gles_2_0_autogen.cpp656 void GL_APIENTRY GL_CopyTexSubImage2D(GLenum target, in GL_CopyTexSubImage2D() function
DlibGLESv2_autogen.cpp180 return GL_CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp341 return GL_CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp162 {"glCopyTexSubImage2D", P(GL_CopyTexSubImage2D)},
Dentry_points_gl_1_autogen.h441 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage2D(GLenum target,
DlibGL_autogen.cpp1668 return GL_CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
Dentry_points_gl_1_autogen.cpp7210 void GL_APIENTRY GL_CopyTexSubImage2D(GLenum target, in GL_CopyTexSubImage2D() function