Lines Matching refs:curOffset
619 int curOffset = isLeftoverBatch ? (numBytes-numBytesInQuad) : numVerified;
623 string imageSetDesc = string("Bytes ") + de::toString(offset+curOffset) + " to " + de::toString(offset+curOffset+numBytesToVerify-1);
626 DE_ASSERT(de::inBounds(curOffset, 0, numBytes));
627 DE_ASSERT(de::inRange(curOffset+numBytesToVerify, curOffset, numBytes));
631 glVertexAttribPointer (m_byteVecLoc, 3, GL_UNSIGNED_BYTE, GL_TRUE, 0, (const glw::GLvoid*)(deUintptr)(offset + curOffset));
634 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset);
803 int curOffset = isLeftoverBatch ? (numBytes-minBytesPerBatch) : numVerified;
804 string imageSetDesc = string("Bytes ") + de::toString(offset+curOffset) + " to " + de::toString(offset+curOffset+numBytesToVerify-1);
817 glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+curOffset));
821 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify);
822 execVertexFetch(&fetchedColor[0], &colors[0], refPtr+offset+curOffset, numBytesToVerify);