/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.cpp | 49 return tcu::formatArray(arr, (int)size); in getPointerStr() 55 return tcu::formatArray(arr, de::max(size, 0)); in getPointerStr()
|
/external/deqp/framework/common/ |
D | tcuFormatUtil.hpp | 270 inline Format::Array<Iterator> formatArray (const Iterator& begin, const Iterator& end) in formatArray() function 277 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) in formatArray() function 284 inline Format::ArrayPointer<T> formatArray (const T (&arr)[Size]) in formatArray() function
|
/external/deqp/modules/glshared/ |
D | glsStateQueryUtil.cpp | 1441 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getIntVec3Access()); in verifyIntegerVec3() 1465 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getIntVec4Access()); in verifyIntegerVec4() 1489 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getUintVec4Access()); in verifyUnsignedIntegerVec4() 1551 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getFloatVec4Access()); in verifyBooleanVec4() 1572 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getIntVec4Access()); in verifyBooleanVec4() 1593 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getInt64Vec4Access()); in verifyBooleanVec4() 1614 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getUintVec4Access()); in verifyBooleanVec4() 1638 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getFloatVec4Access()); in verifyFloatVec4() 1671 …buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getIntVec4Access()… in verifyFloatVec4() 1704 …buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getUintVec4Access(… in verifyFloatVec4() [all …]
|
D | glsBufferTestUtil.cpp | 101 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 102 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays() 121 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 122 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 103 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 104 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays() 123 …<< " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu:… in compareByteArrays() 124 …<< " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Fo… in compareByteArrays()
|
/external/deqp/modules/egl/ |
D | teglSimpleConfigCase.cpp | 71 …m_testCtx.getLog() << TestLog::Message << "Compatible configs: " << tcu::formatArray(configIds.beg… in init()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 1654 …s << "\tmaxComputeWorkGroupCount = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.maxComputeWo… 1656 …s << "\tmaxComputeWorkGroupSize = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.maxComputeWor… 1665 …s << "\tmaxViewportDimensions = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.maxViewportDime… 1666 …s << "\tviewportBoundsRange = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.viewportBoundsRan… 1699 …s << "\tpointSizeRange = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.pointSizeRange), DE_AR… 1700 …s << "\tlineWidthRange = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.lineWidthRange), DE_AR… 1733 …s << "\tpipelineCacheUUID = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<deUint8>(DE_ARR… 1773 …s << "\tmemoryTypes = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.memoryTypes), DE_ARRAY_BE… 1775 …s << "\tmemoryHeaps = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.memoryHeaps), DE_ARRAY_BE… 2404 …s << "\tblendConstants = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.blendConstants), DE_AR… [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 455 …log << TestLog::Message << "Device " << deviceNdx << ": " << tcu::formatArray(formats.begin(), for… in querySurfaceFormatsTest() 491 …log << TestLog::Message << "Device " << deviceNdx << ": " << tcu::formatArray(modes.begin(), modes… in querySurfacePresentModesTest()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 659 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>… in iterate() 661 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>… in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 680 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>… in iterate() 682 …<< tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>… in iterate()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 164 << "Got " << tcu::formatArray(&state[0], &state[8]) in iterate() 284 << "glGetFloatv returned " << tcu::formatArray(&state[0], &state[8]) in verifyState() 318 << "glGetIntegerv returned " << tcu::formatArray(&state[0], &state[8]) in verifyState() 367 << "glGetInteger64v returned " << tcu::formatArray(&state[0], &state[8]) in verifyState()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/ |
D | chai.js | 4275 output = formatArray(ctx, value, recurseTimes, visibleKeys, keys); 4320 function formatArray(ctx, value, recurseTimes, visibleKeys, keys) { function
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 944 …log << TestLog::Message << "Transform feedback varyings: " << tcu::formatArray(m_progSpec.getTrans… in init() 1054 …terNdx].numCalls << " draw calls, (element count, TF state): " << tcu::formatArray(first, end) << … in iterate()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/dagger2/lib/ |
D | auto-value-1.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |