Searched refs:max_inputs (Results 1 – 2 of 2) sorted by relevance
284 size_t max_inputs = kMaxInputCount; in GetNodeForValues() local285 while (count > max_inputs) { in GetNodeForValues()287 max_inputs *= kMaxInputCount; in GetNodeForValues()
6827 GLint max_inputs; in test() local6828 gl.getIntegerv(GL_MAX_VERTEX_ATTRIBS, &max_inputs); in test()6832 const GLuint max_slots = max_inputs * 2; in test()