Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.cpp579 const GLint bufSizeValid = width * height * pixel_size; in verifyResults() local
580 GLubyte pixelsValid[bufSizeValid]; in verifyResults()
582 gl.readnPixels(0, 0, width, height, GL_RGBA_INTEGER, GL_UNSIGNED_INT, bufSizeValid, pixelsValid); in verifyResults()