Searched refs:VertexArrayObjectManager (Results 1 - 5 of 5) 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...]
H A Dvertex_array_object_manager_unittest.cc20 manager_.reset(new VertexArrayObjectManager(
28 scoped_ptr<VertexArrayObjectManager> manager_;
H A Dgles2_implementation.h114 class VertexArrayObjectManager;
279 friend class VertexArrayObjectManager;
735 scoped_ptr<VertexArrayObjectManager> vertex_array_object_manager_;
H A Dgles2_implementation.cc202 vertex_array_object_manager_.reset(new VertexArrayObjectManager(

Completed in 88 milliseconds