HomeSort by relevance Sort by last modified time
    Searched refs:refPtr (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 75 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes)
88 if (resPtr[ndx] != refPtr[ndx])
103 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
123 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
407 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
464 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset);
568 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
624 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify)
    [all...]
es2fBufferTestUtil.hpp 51 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 73 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes)
86 if (resPtr[ndx] != refPtr[ndx])
101 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
121 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
568 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
634 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset);
757 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes)
821 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify)
    [all...]
glsBufferTestUtil.hpp 55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 615 const deUint32* refPtr = &outData[lookupNdx*outLookupStride];
616 const deUint32* resPtr = refPtr + invocationNdx*4;
620 isOk = isOk && (refPtr[ndx] == resPtr[ndx]);
627 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(refPtr+4))
    [all...]

Completed in 238 milliseconds