/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 42 using tcu::TestLog; 76 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init() 79 m_log << TestLog::EndSection; in init() 83 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init() 86 m_log << TestLog::EndSection; in init() 93 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() 97 m_log << TestLog::EndSection; in init() 101 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() 105 m_log << TestLog::EndSection; in init() 109 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() [all …]
|
D | es3fNegativeFragmentApiTests.cpp | 39 using tcu::TestLog; 54 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init() 61 m_log << TestLog::EndSection; in init() 65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init() 68 m_log << TestLog::EndSection; in init() 72 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init() 79 m_log << TestLog::EndSection; in init() 86 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accept… in init() 89 m_log << TestLog::EndSection; in init() 93 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init() [all …]
|
D | es3fNegativeBufferApiTests.cpp | 40 using tcu::TestLog; 57 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … in init() 60 m_log << TestLog::EndSection; in init() 64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 67 m_log << TestLog::EndSection; in init() 71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 74 m_log << TestLog::EndSection; in init() 82 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL… in init() 85 m_log << TestLog::EndSection; in init() 87 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STA… in init() [all …]
|
D | es3fNegativeVertexArrayApiTests.cpp | 55 using tcu::TestLog; 70 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init() 80 m_log << tcu::TestLog::EndSection; in init() 84 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init() 95 m_log << tcu::TestLog::EndSection; in init() 103 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init() 108 m_log << tcu::TestLog::EndSection; in init() 116 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init() 121 m_log << tcu::TestLog::EndSection; in init() 125 …m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.… in init() [all …]
|
D | es3fNegativeTextureApiTests.cpp | 45 using tcu::TestLog; 141 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, … in init() 147 m_log << TestLog::EndSection; in init() 157 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … in init() 162 m_log << TestLog::EndSection; in init() 164 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created… in init() 182 m_log << TestLog::EndSection; in init() 191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid."); in init() 196 m_log << TestLog::EndSection; in init() 200 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported f… in init() [all …]
|
D | es3fNegativeShaderApiTests.cpp | 42 using tcu::TestLog; 98 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value… in init() 101 m_log << TestLog::EndSection; in init() 107 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init() 110 m_log << TestLog::EndSection; in init() 112 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0."); in init() 116 m_log << TestLog::EndSection; in init() 118 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init() 122 m_log << TestLog::EndSection; in init() 131 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init() [all …]
|
D | es3fPolygonOffsetTests.cpp | 96 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAcc… in compareImages() 156 …log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMess… in compareImages() 161 void verifyImages (tcu::TestLog& log, tcu::TestContext& testCtx, glu::RenderContext& renderCtx, con… in verifyImages() 163 using tcu::TestLog; in verifyImages() 174 log << TestLog::ImageSet("Images", "Image comparison"); in verifyImages() 175 log << TestLog::Image("Test image", "Test image", testImage); in verifyImages() 176 log << TestLog::Image("Reference image", "Reference image", referenceImage); in verifyImages() 177 log << TestLog::Image("Difference mask", "Difference mask", diffMask.getAccess()); in verifyImages() 178 log << TestLog::EndImageSet; in verifyImages() 180 …log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::End… in verifyImages() [all …]
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 10 m_log << TestLog::Message << "eglBindAPI(" << getAPIStr(api) << ");" << TestLog::EndMessage; 13 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes… 20 …m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer… 23 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes… 30 …TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_list) << ",… 34 …og << TestLog::Message << "// configs = " << getPointerStr(configs, (num_config && returnValue) ? … 35 …m_log << TestLog::Message << "// num_config = " << (num_config ? de::toString(*num_config) : "NULL… 38 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes… 45 …m_log << TestLog::Message << "eglClientWaitSync(" << dpy << ", " << sync << ", " << flags << ", " … 48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage; [all …]
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 77 class TestLog class 105 explicit TestLog (const char* fileName, deUint32 flags = 0); 106 ~TestLog (void); 111 TestLog& operator<< (const ImageSet& imageSet); 112 TestLog& operator<< (const Image& image); 113 TestLog& operator<< (const EndImageSetToken&); 115 TestLog& operator<< (const Section& section); 116 TestLog& operator<< (const EndSectionToken&); 118 TestLog& operator<< (const ShaderProgram& shaderProgram); 119 TestLog& operator<< (const EndShaderProgramToken&); [all …]
|
D | tcuTestLog.cpp | 123 void LogImage::write (TestLog& log) const in write() 154 TestLog& MessageBuilder::operator<< (const TestLog::EndMessageToken&) in operator <<() 162 TestLog& SampleBuilder::operator<< (const TestLog::EndSampleToken&) in operator <<() 183 TestLog::TestLog (const char* fileName, deUint32 flags) in TestLog() function in tcu::TestLog 190 TestLog::~TestLog (void) in ~TestLog() 195 void TestLog::writeMessage (const char* msgStr) in writeMessage() 201 void TestLog::startImageSet (const char* name, const char* description) in startImageSet() 207 void TestLog::endImageSet (void) in endImageSet() 236 void TestLog::writeImage (const char* name, const char* description, const ConstPixelBufferAccess& … in writeImage() 360 void TestLog::writeImage (const char* name, const char* description, qpImageCompressionMode compres… in writeImage() [all …]
|
D | tcuImageCompare.cpp | 217 bool fuzzyCompare (TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPix… in fuzzyCompare() 236 …log << TestLog::Message << "Image comparison failed: difference = " << difference << ", threshold … in fuzzyCompare() 238 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 239 << TestLog::Image("Result", "Result", result, pixelScale, pixelBias) in fuzzyCompare() 240 << TestLog::Image("Reference", "Reference", reference, pixelScale, pixelBias) in fuzzyCompare() 241 << TestLog::Image("ErrorMask", "Error mask", errorMask) in fuzzyCompare() 242 << TestLog::EndImageSet; in fuzzyCompare() 249 log << TestLog::ImageSet(imageSetName, imageSetDesc) in fuzzyCompare() 250 << TestLog::Image("Result", "Result", result, pixelScale, pixelBias) in fuzzyCompare() 251 << TestLog::EndImageSet; in fuzzyCompare() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 40 using tcu::TestLog; 55 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … in init() 58 m_log << TestLog::EndSection; in init() 62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 65 m_log << TestLog::EndSection; in init() 69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init() 72 m_log << TestLog::EndSection; in init() 80 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL… in init() 83 m_log << TestLog::EndSection; in init() 85 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STA… in init() [all …]
|
D | es2fNegativeStateApiTests.cpp | 41 using tcu::TestLog; 69 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init() 72 m_log << TestLog::EndSection; in init() 76 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init() 79 m_log << TestLog::EndSection; in init() 86 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() 90 m_log << TestLog::EndSection; in init() 94 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() 98 m_log << TestLog::EndSection; in init() 102 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init() [all …]
|
D | es2fNegativeShaderApiTests.cpp | 60 using tcu::TestLog; 75 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value… in init() 78 m_log << TestLog::EndSection; in init() 85 …m_log << TestLog::Message << "// Shader compiler not supported, always expect GL_INVALID_OPERATION… in init() 87 m_log << TestLog::Message << "// Shader compiler supported" << TestLog::EndMessage; in init() 89 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init() 92 m_log << TestLog::EndSection; in init() 94 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0."); in init() 98 m_log << TestLog::EndSection; in init() 100 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init() [all …]
|
D | es2fNegativeVertexArrayApiTests.cpp | 45 using tcu::TestLog; 60 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init() 70 m_log << tcu::TestLog::EndSection; in init() 74 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init() 85 m_log << tcu::TestLog::EndSection; in init() 89 …m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.… in init() 92 m_log << tcu::TestLog::EndSection; in init() 94 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init() 98 m_log << tcu::TestLog::EndSection; in init() 100 … m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4."); in init() [all …]
|
D | es2fNegativeFragmentApiTests.cpp | 39 using tcu::TestLog; 54 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init() 61 m_log << TestLog::EndSection; in init() 65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init() 68 m_log << TestLog::EndSection; in init() 72 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init() 79 m_log << TestLog::EndSection; in init() 86 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accept… in init() 89 m_log << TestLog::EndSection; in init() 93 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init() [all …]
|
D | es2fNegativeTextureApiTests.cpp | 46 using tcu::TestLog; 112 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, … in init() 118 m_log << TestLog::EndSection; in init() 125 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … in init() 128 m_log << TestLog::EndSection; in init() 132 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created… in init() 139 m_log << TestLog::EndSection; in init() 150 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid."); in init() 153 m_log << TestLog::EndSection; in init() 158 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported f… in init() [all …]
|
D | es2fPolygonOffsetTests.cpp | 93 int compareImages (tcu::TestLog& log, glu::RenderContext& renderCtx, const tcu::ConstPixelBufferAcc… in compareImages() 153 …log << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMess… in compareImages() 158 void verifyImages (tcu::TestLog& log, tcu::TestContext& testCtx, glu::RenderContext& renderCtx, con… in verifyImages() 160 using tcu::TestLog; in verifyImages() 171 log << TestLog::ImageSet("Images", "Image comparison"); in verifyImages() 172 log << TestLog::Image("Test image", "Test image", testImage); in verifyImages() 173 log << TestLog::Image("Reference image", "Reference image", referenceImage); in verifyImages() 174 log << TestLog::Image("Difference mask", "Difference mask", diffMask.getAccess()); in verifyImages() 175 log << TestLog::EndImageSet; in verifyImages() 177 …log << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::End… in verifyImages() [all …]
|
/external/deqp/modules/gles3/performance/ |
D | 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& lo… in RenderData() 546 TestLog& log = m_testCtx.getLog(); in iterate() 627 TestLog& log = m_testCtx.getLog(); in logSamples() 640 log << TestLog::SampleList(name, desc); in logSamples() 644 log << TestLog::SampleInfo in logSamples() 645 << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 646 << TestLog::ValueInfo("Order", "Order of sample", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in logSamples() 647 << TestLog::ValueInfo("TestTime", "Test render time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logSamples() [all …]
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 37 using tcu::TestLog; 134 TestLog& log = m_testCtx.getLog(); in init() 135 …log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted… in init() 146 log << TestLog::EndSection; in init() 148 …log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is no… in init() 164 log << TestLog::EndSection; in init() 169 TestLog& log = m_testCtx.getLog(); in init() 172 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init() 180 log << TestLog::EndSection; in init() 182 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init() [all …]
|
D | teglQueryConfigTests.cpp | 45 using tcu::TestLog; 48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute() 50 …log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAtt… in logConfigAttribute() 105 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds() 120 log << TestLog::Message << numConfigReturned << " configs returned" << TestLog::EndMessage; in checkGetConfigsBounds() 135 log << TestLog::Message << numOverwritten << " values actually written" << TestLog::EndMessage; in checkGetConfigsBounds() 139 log << TestLog::Message << "Fail, more configs returned than requested." << TestLog::EndMessage; in checkGetConfigsBounds() 145 log << TestLog::Message << "Fail, buffer overflow detected." << TestLog::EndMessage; in checkGetConfigsBounds() 150 …log << TestLog::Message << "Fail, reported number of returned configs differs from number of value… in checkGetConfigsBounds() 158 tcu::TestLog& log = m_testCtx.getLog(); in iterate() [all …]
|
D | teglSyncTests.cpp | 52 using tcu::TestLog; 164 TestLog& log = m_testCtx.getLog(); in hasRequiredEGLVersion() 169 log << TestLog::Message << "Required EGL version is not supported. " in hasRequiredEGLVersion() 171 << ", Required: " << requiredMajor << "." << requiredMinor << TestLog::EndMessage; in hasRequiredEGLVersion() 180 TestLog& log = m_testCtx.getLog(); in hasRequiredEGLExtensions() 184 log << TestLog::Message << "EGL_KHR_fence_sync not supported" << TestLog::EndMessage; in hasRequiredEGLExtensions() 190 log << TestLog::Message << "EGL_KHR_reusable_sync not supported" << TestLog::EndMessage; in hasRequiredEGLExtensions() 196 log << TestLog::Message << "EGL_KHR_wait_sync not supported" << TestLog::EndMessage; in hasRequiredEGLExtensions() 335 TestLog& log = m_testCtx.getLog(); in test() 339 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << "(" << in test() [all …]
|
D | teglQueryContextTests.cpp | 53 using tcu::TestLog; 98 TestLog& log = m_testCtx.getLog(); in executeForContext() 111 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext() 115 log << TestLog::Message << " Fail, got EGL_NO_CONTEXT" << TestLog::EndMessage; in executeForContext() 120 …<< TestLog::Message << " Fail, call returned the wrong context. Expected: " << tcu::toHex(context… in executeForContext() 140 TestLog& log = m_testCtx.getLog(); in executeForContext() 156 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext() 160 log << TestLog::Message << " Fail, read surface: " << tcu::toHex(gotReadSurface) in executeForContext() 162 << ", expected: " << tcu::toHex(surface) << TestLog::EndMessage; in executeForContext() 182 TestLog& log = m_testCtx.getLog(); in executeForContext() [all …]
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 10 …m_log << TestLog::Message << "glActiveShaderProgram(" << pipeline << ", " << program << ");" << Te… 17 …m_log << TestLog::Message << "glActiveTexture(" << getTextureUnitStr(texture) << ");" << TestLog::… 24 …m_log << TestLog::Message << "glAttachShader(" << program << ", " << shader << ");" << TestLog::En… 31 …m_log << TestLog::Message << "glBeginConditionalRender(" << id << ", " << toHex(mode) << ");" << T… 38 …m_log << TestLog::Message << "glBeginQuery(" << getQueryTargetStr(target) << ", " << id << ");" <<… 45 …m_log << TestLog::Message << "glBeginQueryIndexed(" << toHex(target) << ", " << index << ", " << i… 52 …m_log << TestLog::Message << "glBeginTransformFeedback(" << getPrimitiveTypeStr(primitiveMode) << … 59 …m_log << TestLog::Message << "glBindAttribLocation(" << program << ", " << index << ", " << getStr… 66 …m_log << TestLog::Message << "glBindBuffer(" << getBufferTargetStr(target) << ", " << buffer << ")… 73 …m_log << TestLog::Message << "glBindBufferBase(" << getBufferTargetStr(target) << ", " << index <<… [all …]
|
/external/deqp/modules/internal/ |
D | ditTestLogTests.cpp | 32 using tcu::TestLog; 49 TestLog& log = m_testCtx.getLog(); in iterate() 51 log << TestLog::SampleList("TestSamples", "Test Sample List") in iterate() 52 << TestLog::SampleInfo in iterate() 53 … << TestLog::ValueInfo("NumDrawCalls", "Number of draw calls", "", QP_SAMPLE_VALUE_TAG_PREDICTOR) in iterate() 54 << TestLog::ValueInfo("NumOps", "Number of ops in shader", "op", QP_SAMPLE_VALUE_TAG_PREDICTOR) in iterate() 55 << TestLog::ValueInfo("RenderTime", "Rendering time", "ms", QP_SAMPLE_VALUE_TAG_RESPONSE) in iterate() 56 << TestLog::EndSampleInfo; in iterate() 58 log << TestLog::Sample << 1 << 2 << 2.3 << TestLog::EndSample in iterate() 59 << TestLog::Sample << 0 << 0 << 0 << TestLog::EndSample in iterate() [all …]
|