Searched refs:GL_BindVertexBuffers (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gl_4_autogen.h | 319 ANGLE_EXPORT void GL_APIENTRY GL_BindVertexBuffers(GLuint first,
|
D | proc_table_wgl_autogen.cpp | 84 {"glBindVertexBuffers", P(GL_BindVertexBuffers)},
|
D | proc_table_glx_autogen.cpp | 84 {"glBindVertexBuffers", P(GL_BindVertexBuffers)},
|
D | proc_table_egl_autogen.cpp | 206 DESKTOP_ONLY("glBindVertexBuffers", GL_BindVertexBuffers)
|
D | entry_points_gl_4_autogen.cpp | 3103 void GL_APIENTRY GL_BindVertexBuffers(GLuint first, in GL_BindVertexBuffers() function
|
D | libGLESv2_autogen.cpp | 8882 return GL_BindVertexBuffers(first, count, buffers, offsets, strides); in glBindVertexBuffers()
|