Home
last modified time | relevance | path

Searched refs:GL_BindVertexBuffers (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gl_4_autogen.h319 ANGLE_EXPORT void GL_APIENTRY GL_BindVertexBuffers(GLuint first,
Dproc_table_wgl_autogen.cpp84 {"glBindVertexBuffers", P(GL_BindVertexBuffers)},
Dproc_table_glx_autogen.cpp84 {"glBindVertexBuffers", P(GL_BindVertexBuffers)},
Dproc_table_egl_autogen.cpp206 DESKTOP_ONLY("glBindVertexBuffers", GL_BindVertexBuffers)
Dentry_points_gl_4_autogen.cpp3103 void GL_APIENTRY GL_BindVertexBuffers(GLuint first, in GL_BindVertexBuffers() function
DlibGLESv2_autogen.cpp8882 return GL_BindVertexBuffers(first, count, buffers, offsets, strides); in glBindVertexBuffers()