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

/external/chromium_org/gpu/command_buffer/service/
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 64 milliseconds