Searched refs:n_attribute (Results 1 – 2 of 2) sorted by relevance
3355 for (unsigned int n_attribute = 0; n_attribute < n_attributes; ++n_attribute) in executeTest() local3357 glw::GLint attribute = attributes[n_attribute]; in executeTest()
269 for (unsigned int n_attribute = 0; n_attribute < n_attribute_properties; ++n_attribute) in createProgram() local271 gl.bindAttribLocation(po_id, attribute_locations[n_attribute], attribute_names[n_attribute]); in createProgram()