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

/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_array_manager.h23 class GPU_EXPORT VertexArrayManager { class in namespace:gpu::gles2
25 VertexArrayManager();
26 ~VertexArrayManager();
65 DISALLOW_COPY_AND_ASSIGN(VertexArrayManager);
H A Dvertex_array_manager.cc16 VertexArrayManager::VertexArrayManager() function in class:gpu::gles2::VertexArrayManager
21 VertexArrayManager::~VertexArrayManager() {
26 void VertexArrayManager::Destroy(bool have_context) {
32 VertexArrayManager::CreateVertexAttribManager(GLuint client_id,
49 VertexAttribManager* VertexArrayManager::GetVertexAttribManager(
55 void VertexArrayManager::RemoveVertexAttribManager(GLuint client_id) {
64 void VertexArrayManager::StartTracking(
69 void VertexArrayManager
[all...]

Completed in 143 milliseconds