Home
last modified time | relevance | path

Searched refs:refPtr (Results 1 – 8 of 8) 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/oj-libjdwp/src/share/back/
DinStream.c176 jobject *refPtr; in inStream_readObjectRef() local
191 refPtr = bagAdd(stream->refs); in inStream_readObjectRef()
192 if (refPtr == NULL) { in inStream_readObjectRef()
197 *refPtr = ref; in inStream_readObjectRef()
475 jobject *refPtr = elementPtr; in deleteRef() local
476 commonRef_idToRef_delete(env, *refPtr); in deleteRef()
/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()
DglsTextureBufferCase.cpp507 deUint8* const refPtr = (deUint8*)texture.getRefBuffer().getPtr() + offset; in modifyMapReadWrite() local
524 if (ptr[i] != refPtr[i]) in modifyMapReadWrite()
527 …ta[i]).toString() << " at " << i << ", expected " << tcu::Format::Hex<2>(refPtr[i]).toString() << … in modifyMapReadWrite()
548 refPtr[i] = data[i]; in modifyMapReadWrite()
DglsBufferTestUtil.hpp55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int num…
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp670 const deUint32* refPtr = &outData[lookupNdx*outLookupStride]; in iterate() local
671 const deUint32* resPtr = refPtr + invocationNdx*4; in iterate()
675 isOk = isOk && (refPtr[ndx] == resPtr[ndx]); in iterate()
682 …cu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(ref… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp958 const deUint32* refPtr = &outData[lookupNdx*outLookupStride]; in iterate() local
959 const deUint32* resPtr = refPtr + invocationNdx*4; in iterate()
963 isOk = isOk && (refPtr[ndx] == resPtr[ndx]); in iterate()
970 …cu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(ref… in iterate()