Home
last modified time | relevance | path

Searched refs:pixelsHeight (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/gl_tests/
DReadPixelsTest.cpp47 GLsizei pixelsHeight = 32; in TEST_P() local
49 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()
/external/angle/src/libANGLE/
Dformatutils.cpp1545 CheckedNumeric<GLuint> pixelsHeight(imageHeight > 0 ? static_cast<GLuint>(imageHeight) in computeDepthPitch() local
1552 rowCount = (pixelsHeight + checkedBlockHeight - 1u) / checkedBlockHeight; in computeDepthPitch()
1556 rowCount = pixelsHeight; in computeDepthPitch()