Lines Matching refs:pixels
1175 vector<deUint32> pixels (inputValues.size()*4);
1183 gl.readPixels(0, 0, m_imageSize[0], m_imageSize[1], GL_RGBA_INTEGER, GL_UNSIGNED_INT, &pixels[0]);
1184 GLU_EXPECT_NO_ERROR(gl.getError(), "Reading pixels failed");
1188 const deUint32 res = pixels[ndx*4];
1302 vector<deUint32> pixels (m_imageSize[0]*m_imageSize[1]*4);
1310 gl.readPixels(0, 0, m_imageSize[0], m_imageSize[1], GL_RGBA_INTEGER, GL_UNSIGNED_INT, &pixels[0]);
1311 GLU_EXPECT_NO_ERROR(gl.getError(), "Reading pixels failed");
1315 const deUint32 res = pixels[pixelNdx*4];