Searched refs:n_pixels_per_face (Results 1 – 1 of 1) sorted by relevance
1673 const glw::GLuint n_pixels_per_face = face_width * face_height; in verifyResultImage() local1674 const glw::GLuint n_components_per_face = n_pixels_per_face * n_components; in verifyResultImage()1691 for (glw::GLuint pixel = 0; pixel < n_pixels_per_face; ++pixel) in verifyResultImage()