Home
last modified time | relevance | path

Searched refs:VertexArrayObjectManager (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dvertex_array_object_manager.cc329 VertexArrayObjectManager::VertexArrayObjectManager( in VertexArrayObjectManager() function in gpu::gles2::VertexArrayObjectManager
344 VertexArrayObjectManager::~VertexArrayObjectManager() { in ~VertexArrayObjectManager()
352 bool VertexArrayObjectManager::IsReservedId(GLuint id) const { in IsReservedId()
357 GLuint VertexArrayObjectManager::bound_element_array_buffer() const { in bound_element_array_buffer()
361 void VertexArrayObjectManager::UnbindBuffer(GLuint id) { in UnbindBuffer()
365 bool VertexArrayObjectManager::BindElementArray(GLuint id) { in BindElementArray()
369 void VertexArrayObjectManager::GenVertexArrays( in GenVertexArrays()
380 void VertexArrayObjectManager::DeleteVertexArrays( in DeleteVertexArrays()
398 bool VertexArrayObjectManager::BindVertexArray(GLuint array, bool* changed) { in BindVertexArray()
413 bool VertexArrayObjectManager::HaveEnabledClientSideBuffers() const { in HaveEnabledClientSideBuffers()
[all …]
Dvertex_array_object_manager.h24 class GLES2_IMPL_EXPORT VertexArrayObjectManager {
26 VertexArrayObjectManager(
30 ~VertexArrayObjectManager();
119 DISALLOW_COPY_AND_ASSIGN(VertexArrayObjectManager);
Dvertex_array_object_manager_unittest.cc20 manager_.reset(new VertexArrayObjectManager( in SetUp()
28 scoped_ptr<VertexArrayObjectManager> manager_;
Dgles2_implementation.h114 class VertexArrayObjectManager; variable
279 friend class VertexArrayObjectManager; in NON_EXPORTED_BASE() local
735 scoped_ptr<VertexArrayObjectManager> vertex_array_object_manager_; in NON_EXPORTED_BASE()
Dgles2_implementation.cc202 vertex_array_object_manager_.reset(new VertexArrayObjectManager( in Initialize()