Searched refs:n_pervertex_float_attributes (Results 1 – 1 of 1) sorted by relevance
1824 …const glw::GLuint n_pervertex_float_attributes = clipdistances_array_size + culldistances_array_si… in configureVAO() local1874 m_bo_data.reserve(n_vertices_total * n_pervertex_float_attributes); in configureVAO()2081 DE_ASSERT(m_bo_data.size() == n_vertices_total * n_pervertex_float_attributes); in configureVAO()2125 …const glw::GLint stride = static_cast<glw::GLint>(n_pervertex_float_attributes * sizeof(glw::GLf… in configureVAO()