Searched defs:BindElementArray (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.cc157 bool BindElementArray(GLuint id);
220 bool VertexArrayObject::BindElementArray(GLuint id) { function in class:gpu::gles2::VertexArrayObject
365 bool VertexArrayObjectManager::BindElementArray(GLuint id) { function in class:gpu::gles2::VertexArrayObjectManager
366 return bound_vertex_array_object_->BindElementArray(id);

Completed in 273 milliseconds