HomeSort by relevance Sort by last modified time
    Searched refs:TestLog (Results 1 - 25 of 711) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVProgram.cpp 31 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVProgramInfo& shaderInfo)
33 log << tcu::TestLog::ShaderProgram(shaderInfo.compileOk , shaderInfo.infoLog)
34 << tcu::TestLog::SpirVAssemblySource(shaderInfo.source)
35 << tcu::TestLog::EndShaderProgram;
38 log << tcu::TestLog::Float( "SpirVAssemblyTime",
44 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVAsmSource& source)
46 log << tcu::TestLog::ShaderProgram(true , "")
47 << tcu::TestLog::SpirVAssemblySource(source.source
    [all...]
vkShaderProgram.cpp 55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYPE_LAST])
57 log << tcu::TestLog::ShaderProgram(false, "(Source only)");
65 log << tcu::TestLog::Shader(glu::getLogShaderType((glu::ShaderType)shaderType),
73 log << tcu::TestLog::EndShaderProgram;
77 log << tcu::TestLog::EndShaderProgram;
82 tcu::TestLog& operator<< (tcu::TestLog& log, const GlslSource& shaderSource)
87 tcu::TestLog& operator<< (tcu::TestLog& log, const HlslSource& shaderSource
    [all...]
vkSpirVProgram.hpp 33 class TestLog;
87 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVProgramInfo& shaderInfo);
88 tcu::TestLog& operator<< (tcu::TestLog& log, const SpirVAsmSource& program);
  /external/deqp/modules/internal/
ditTestLogTests.cpp 32 using tcu::TestLog;
49 TestLog& log = m_testCtx.getLog();
51 log << TestLog::SampleList("TestSamples", "Test Sample List")
52 << TestLog::SampleInfo
53 << TestLog::ValueInfo("NumDrawCalls", "Number of draw calls", "", QP_SAMPLE_VALUE_TAG_PREDICTOR)
54 << TestLog::ValueInfo("NumOps", "Number of ops in shader", "op", QP_SAMPLE_VALUE_TAG_PREDICTOR)
55 << TestLog::ValueInfo("RenderTime", "Rendering time", "ms", QP_SAMPLE_VALUE_TAG_RESPONSE)
56 << TestLog::EndSampleInfo;
58 log << TestLog::Sample << 1 << 2 << 2.3 << TestLog::EndSampl
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestLog.java 12 public interface TestLog {
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 39 using tcu::TestLog;
54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK. (…)
    [all...]
es3fNegativeStateApiTests.cpp 42 using tcu::TestLog;
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
79 m_log << TestLog::EndSection;
83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
86 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
97 m_log << TestLog::EndSection;
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
105 m_log << TestLog::EndSection;
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.")
    [all...]
es3fNegativeBufferApiTests.cpp 40 using tcu::TestLog;
57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
60 m_log << TestLog::EndSection;
64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
67 m_log << TestLog::EndSection;
71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
74 m_log << TestLog::EndSection;
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
85 m_log << TestLog::EndSection;
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_D (…)
    [all...]
es3fNegativeVertexArrayApiTests.cpp 55 using tcu::TestLog;
70 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
80 m_log << tcu::TestLog::EndSection;
84 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
95 m_log << tcu::TestLog::EndSection;
103 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
108 m_log << tcu::TestLog::EndSection;
116 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
121 m_log << tcu::TestLog::EndSection;
125 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.")
    [all...]
es3fNegativeTextureApiTests.cpp 45 using tcu::TestLog;
141 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
147 m_log << TestLog::EndSection;
157 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
162 m_log << TestLog::EndSection;
164 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
182 m_log << TestLog::EndSection;
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
196 m_log << TestLog::EndSection;
200 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in (…)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 39 using tcu::TestLog;
54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
61 m_log << TestLog::EndSection;
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
68 m_log << TestLog::EndSection;
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
89 m_log << TestLog::EndSection;
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK. (…)
    [all...]
es2fNegativeBufferApiTests.cpp 40 using tcu::TestLog;
55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
58 m_log << TestLog::EndSection;
62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
65 m_log << TestLog::EndSection;
69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
72 m_log << TestLog::EndSection;
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
83 m_log << TestLog::EndSection;
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_D (…)
    [all...]
es2fNegativeVertexArrayApiTests.cpp 45 using tcu::TestLog;
60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
70 m_log << tcu::TestLog::EndSection;
74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
85 m_log << tcu::TestLog::EndSection;
89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
92 m_log << tcu::TestLog::EndSection;
94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
98 m_log << tcu::TestLog::EndSection;
100 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.")
    [all...]
es2fNegativeShaderApiTests.cpp 60 using tcu::TestLog;
75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
78 m_log << TestLog::EndSection;
85 m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION" << TestLog::EndMessage;
87 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage;
89 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
92 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.")
    [all...]
es2fNegativeStateApiTests.cpp 41 using tcu::TestLog;
69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
72 m_log << TestLog::EndSection;
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
79 m_log << TestLog::EndSection;
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
90 m_log << TestLog::EndSection;
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
98 m_log << TestLog::EndSection;
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.")
    [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 52 * TestLog provides convinient C++ API for logging. The API has been designed
54 * examples demonstrate how to use TestLog.
57 * TestLog& log = m_testCtx.getLog();
60 * log << TestLog::Message << "Hello, World!" << TestLog::EndMessage;
62 * log << TestLog::Message << "Diff is " << myNumber << TestLog::EndMessage;
66 * log << TestLog::Image("TestImage", "My test image", myImage);
69 * log << TestLog::Section("Details", "Test case details")
70 * << TestLog::Message << "Here be dragons" << TestLog::EndMessag
    [all...]
tcuImageCompare.hpp 35 class TestLog;
47 bool pixelThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode);
48 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode);
49 int measurePixelDiffAccuracy (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode);
51 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode);
52 bool floatUlpThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode);
53 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode);
54 bool floatThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode);
55 bool intThresholdCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode);
56 bool intThresholdPositionDeviationCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, (…)
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 24 class T_CTEST_EXPORT_API TestLog {
26 virtual ~TestLog();
35 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) :
44 TestLog &testClass;
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestLog.java 11 public interface TestLog {
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 10 m_log << TestLog::Message << "eglBindAPI(" << getAPIStr(api) << ");" << TestLog::EndMessage;
13 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
20 m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer << ");" << TestLog::EndMessage;
23 m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage;
30 m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_list) << ", " << configs << ", " << config_size << ", " << num_config << ");" << TestLog::EndMessage
    [all...]
egluCallLogWrapper.hpp 41 CallLogWrapper (const eglw::Library& egl, tcu::TestLog& log);
51 tcu::TestLog& m_log;
  /external/deqp/framework/opengl/
gluCallLogWrapper.hpp 41 CallLogWrapper (const glw::Functions& gl, tcu::TestLog& log);
49 tcu::TestLog& getLog (void) { return m_log; }
53 tcu::TestLog& m_log;
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 62 using tcu::TestLog;
103 RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log);
113 RenderData::RenderData (const ObjectData& object, const glu::RenderContext& renderCtx, TestLog& log)
546 TestLog& log = m_testCtx.getLog();
627 TestLog& log = m_testCtx.getLog();
640 log << TestLog::SampleList(name, desc);
644 log << TestLog::SampleInfo
645 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR)
646 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR)
647 << TestLog::ValueInfo("TestTime", "Test render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE
    [all...]
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 37 using tcu::TestLog;
134 TestLog& log = m_testCtx.getLog();
135 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens");
146 log << TestLog::EndSection;
148 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL display, or no configuration is provided for the specified API.");
164 log << TestLog::EndSection;
169 TestLog& log = m_testCtx.getLog();
172 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
180 log << TestLog::EndSection;
182 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface")
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcInfoTests.cpp 41 using tcu::TestLog;
58 m_testCtx.getLog() << tcu::TestLog::Message << result << tcu::TestLog::EndMessage;
80 m_testCtx.getLog() << tcu::TestLog::Message << *i << tcu::TestLog::EndMessage;
100 m_testCtx.getLog() << TestLog::Integer("Width", "Width", "px", QP_KEY_TAG_NONE, renderTarget.getWidth())
101 << TestLog::Integer("Height", "Height", "px", QP_KEY_TAG_NONE, renderTarget.getHeight())
102 << TestLog::Integer("RedBits", "Red bits", "", QP_KEY_TAG_NONE, pixelFormat.redBits)
103 << TestLog::Integer("GreenBits", "Green bits", "", QP_KEY_TAG_NONE, pixelFormat.greenBits)
104 << TestLog::Integer("BlueBits", "Blue bits", "", QP_KEY_TAG_NONE, pixelFormat.blueBits
    [all...]

Completed in 796 milliseconds

1 2 3 4 5 6 7 8 91011>>