Lines Matching refs:GLbyte
1759 GLbyte source_pixels[image_width * image_height * n_components];
1904 std::vector<GLbyte> pixels(n_pixels * n_channels);
1917 const GLbyte expected_red = 0;
1918 const GLbyte expected_green = 0;
1919 const GLbyte drawn_red = pixels[i * n_channels + 0];
1920 const GLbyte drawn_green = pixels[i * n_channels + 1];
2158 std::vector<GLbyte> pixels(n_pixels * n_channels);
2169 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8);
2170 const GLbyte expected_green = static_cast<GLubyte>((i / 16) - 8);
2171 const GLbyte drawn_red = pixels[i * n_channels + 0];
2172 const GLbyte drawn_green = pixels[i * n_channels + 1];
2741 std::vector<GLbyte> pixels(n_pixels * n_channels);
2754 const GLbyte expected_red = 0;
2755 const GLbyte expected_green = 0;
2756 const GLbyte drawn_red = pixels[i * n_channels + 0];
2757 const GLbyte drawn_green = pixels[i * n_channels + 1];
2990 std::vector<GLbyte> pixels(n_pixels * n_channels);
3001 const GLbyte expected_red = static_cast<GLubyte>((i % 16) - 8);
3002 const GLbyte expected_green = static_cast<GLubyte>((i / 16) - 8);
3003 const GLbyte drawn_red = pixels[i * n_channels + 0];
3004 const GLbyte drawn_green = pixels[i * n_channels + 1];