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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc6446 GLuint attrib_index, bool restore_array_binding) {
6448 state_.vertex_attrib_manager->GetVertexAttrib(attrib_index);
6454 attrib_index, attrib->size(), attrib->type(), attrib->normalized(),
6458 glVertexAttribDivisorANGLE(attrib_index, attrib->divisor());
6466 if (attrib_index != 0 ||
6469 glEnableVertexAttribArray(attrib_index);
6471 glDisableVertexAttribArray(attrib_index);
6445 RestoreStateForAttrib( GLuint attrib_index, bool restore_array_binding) argument

Completed in 109 milliseconds