Lines Matching refs:numBytesToVerify
466 int numBytesToVerify = in verify() local
470 int numQuads = numBytesToVerify / numBytesInQuad; in verify()
474 de::toString(offset + curOffset + numBytesToVerify - 1); in verify()
476 DE_ASSERT(numBytesToVerify > 0 && numBytesToVerify % numBytesInQuad == 0); in verify()
478 DE_ASSERT(de::inRange(curOffset + numBytesToVerify, curOffset, numBytes)); in verify()
498 numVerified += isLeftoverBatch ? numRemaining : numBytesToVerify; in verify()
635 int numBytesToVerify = in verify() local
639 de::toString(offset + curOffset + numBytesToVerify - 1); in verify()
645 …glDrawElements(GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void *)(uintptr_t)(offset + cur… in verify()
649 … execVertexFetch(&fetchedPos[0], &positions[0], refPtr + offset + curOffset, numBytesToVerify); in verify()
650 … execVertexFetch(&fetchedColor[0], &colors[0], refPtr + offset + curOffset, numBytesToVerify); in verify()
655 glDrawArrays(GL_LINE_STRIP, 0, numBytesToVerify); in verify()
665 numVerified += isLeftoverBatch ? numRemaining : numBytesToVerify; in verify()