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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc6250 void GLES2DecoderImpl::RestoreStateForAttrib(GLuint attrib_index) { argument
6252 state_.vertex_attrib_manager->GetVertexAttrib(attrib_index);
6257 attrib_index, attrib->size(), attrib->type(), attrib->normalized(),
6260 glVertexAttribDivisorANGLE(attrib_index, attrib->divisor());
6269 if (attrib_index != 0 ||
6272 glEnableVertexAttribArray(attrib_index);
6274 glDisableVertexAttribArray(attrib_index);

Completed in 92 milliseconds