Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp448 …int numBytesToVerify = isLeftoverBatch ? numBytesInQuad : de::min(maxQuadsPerBatch*numBytesInQ… in verify() local
450 int numQuads = numBytesToVerify/numBytesInQuad; in verify()
453 …s ") + de::toString(offset+curOffset) + " to " + de::toString(offset+curOffset+numBytesToVerify-1); in verify()
455 DE_ASSERT(numBytesToVerify > 0 && numBytesToVerify%numBytesInQuad == 0); in verify()
457 DE_ASSERT(de::inRange(curOffset+numBytesToVerify, curOffset, numBytes)); in verify()
475 numVerified += isLeftoverBatch ? numRemaining : numBytesToVerify; in verify()
612 …int numBytesToVerify = isLeftoverBatch ? minBytesPerBatch : de::min(MAX_LINES_PER_INDEX_ARRAY_D… in verify() local
614 …s ") + de::toString(offset+curOffset) + " to " + de::toString(offset+curOffset+numBytesToVerify-1); in verify()
620 …glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+cur… in verify()
624 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
[all …]
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp618 …int numBytesToVerify = isLeftoverBatch ? numBytesInQuad : de::min(maxQuadsPerBatch*numBytesInQ… in verify() local
620 int numQuads = numBytesToVerify/numBytesInQuad; in verify()
623 …s ") + de::toString(offset+curOffset) + " to " + de::toString(offset+curOffset+numBytesToVerify-1); in verify()
625 DE_ASSERT(numBytesToVerify > 0 && numBytesToVerify%numBytesInQuad == 0); in verify()
627 DE_ASSERT(de::inRange(curOffset+numBytesToVerify, curOffset, numBytes)); in verify()
645 numVerified += isLeftoverBatch ? numRemaining : numBytesToVerify; in verify()
802 …int numBytesToVerify = isLeftoverBatch ? minBytesPerBatch : de::min(MAX_LINES_PER_INDEX_ARRAY_D… in verify() local
804 …s ") + de::toString(offset+curOffset) + " to " + de::toString(offset+curOffset+numBytesToVerify-1); in verify()
817 …glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+cur… in verify()
821 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
[all …]