{{+bindTo:partials.standard_nacl_api}}
| void(* | GenVertexArraysOES )(PP_Resource context, GLsizei n, GLuint *arrays) |
| void(* | DeleteVertexArraysOES )(PP_Resource context, GLsizei n, const GLuint *arrays) |
| GLboolean(* | IsVertexArrayOES )(PP_Resource context, GLuint array) |
| void(* | BindVertexArrayOES )(PP_Resource context, GLuint array) |
| void(* PPB_OpenGLES2VertexArrayObject::BindVertexArrayOES)(PP_Resource context, GLuint array) |
| void(* PPB_OpenGLES2VertexArrayObject::DeleteVertexArraysOES)(PP_Resource context, GLsizei n, const GLuint *arrays) |
| void(* PPB_OpenGLES2VertexArrayObject::GenVertexArraysOES)(PP_Resource context, GLsizei n, GLuint *arrays) |
| GLboolean(* PPB_OpenGLES2VertexArrayObject::IsVertexArrayOES)(PP_Resource context, GLuint array) |