Home
last modified time | relevance | path

Searched defs:log (Results 826 - 850 of 980) sorted by relevance

1...<<31323334353637383940

/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp1014 bool compareImages (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) in compareImages() argument
1019 bool compareImages (tcu::TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) in compareImages() argument
1024 int measureAccuracy (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) in measureAccuracy() argument
1548 tcu::TestLog& log = testCtx.getLog(); in verifyTextureResult() local
1584 tcu::TestLog& log = testCtx.getLog(); verifyTextureResult() local
1781 tcu::TestLog& log = testCtx.getLog(); verifyTextureResult() local
1969 tcu::TestLog& log = testCtx.getLog(); verifyTextureResult() local
2226 tcu::TestLog& log = testCtx.getLog(); verifyTextureResult() local
2262 tcu::TestLog& log = testCtx.getLog(); verifyTextureResult() local
2457 tcu::TestLog& log = testCtx.getLog(); verifyTextureResult() local
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport) in GLContext() argument
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.c266 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile() argument
308 static deBool endSession (qpTestLog* log) in endSession() argument
335 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); qpTestLog_createFileLog() local
385 qpTestLog_beginSession(qpTestLog* log, const char* additionalSessionInfo) qpTestLog_beginSession() argument
421 qpTestLog_destroy(qpTestLog* log) qpTestLog_destroy() argument
447 qpTestLog_startCase(qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) qpTestLog_startCase() argument
497 qpTestLog_endCase(qpTestLog* log, qpTestResult result, const char* resultDetails) qpTestLog_endCase() argument
536 qpTestLog_startTestsCasesTime(qpTestLog* log) qpTestLog_startTestsCasesTime() argument
559 qpTestLog_endTestsCasesTime(qpTestLog* log) qpTestLog_endTestsCasesTime() argument
591 qpTestLog_terminateCase(qpTestLog* log, qpTestResult result) qpTestLog_terminateCase() argument
621 qpTestLog_writeKeyValuePair(qpTestLog* log, const char* elementName, const char* name, const char* description, const char* unit, qpKeyValueTag tag, const char* text) qpTestLog_writeKeyValuePair() argument
658 qpTestLog_writeText(qpTestLog* log, const char* name, const char* description, qpKeyValueTag tag, const char* text) qpTestLog_writeText() argument
673 qpTestLog_writeInteger(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) qpTestLog_writeInteger() argument
691 qpTestLog_writeFloat(qpTestLog* log, const char* name, const char* description, const char* unit, qpKeyValueTag tag, float value) qpTestLog_writeFloat() argument
842 qpTestLog_startImageSet(qpTestLog* log, const char* name, const char* description) qpTestLog_startImageSet() argument
873 qpTestLog_endImageSet(qpTestLog* log) qpTestLog_endImageSet() argument
905 qpTestLog_writeImage( qpTestLog* log, const char* name, const char* description, qpImageCompressionMode compressionMode, qpImageFormat imageFormat, int width, int height, int stride, const void* data) qpTestLog_writeImage() argument
1044 qpTestLog_writeInfoLog(qpTestLog* log, const char* infoLog) qpTestLog_writeInfoLog() argument
1060 qpTestLog_startShaderProgram(qpTestLog* log, deBool linkOk, const char* linkInfoLog) qpTestLog_startShaderProgram() argument
1089 qpTestLog_endShaderProgram(qpTestLog* log) qpTestLog_endShaderProgram() argument
1115 qpTestLog_writeShader(qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog) qpTestLog_writeShader() argument
1146 qpTestLog_startEglConfigSet(qpTestLog* log, const char* name, const char* description) qpTestLog_startEglConfigSet() argument
1175 qpTestLog_endEglConfigSet(qpTestLog* log) qpTestLog_endEglConfigSet() argument
1198 qpTestLog_writeEglConfig(qpTestLog* log, const qpEglConfigInfo* config) qpTestLog_writeEglConfig() argument
1257 qpTestLog_startSection(qpTestLog* log, const char* name, const char* description) qpTestLog_startSection() argument
1288 qpTestLog_endSection(qpTestLog* log) qpTestLog_endSection() argument
1310 qpTestLog_writeKernelSource(qpTestLog* log, const char* source) qpTestLog_writeKernelSource() argument
1331 qpTestLog_writeSpirVAssemblySource(qpTestLog* log, const char* source) qpTestLog_writeSpirVAssemblySource() argument
1353 qpTestLog_writeCompileInfo(qpTestLog* log, const char* name, const char* description, deBool compileOk, const char* infoLog) qpTestLog_writeCompileInfo() argument
1378 qpTestLog_startSampleList(qpTestLog* log, const char* name, const char* description) qpTestLog_startSampleList() argument
1402 qpTestLog_startSampleInfo(qpTestLog* log) qpTestLog_startSampleInfo() argument
1420 qpTestLog_writeValueInfo(qpTestLog* log, const char* name, const char* description, const char* unit, qpSampleValueTag tag) qpTestLog_writeValueInfo() argument
1450 qpTestLog_endSampleInfo(qpTestLog* log) qpTestLog_endSampleInfo() argument
1468 qpTestLog_startSample(qpTestLog* log) qpTestLog_startSample() argument
1488 qpTestLog_writeValueFloat(qpTestLog* log, double value) qpTestLog_writeValueFloat() argument
1508 qpTestLog_writeValueInteger(qpTestLog* log, deInt64 value) qpTestLog_writeValueInteger() argument
1528 qpTestLog_endSample(qpTestLog* log) qpTestLog_endSample() argument
1546 qpTestLog_endSampleList(qpTestLog* log) qpTestLog_endSampleList() argument
1564 qpTestLog_writeRaw(qpTestLog* log, const char* rawContents) qpTestLog_writeRaw() argument
1576 qpTestLog_getLogFlags(const qpTestLog* log) qpTestLog_getLogFlags() argument
1587 qpTestLog_isCompact(qpTestLog *log) qpTestLog_isCompact() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglImageFormatTests.cpp313 GLESImageApi::GLESImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestLog& log, EGLDisplay display, EGLSurface surface, EGLConfig config, EGLint apiVersion) in GLESImageApi() argument
430 static set<string> getSupportedExtensions (tcu::TestLog& log, const Library& egl, const EGLDisplay dpy, const glw::Functions gl) in getSupportedExtensions() argument
474 tcu::TestLog& log = api.getLog(); in invokeGLES() local
552 tcu::TestLog& log = api.getLog(); in invokeGLES() local
658 tcu::TestLog& log = api.getLog(); invokeGLES() local
832 tcu::TestLog& log = api.getLog(); invokeGLES() local
910 tcu::TestLog& log = api.getLog(); invokeGLES() local
1020 tcu::TestLog& log = api.getLog(); invokeGLES() local
1123 tcu::TestLog& log = api.getLog(); invokeGLES() local
1250 tcu::TestLog& log = api.getLog(); invokeGLES() local
1378 tcu::TestLog& log = api.getLog(); invokeGLES() local
1411 tcu::TestLog& log = api.getLog(); invokeGLES() local
1454 tcu::TestLog& log = api.getLog(); invokeGLES() local
1481 tcu::TestLog& log = api.getLog(); invokeGLES() local
[all...]
H A DteglRenderTests.cpp746 TestLog& log = m_testCtx.getLog(); in executeForContexts() local
953 TestLog& log in executeForContexts() local
[all...]
H A DteglRobustnessTests.cpp585 ContextReset::ContextReset (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType) in ContextReset() argument
592 ContextReset::ContextReset (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType) in ContextReset() argument
644 FixedFunctionOOB::FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType) in FixedFunctionOOB() argument
777 ShadersOOB(glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType) ShadersOOB() argument
1131 TestLog& log = m_testCtx.getLog(); iterate() local
1184 TestLog& log = m_testCtx.getLog(); iterate() local
1244 TestLog& log = m_testCtx.getLog(); iterate() local
1296 contextResetFactory(const RobustnessTestCase::Params params, glw::Functions& gl, tcu::TestLog& log) contextResetFactory() argument
1455 TestLog& log = m_testCtx.getLog(); iterate() local
1521 TestLog& log = m_testCtx.getLog(); iterate() local
1577 TestLog& log = m_testCtx.getLog(); iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp147 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b)) in compareImages() argument
240 int compareBlackNonBlackImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareBlackNonBlackImages() argument
257 int compareColoredImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareColoredImages() argument
270 bool checkHalfFilledImageOverdraw (tcu::TestLog& log, const tcu::RenderTarget& m_renderTarget, const ConstPixelBufferAccess& image, const PixelBufferAccess& output) in checkHalfFilledImageOverdraw() argument
514 tcu::TestLog& log in testRender() local
651 tcu::TestLog& log = m_testCtx.getLog(); testRender() local
750 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
794 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
874 tcu::TestLog& log = m_testCtx.getLog(); testRender() local
951 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
990 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
1048 tcu::TestLog& log = m_testCtx.getLog(); testRender() local
1142 tcu::TestLog& log = m_testCtx.getLog(); render() local
[all...]
H A Des2fFboRenderTest.cpp563 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
H A Des2fIntegerStateQueryTests.cpp84 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix) in StateVerifier() argument
116 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() argument
339 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetIntegerVerifier() argument
507 GetFloatVerifier(const glw::Functions& gl, tcu::TestLog& log) GetFloatVerifier() argument
[all...]
H A Des2fTextureUnitTests.cpp619 tcu::TestLog& log = m_testCtx.getLog(); in init() local
760 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local
H A Des2fVertexTextureTests.cpp380 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res) in compareImages() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fClippingTests.cpp150 inline int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius, bool (*pixelCmp)(const tcu::IVec4& a, const tcu::IVec4& b)) in compareImages() argument
243 int compareBlackNonBlackImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareBlackNonBlackImages() argument
260 int compareColoredImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBufferAccess& ref, const PixelBufferAccess& diffMask, int kernelRadius) in compareColoredImages() argument
273 bool checkHalfFilledImageOverdraw (tcu::TestLog& log, const tcu::RenderTarget& m_renderTarget, const ConstPixelBufferAccess& image, const PixelBufferAccess& output) in checkHalfFilledImageOverdraw() argument
517 tcu::TestLog& log in testRender() local
654 tcu::TestLog& log = m_testCtx.getLog(); testRender() local
753 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
797 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
878 tcu::TestLog& log = m_testCtx.getLog(); testRender() local
955 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
994 tcu::TestLog& log = m_testCtx.getLog(); verifyImage() local
1052 tcu::TestLog& log = m_testCtx.getLog(); testRender() local
1146 tcu::TestLog& log = m_testCtx.getLog(); render() local
[all...]
/third_party/alsa-utils/aplay/
H A Daplay.c139 static snd_output_t *log; variable
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp543 UnicodeString log; in keyboardAux() local
4868 UnicodeString log; in expect() local
[all...]
/third_party/json/tools/cpplint/
H A Dcpplint.py54 import math # for log namespace
/third_party/nghttp2/src/
H A Dnghttp.cc1511 auto log = json_object(); in output_har() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp718 tcu::TestLog& log = context.getTestContext().getLog(); in tuneWorkSizeYAndPrepareCommandBuffer() local
969 TestLog& log = context.getTestContext().getLog(); in testSemaphoreQueries() local
1666 TestLog& log = context.getTestContext().getLog(); in testSemaphoreFdDup() local
1734 TestLog& log = context.getTestContext().getLog(); in testSemaphoreFdDup2() local
1806 TestLog& log = context.getTestContext().getLog(); in testSemaphoreFdDup3() local
1879 TestLog& log = context.getTestContext().getLog(); testSemaphoreFdSendOverSocket() local
2011 TestLog& log = context.getTestContext().getLog(); testFenceQueries() local
2744 TestLog& log = context.getTestContext().getLog(); testFenceFdDup() local
2812 TestLog& log = context.getTestContext().getLog(); testFenceFdDup2() local
2884 TestLog& log = context.getTestContext().getLog(); testFenceFdDup3() local
2957 TestLog& log = context.getTestContext().getLog(); testFenceFdSendOverSocket() local
3116 TestLog& log = context.getTestContext().getLog(); testBufferQueries() local
3606 TestLog& log = context.getTestContext().getLog(); testMemoryFdDup() local
3670 TestLog& log = context.getTestContext().getLog(); testMemoryFdDup2() local
3735 TestLog& log = context.getTestContext().getLog(); testMemoryFdDup3() local
3800 TestLog& log = context.getTestContext().getLog(); testMemoryFdSendOverSocket() local
4174 TestLog& log = context.getTestContext().getLog(); testImageQueries() local
4560 generateFailureText(TestLog& log, vk::VkFormat format, vk::VkImageUsageFlags usage, vk::VkImageCreateFlags create, vk::VkImageTiling tiling = static_cast<vk::VkImageTiling>(0), deUint32 width = 0, deUint32 height = 0, std::string exception = �) generateFailureText() argument
4576 ValidateAHardwareBuffer(TestLog& log, vk::VkFormat format, deUint64 requiredAhbUsage, const vk::DeviceDriver& vkd, const vk::VkDevice& device, vk::VkImageUsageFlags usageFlag, vk::VkImageCreateFlags createFlag, deUint32 layerCount, bool& enableMaxLayerTest) ValidateAHardwareBuffer() argument
4656 ValidateOHOSNativeBuffer(TestLog& log, vk::VkFormat format, deUint64 requiredUsage, const vk::DeviceDriver& vkd, const vk::VkDevice& device, vk::VkImageUsageFlags usageFlag, vk::VkImageCreateFlags createFlag, BufferExternalApi* api, deUint32 layerCount, bool& enableMaxLayerTest) ValidateOHOSNativeBuffer() argument
4761 TestLog& log = context.getTestContext().getLog(); testAndroidHardwareBufferImageFormat() local
5067 TestLog& log = context.getTestContext().getLog(); testOHOSNativeBufferImageFormat() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorSetRandomTests.cpp3048 auto& log = m_context.getTestContext().getLog(); in iterate() local
H A DvktBindingDescriptorUpdateASTests.cpp608 tcu::TestLog& log = context.getTestContext().getLog(); in verify() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp716 tcu::TestLog& log = m_context.getTestContext().getLog(); in constructShaderModules() local
3039 auto& log = m_context.getTestContext().getLog(); in verifyVertexWriteResults() local
3175 auto& log = m_context.getTestContext().getLog(); in verifyVertexWriteResults() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp1244 auto& log = m_context.getTestContext().getLog(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp1178 auto& log = m_context.getTestContext().getLog(); in iterate() local
[all...]
H A DvktImageHostImageCopyTests.cpp346 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
1264 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
1734 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
[all...]
H A DvktImageLoadStoreTests.cpp138 bool comparePixelBuffers (tcu::TestLog& log, in comparePixelBuffers() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTests.cpp243 auto& log = m_context.getTestContext().getLog(); in verifyResult() local
1662 auto& log = m_context.getTestContext().getLog(); in verifyResult() local
[all...]

Completed in 91 milliseconds

1...<<31323334353637383940