Searched refs:CreateVertexAttribManager (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_array_manager.h33 scoped_refptr<VertexAttribManager> CreateVertexAttribManager(
H A Dvertex_array_manager_unittest.cc56 manager_->CreateVertexAttribManager(
83 manager.CreateVertexAttribManager(
H A Dvertex_array_manager.cc32 VertexArrayManager::CreateVertexAttribManager(GLuint client_id, function in class:gpu::gles2::VertexArrayManager
H A Dgles2_cmd_decoder.cc1126 scoped_refptr<VertexAttribManager> CreateVertexAttribManager( function in class:gpu::gles2::GLES2DecoderImpl
1130 return vertex_array_manager()->CreateVertexAttribManager(
2438 CreateVertexAttribManager(0, default_vertex_attrib_service_id, false);
10010 CreateVertexAttribManager(client_ids[ii], 0, true);
10017 CreateVertexAttribManager(client_ids[ii], service_ids[ii], true);

Completed in 287 milliseconds