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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc2431 GLuint default_vertex_attrib_service_id = 0; local
2433 glGenVertexArraysOES(1, &default_vertex_attrib_service_id);
2434 glBindVertexArrayOES(default_vertex_attrib_service_id);
2438 CreateVertexAttribManager(0, default_vertex_attrib_service_id, false);

Completed in 90 milliseconds