Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h18 ANGLE_EXPORT void GL_APIENTRY GL_ActiveTexture(GLenum texture);
Dproc_table_egl_autogen.cpp134 {"glActiveTexture", P(GL_ActiveTexture)},
Dentry_points_gles_2_0_autogen.cpp25 void GL_APIENTRY GL_ActiveTexture(GLenum texture) in GL_ActiveTexture() function
DlibGLESv2_autogen.cpp26 return GL_ActiveTexture(texture); in glActiveTexture()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp210 return GL_ActiveTexture(texture); in glActiveTexture()
/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp28 {"glActiveTexture", P(GL_ActiveTexture)},
Dentry_points_gl_1_autogen.h538 ANGLE_EXPORT void GL_APIENTRY GL_ActiveTexture(GLenum texture);
DlibGL_autogen.cpp1853 return GL_ActiveTexture(texture); in glActiveTexture()
Dentry_points_gl_1_autogen.cpp7956 void GL_APIENTRY GL_ActiveTexture(GLenum texture) in GL_ActiveTexture() function