Searched refs:number_of_pixels (Results 1 – 2 of 2) sorted by relevance
33 int number_of_pixels = image_height * image_width * image_channels; in resize() local72 for (int i = 0; i < number_of_pixels; i++) { in resize()
4591 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in checkFramebuffer() local4594 std::vector<glw::GLubyte> pixels(number_of_pixels * 4 /* components */); in checkFramebuffer()4609 for (glw::GLuint i = 0; i < number_of_pixels; ++i) in checkFramebuffer()5590 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in check() local5593 std::vector<glw::GLfloat> pixels(number_of_pixels); in check()5599 for (glw::GLuint i = 0; i < number_of_pixels; ++i) in check()5997 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in check() local6000 std::vector<glw::GLfloat> pixels(number_of_pixels); in check()6006 for (glw::GLuint i = 0; i < number_of_pixels; ++i) in check()6460 const glw::GLuint number_of_pixels = s_view_size * s_view_size; in check() local[all …]