Home
last modified time | relevance | path

Searched defs:log (Results 801 - 825 of 963) sorted by relevance

1...<<313233343536373839

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp1104 TestLog& log = m_context.getTestContext().getLog(); in verifyResult() local
H A DvktSynchronizationSmokeTests.cpp1047 TestLog& log = context.getTestContext().getLog(); in testFences() local
1151 TestLog& log in testSemaphores() local
[all...]
H A DvktSynchronizationTimelineSemaphoreTests.cpp580 tcu::TestLog& log = context.getTestContext().getLog(); in maxDifferenceValueCase() local
H A DvktSynchronizationWin32KeyedMutexTests.cpp1545 TestLog& log = m_context.getTestContext().getLog(); in Win32KeyedMutexTestInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp549 tcu::TestLog& log = m_context.getTestContext().getLog(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1620 TestLog& log = m_context.getTestContext().getLog(); in iterate() local
1654 TestLog& log = m_context.getTestContext().getLog(); in iterate() local
H A DvktTestCase.cpp1053 tcu::TestLog& log = context.getTestContext().getLog(); in collectAndReportDebugMessages() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp843 tcu::TestLog& log = m_context.getTestContext().getLog(); in render() local
[all...]
H A DvktWsiSwapchainTests.cpp638 tcu::TestLog& log = context.getTestContext().getLog(); in createSwapchainTest() local
737 tcu::TestLog& log = context.getTestContext().getLog(); in createSwapchainPrivateDataTest() local
871 tcu::TestLog& log = context.getTestContext().getLog(); createSwapchainSimulateOOMTest() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp1643 static void dumpValue (tcu::TestLog& log, const Value& val, const char* storageName, int arrayNdx) in dumpValue() argument
1704 static void dumpValues (tcu::TestLog& log, const vector<Value>& values, const char* storageName, int arrayNdx) in dumpValues() argument
1710 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx) in dumpValues() argument
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

Completed in 78 milliseconds

1...<<313233343536373839