Searched refs:pixelsHeight (Results 1 – 2 of 2) sorted by relevance
47 GLsizei pixelsHeight = 32; in TEST_P() local49 std::vector<GLColor> pixels((pixelsWidth + offset) * (pixelsHeight + offset)); in TEST_P()51 glReadPixels(-offset, -offset, pixelsWidth + offset, pixelsHeight + offset, GL_RGBA, in TEST_P()56 for (int y = pixelsHeight / 2; y < pixelsHeight; y++) in TEST_P()
1545 CheckedNumeric<GLuint> pixelsHeight(imageHeight > 0 ? static_cast<GLuint>(imageHeight) in computeDepthPitch() local1552 rowCount = (pixelsHeight + checkedBlockHeight - 1u) / checkedBlockHeight; in computeDepthPitch()1556 rowCount = pixelsHeight; in computeDepthPitch()