Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp75 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numByt… in compareByteArrays() argument
88 if (resPtr[ndx] != refPtr[ndx]) in compareByteArrays()
103 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
123 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
407 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
464 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset); in verify()
568 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
624 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
625 execVertexFetch(&fetchedColor[0], &colors[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
Des2fBufferTestUtil.hpp51 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int num…
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp73 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numByt… in compareByteArrays() argument
86 if (resPtr[ndx] != refPtr[ndx]) in compareByteArrays()
101 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
121 …ormatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUin… in compareByteArrays()
568 bool VertexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
634 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset); in verify()
757 bool IndexArrayVerifier::verify (deUint32 buffer, const deUint8* refPtr, int offset, int numBytes) in verify() argument
821 execVertexFetch(&fetchedPos[0], &positions[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
822 execVertexFetch(&fetchedColor[0], &colors[0], refPtr+offset+curOffset, numBytesToVerify); in verify()
DglsBufferTestUtil.hpp55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int num…
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp615 const deUint32* refPtr = &outData[lookupNdx*outLookupStride]; in iterate() local
616 const deUint32* resPtr = refPtr + invocationNdx*4; in iterate()
620 isOk = isOk && (refPtr[ndx] == resPtr[ndx]); in iterate()
627 …cu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(ref… in iterate()