Searched refs:n_total_faces (Results 1 – 1 of 1) sorted by relevance
1639 const glw::GLuint n_total_faces = n_layers * n_faces; in verifyImage() local1641 for (glw::GLuint face = 0; face < n_total_faces; ++face) in verifyImage()1643 … == verifyFace<T, N_Components, Width, Height>(data, face, expected_values, n_total_faces * Width)) in verifyImage()1676 const glw::GLuint n_total_faces = n_layers * n_faces; in verifyResultImage() local1677 const glw::GLuint n_total_components = n_total_faces * n_components_per_face; in verifyResultImage()