Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h26 ANGLE_EXPORT void GL_APIENTRY GL_BindTexture(GLenum target, GLuint texture);
Dproc_table_egl_autogen.cpp155 {"glBindTexture", P(GL_BindTexture)},
Dentry_points_gles_2_0_autogen.cpp170 void GL_APIENTRY GL_BindTexture(GLenum target, GLuint texture) in GL_BindTexture() function
DlibGLESv2_autogen.cpp56 return GL_BindTexture(target, texture); in glBindTexture()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp225 return GL_BindTexture(target, texture); in glBindTexture()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp53 {"glBindTexture", P(GL_BindTexture)},
Dentry_points_gl_1_autogen.h419 ANGLE_EXPORT void GL_APIENTRY GL_BindTexture(GLenum target, GLuint texture);
DlibGL_autogen.cpp1622 return GL_BindTexture(target, texture); in glBindTexture()
Dentry_points_gl_1_autogen.cpp7061 void GL_APIENTRY GL_BindTexture(GLenum target, GLuint texture) in GL_BindTexture() function