Home
last modified time | relevance | path

Searched refs:n_pervertex_float_attributes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp1842 …const glw::GLuint n_pervertex_float_attributes = clipdistances_array_size + culldistances_array_si… in configureVAO() local
1882 m_bo_data.reserve(n_vertices_total * n_pervertex_float_attributes); in configureVAO()
2089 DE_ASSERT(m_bo_data.size() == n_vertices_total * n_pervertex_float_attributes); in configureVAO()
2133 …const glw::GLint stride = static_cast<glw::GLint>(n_pervertex_float_attributes * sizeof(glw::… in configureVAO()