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

/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.h22 // VertexArrayObjectManager manages vertex array objects on the client side
24 class GLES2_IMPL_EXPORT VertexArrayObjectManager { class in namespace:gpu::gles2
26 VertexArrayObjectManager(
30 ~VertexArrayObjectManager();
119 DISALLOW_COPY_AND_ASSIGN(VertexArrayObjectManager);
H A Dvertex_array_object_manager.cc329 VertexArrayObjectManager::VertexArrayObjectManager( function in class:gpu::gles2::VertexArrayObjectManager
344 VertexArrayObjectManager::~VertexArrayObjectManager() {
352 bool VertexArrayObjectManager::IsReservedId(GLuint id) const {
357 GLuint VertexArrayObjectManager::bound_element_array_buffer() const {
361 void VertexArrayObjectManager::UnbindBuffer(GLuint id) {
365 bool VertexArrayObjectManager::BindElementArray(GLuint id) {
369 void VertexArrayObjectManager::GenVertexArrays(
380 void VertexArrayObjectManager
[all...]

Completed in 544 milliseconds