/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 10 m_log << TestLog::Message << "eglBindAPI(" << getAPIStr(api) << ");" << TestLog::EndMessage; 13 …g << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage; 20 …glBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer << ");" << TestLog::EndMessage; 23 …g << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage; 30 …st) << ", " << configs << ", " << config_size << ", " << num_config << ");" << TestLog::EndMessage; 34 …nfigs, (num_config && returnValue) ? deMin32(config_size, *num_config) : 0) << TestLog::EndMessage; 35 … << "// num_config = " << (num_config ? de::toString(*num_config) : "NULL") << TestLog::EndMessage; 38 …g << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMessage; 45 …itSync(" << dpy << ", " << sync << ", " << flags << ", " << timeout << ");" << TestLog::EndMessage; 48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage; [all …]
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 10 …:Message << "glActiveShaderProgram(" << pipeline << ", " << program << ");" << TestLog::EndMessage; 17 …estLog::Message << "glActiveTexture(" << getTextureUnitStr(texture) << ");" << TestLog::EndMessage; 24 … TestLog::Message << "glAttachShader(" << program << ", " << shader << ");" << TestLog::EndMessage; 31 …Message << "glBeginConditionalRender(" << id << ", " << toHex(mode) << ");" << TestLog::EndMessage; 38 …ssage << "glBeginQuery(" << getQueryTargetStr(target) << ", " << id << ");" << TestLog::EndMessage; 45 …BeginQueryIndexed(" << toHex(target) << ", " << index << ", " << id << ");" << TestLog::EndMessage; 52 …< "glBeginTransformFeedback(" << getPrimitiveTypeStr(primitiveMode) << ");" << TestLog::EndMessage; 59 …ocation(" << program << ", " << index << ", " << getStringStr(name) << ");" << TestLog::EndMessage; 66 … << "glBindBuffer(" << getBufferTargetStr(target) << ", " << buffer << ");" << TestLog::EndMessage; 73 …(" << getBufferTargetStr(target) << ", " << index << ", " << buffer << ");" << TestLog::EndMessage; [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 683 …uding geometry is green with shade dependent on depth (rgb == 0, depth, 0)" << TestLog::EndMessage; in logGeometry() 684 …ccluded geometry is red with shade dependent on depth (rgb == depth, 0, 0)" << TestLog::EndMessage; in logGeometry() 685 …g << TestLog::Message << "Primitive edges are a lighter shade of red/green" << TestLog::EndMessage; in logGeometry() 767 …nterval max]. Reported confidence interval for this test is " << confidence << TestLog::EndMessage; in logAnalysis() 771 << "us/workload" << TestLog::EndMessage; in logAnalysis() 778 …include values below 0.0, the operation likely has neglible per-pixel cost" << TestLog::EndMessage; in logAnalysis() 783 …efficient confidence range is extremely large, cannot give reliable result" << TestLog::EndMessage; in logAnalysis() 788 … log << TestLog::Message << "Culled hidden pixels @ " << mpxPerS << "Mpx/s" << TestLog::EndMessage; in logAnalysis() 1076 …ce timing may vary as a function of workload. Result quality extremely low" << TestLog::EndMessage; in logAnalysis() 1082 …<< "Workload factor has no effect on duration of sample (smart optimizer?)" << TestLog::EndMessage; in logAnalysis() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessXFBTests.cpp | 117 << tcu::TestLog::EndMessage; in iterate() 134 << tcu::TestLog::EndMessage; in iterate() 151 << tcu::TestLog::EndMessage; in iterate() 160 << tcu::TestLog::EndMessage; in iterate() 306 << tcu::TestLog::EndMessage; in prepare() 345 << tcu::TestLog::EndMessage; in testBuffersBindingPoints() 356 << buffer_binding << ", however 0 is expected." << tcu::TestLog::EndMessage; in testBuffersBindingPoints() 391 << tcu::TestLog::EndMessage; in testBuffersDimensions() 402 << buffer_start << ", however 0 is expected." << tcu::TestLog::EndMessage; in testBuffersDimensions() 426 << tcu::TestLog::EndMessage; in testBuffersDimensions() [all …]
|
D | gl4cVertexAttribBindingTests.cpp | 131 << tcu::TestLog::EndMessage; in CheckRectColor() 158 << expected[3] << ")" << tcu::TestLog::EndMessage; in CheckRectColor() 189 << tcu::TestLog::Message << "*** Vertex Shader ***" << tcu::TestLog::EndMessage; in CheckProgram() 194 << tcu::TestLog::EndMessage; in CheckProgram() 199 << tcu::TestLog::EndMessage; in CheckProgram() 203 << tcu::TestLog::Message << "*** Geometry Shader ***" << tcu::TestLog::EndMessage; in CheckProgram() 207 << tcu::TestLog::Message << "*** Fragment Shader ***" << tcu::TestLog::EndMessage; in CheckProgram() 211 << tcu::TestLog::Message << "*** Compute Shader ***" << tcu::TestLog::EndMessage; in CheckProgram() 215 << tcu::TestLog::Message << "*** Unknown Shader ***" << tcu::TestLog::EndMessage; in CheckProgram() 225 << tcu::TestLog::Message << &source[0] << tcu::TestLog::EndMessage; in CheckProgram() [all …]
|
D | gl4cShaderAtomicCountersTests.cpp | 120 << log << tcu::TestLog::EndMessage; in LinkProgram() 186 …_context.getTestContext().getLog() << tcu::TestLog::Message << &log[0] << tcu::TestLog::EndMessage; in CheckProgram() 204 << log << tcu::TestLog::EndMessage; in CreateShaderProgram() 358 << tcu::TestLog::Message << GLenumToString(e) << " = " << i << tcu::TestLog::EndMessage; in CheckMaxValue() 364 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage; in CheckMaxValue() 374 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage; in CheckMaxValue() 384 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage; in CheckMaxValue() 394 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage; in CheckMaxValue() 414 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage; in CheckGetCommands() 424 << ", expected: " << expected << ")" << tcu::TestLog::EndMessage; in CheckGetCommands() [all …]
|
/external/deqp/modules/egl/ |
D | teglQueryConfigTests.cpp | 50 …gAttribName(attrib) << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage; in logConfigAttribute() 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 …reported number of returned configs differs from number of values written." << TestLog::EndMessage; in checkGetConfigsBounds() 165 log << TestLog::Message << numConfigAll << " configs available" << TestLog::EndMessage; in iterate() 166 log << TestLog::Message << TestLog::EndMessage; in iterate() 175 log << TestLog::Message << TestLog::EndMessage; in iterate() 244 log << TestLog::Message << "No configs available." << TestLog::EndMessage; in iterate() [all …]
|
D | teglSyncTests.cpp | 171 << ", Required: " << requiredMajor << "." << requiredMinor << TestLog::EndMessage; in hasRequiredEGLVersion() 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() 341 TestLog::EndMessage; in test() 393 ", { EGL_NONE })" << TestLog::EndMessage; in test() 440 TestLog::EndMessage; in test() 443 log << TestLog::Message << error << " = eglGetError()" << TestLog::EndMessage; in test() 449 TestLog::EndMessage; in test() 500 m_eglDisplay << ", EGL_NONE, NULL)" << TestLog::EndMessage; in test() [all …]
|
D | teglQueryContextTests.cpp | 111 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext() 115 log << TestLog::Message << " Fail, got EGL_NO_CONTEXT" << TestLog::EndMessage; in executeForContext() 120 …. Expected: " << tcu::toHex(context) << ", got: " << tcu::toHex(gotContext) << TestLog::EndMessage; in executeForContext() 156 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext() 162 << ", expected: " << tcu::toHex(surface) << TestLog::EndMessage; in executeForContext() 194 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForContext() 198 log << TestLog::Message << " Fail, got EGL_NO_DISPLAY" << TestLog::EndMessage; in executeForContext() 203 …. Expected: " << tcu::toHex(display) << ", got: " << tcu::toHex(gotDisplay) << TestLog::EndMessage; in executeForContext() 245 …ge << " Fail, config ID doesn't match the one used to create the context." << TestLog::EndMessage; in executeForContext() 257 log << TestLog::Message << " Fail, client API type doesn't match." << TestLog::EndMessage; in executeForContext() [all …]
|
D | teglQuerySurfaceTests.cpp | 61 log << TestLog::Message << " " << name << ": " << valueFmt << TestLog::EndMessage; in logSurfaceAttribute() 131 …, config ID " << id << " does not match the one used to create the surface" << TestLog::EndMessage; in checkCommonAttributes() 143 …Log::Message << " Fail, invalid surface size " << width << "x" << height << TestLog::EndMessage; in checkCommonAttributes() 155 …::Message << " Fail, invalid surface resolution " << hRes << "x" << vRes << TestLog::EndMessage; in checkCommonAttributes() 166 …o " << eglu::querySurfaceInt(egl, display, surface, EGL_PIXEL_ASPECT_RATIO) << TestLog::EndMessage; in checkCommonAttributes() 177 …estLog::Message << " Fail, invalid render buffer value " << renderBuffer << TestLog::EndMessage; in checkCommonAttributes() 188 …age << " Fail, invalid multisample resolve value " << multisampleResolve << TestLog::EndMessage; in checkCommonAttributes() 194 …e resolve is reported as box filter but configuration does not support it." << TestLog::EndMessage; in checkCommonAttributes() 205 …estLog::Message << " Fail, invalid swap behavior value " << swapBehavior << TestLog::EndMessage; in checkCommonAttributes() 211 …ap behavior is reported as preserve but configuration does not support it." << TestLog::EndMessage; in checkCommonAttributes() [all …]
|
D | teglCreateContextExtTests.cpp | 365 …TestLog::Message << "EGL attrib list: { " << attribListString.str() << " }" << TestLog::EndMessage; in logAttribList() 432 …estLog::Message << "Required extension '" << (*reqExt) << "' not supported" << TestLog::EndMessage; in checkRequiredExtensions() 466 …g::Message << "Invalid version string prefix. Expected '" << prefix << "'." << TestLog::EndMessage; in checkVersionString() 482 …< TestLog::Message << "Failed to parse major version number. Not a number." << TestLog::EndMessage; in checkVersionString() 489 …stLog::Message << "Failed to parse major version number. Begins with zero." << TestLog::EndMessage; in checkVersionString() 501 …sage << "Failed to parse version. Expected '.' after major version number." << TestLog::EndMessage; in checkVersionString() 514 …< TestLog::Message << "Failed to parse minor version number. Not a number." << TestLog::EndMessage; in checkVersionString() 524 … TestLog::Message << "Failed to parse minor version number. Leading zeros." << TestLog::EndMessage; in checkVersionString() 542 log << TestLog::Message << "Major version is less than required." << TestLog::EndMessage; in checkVersionString() 547 log << TestLog::Message << "Minor version is less than required." << TestLog::EndMessage; in checkVersionString() [all …]
|
D | teglCreateContextTests.cpp | 93 …e << "Creating " << s_apis[apiNdx].name << " context with config ID " << id << TestLog::EndMessage; in executeForConfig() 103 …context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage; in executeForConfig() 110 log << TestLog::Message << " Pass" << TestLog::EndMessage; in executeForConfig() 141 …g::Message << "eglBindAPI(" << eglu::getAPIStr(api) << ") failed, skipping" << TestLog::EndMessage; in iterate() 145 …log << TestLog::Message << "Creating " << s_apis[apiNdx].name << " context" << TestLog::EndMessage; in iterate() 152 log << TestLog::Message << " Unsupported" << TestLog::EndMessage; in iterate() 156 …context: " << tcu::toHex(context) << ", error: " << eglu::getErrorName(err) << TestLog::EndMessage; in iterate() 163 log << TestLog::Message << " Pass" << TestLog::EndMessage; in iterate()
|
D | teglGetProcAddressTests.cpp | 190 …Message << m_extName << ": " << (supported ? "supported" : "not supported") << TestLog::EndMessage; in executeTest() 191 log << TestLog::Message << TestLog::EndMessage; in executeTest() 203 …Fail, received null pointer for supported extension function: " << funcName << TestLog::EndMessage; in executeTest() 302 …all_proc_addresses: " << (funcPtrSupported ? "supported" : "not supported") << TestLog::EndMessage; in executeTest() 303 log << TestLog::Message << TestLog::EndMessage; in executeTest() 310 …<< TestLog::Message << " EGL not supported by any available configuration." << TestLog::EndMessage; in executeTest() 313 …estLog::Message << " EGL 1.5 not supported by any available configuration." << TestLog::EndMessage; in executeTest() 318 …derableType(m_apiType)) << " not supported by any available configuration." << TestLog::EndMessage; in executeTest() 321 log << TestLog::Message << TestLog::EndMessage; in executeTest() 334 …ssage << "Fail, received null pointer for supported function: " << funcName << TestLog::EndMessage; in executeTest() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 156 … << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage; in compareImages() 180 …tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage; in verifyImages() 190 …d " << glu::getErrorStr(expected) << "; got " << glu::getErrorStr(got) << tcu::TestLog::EndMessage; in verifyError() 281 …sting PolygonOffset with " << m_internalFormatName << " depth buffer." << tcu::TestLog::EndMessage; in iterate() 389 log << TestLog::Message << "DepthFunc = GL_LEQUAL" << TestLog::EndMessage; in testPolygonOffset() 396 …Color = White.\tState: PolygonOffset(0, -2), POLYGON_OFFSET_FILL disabled." << TestLog::EndMessage; in testPolygonOffset() 405 …t. Color = Red.\tState: PolygonOffset(0, -1), POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage; in testPolygonOffset() 438 log << TestLog::Message << "Expecting: Bottom-right = Red." << TestLog::EndMessage; in testPolygonOffset() 520 log << TestLog::Message << "Framebuffer cleared, clear color = Black." << TestLog::EndMessage; in testPolygonOffset() 521 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage; in testPolygonOffset() [all …]
|
D | es3fSyncTests.cpp | 198 log << TestLog::Message << "// Primitives drawn." << TestLog::EndMessage; in iterate() 204 log << TestLog::Message << "// Sync object created." << TestLog::EndMessage; in iterate() 221 …og::Message << "// Wait command glWaitSync called with GL_TIMEOUT_IGNORED." << TestLog::EndMessage; in iterate() 227 log << TestLog::Message << "// glClientWaitSync return value:" << TestLog::EndMessage; in iterate() 230 …READY_SIGNALED: log << TestLog::Message << "// GL_ALREADY_SIGNALED" << TestLog::EndMessage; break; in iterate() 231 …IMEOUT_EXPIRED: log << TestLog::Message << "// GL_TIMEOUT_EXPIRED" << TestLog::EndMessage; break; in iterate() 232 …ON_SATISFIED: log << TestLog::Message << "// GL_CONDITION_SATISFIED" << TestLog::EndMessage; break; in iterate() 233 …case GL_WAIT_FAILED: log << TestLog::Message << "// GL_WAIT_FAILED" << TestLog::EndMessage; te… in iterate() 243 …g::Message << "// Expected glClientWaitSync to return GL_ALREADY_SIGNALED." << TestLog::EndMessage; in iterate() 253 log << TestLog::Message << "// Sync object deleted." << TestLog::EndMessage; in iterate() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 153 … << tcu::TestLog::Message << faultyPixels << " faulty pixel(s) found." << tcu::TestLog::EndMessage; in compareImages() 177 …tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage; in verifyImages() 187 …d " << glu::getErrorStr(expected) << "; got " << glu::getErrorStr(got) << tcu::TestLog::EndMessage; in verifyError() 278 …sting PolygonOffset with " << m_internalFormatName << " depth buffer." << tcu::TestLog::EndMessage; in iterate() 386 log << TestLog::Message << "DepthFunc = GL_LEQUAL" << TestLog::EndMessage; in testPolygonOffset() 393 …Color = White.\tState: PolygonOffset(0, -2), POLYGON_OFFSET_FILL disabled." << TestLog::EndMessage; in testPolygonOffset() 402 …t. Color = Red.\tState: PolygonOffset(0, -1), POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage; in testPolygonOffset() 435 log << TestLog::Message << "Expecting: Bottom-right = Red." << TestLog::EndMessage; in testPolygonOffset() 517 log << TestLog::Message << "Framebuffer cleared, clear color = Black." << TestLog::EndMessage; in testPolygonOffset() 518 log << TestLog::Message << "POLYGON_OFFSET_FILL enabled." << TestLog::EndMessage; in testPolygonOffset() [all …]
|
D | es2fMultisampleTests.cpp | 367 m_testCtx.getLog() << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage; in init() 464 << TestLog::EndMessage; in iterate() 474 …<< "Failure: Number of distinct colors detected is lower than GL_SAMPLES+1" << TestLog::EndMessage; in iterate() 480 … is lower than GL_SAMPLES+1 - trying again with a slightly altered pattern" << TestLog::EndMessage; in iterate() 486 … "Success: The number of distinct colors detected is at least GL_SAMPLES+1" << TestLog::EndMessage; in iterate() 631 …tive blending enabled in order to detect (erroneously) overlapping samples" << TestLog::EndMessage; in init() 855 … "Failure: Not all quad interiors seem unicolored - common-edge artifacts?" << TestLog::EndMessage; in iterate() 856 …TestLog::Message << "Erroneous pixels are drawn red in the following image" << TestLog::EndMessage; in iterate() 864 log << TestLog::Message << "Quads seem OK - moving on to next pattern" << TestLog::EndMessage; in iterate() 869 …<< "Success: All quad interiors seem unicolored (no common-edge artifacts)" << TestLog::EndMessage; in iterate() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 110 …ust support sample count of " << glu::getGettableStateStr(samplesEnum) << tcu::TestLog::EndMessage; in iterate() 115 …essage << glu::getGettableStateStr(samplesEnum) << " = " << maxSamples << tcu::TestLog::EndMessage; in iterate() 119 …inimum value of " << glu::getGettableStateStr(samplesEnum) << " is 1" << tcu::TestLog::EndMessage; in iterate() 129 … tcu::TestLog::Message << "GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu::TestLog::EndMessage; in iterate() 135 …isample configuration, got GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu::TestLog::EndMessage; in iterate() 163 samplesMsg << "]" << tcu::TestLog::EndMessage; in iterate() 170 … tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu::TestLog::EndMessage; in iterate() 181 …() << tcu::TestLog::Message << "ERROR: Only positive SAMPLES allowed." << tcu::TestLog::EndMessage; in iterate() 192 … << tcu::TestLog::Message << "ERROR: MAX_*_SAMPLES must be supported." << tcu::TestLog::EndMessage; in iterate() 231 …ssage << "Querying GL_NUM_SAMPLE_COUNTS to larger-than-needed buffer." << tcu::TestLog::EndMessage; in iterate() [all …]
|
D | es31fSampleVariableTests.cpp | 89 << tcu::TestLog::EndMessage; in logInfo() 120 … tcu::TestLog::Message << "Expecting color c = (0.0, x, 1.0), x > 0.0" << tcu::TestLog::EndMessage; in logInfo() 139 log << tcu::TestLog::Message << "Expecting zero-valued red channel." << tcu::TestLog::EndMessage; in logInfo() 184 …r the pixel center. Maximum per-axis distance " << m_distanceThreshold << tcu::TestLog::EndMessage; in logInfo() 203 …:Message << "Expecting color non-zero and non-saturated green channel" << tcu::TestLog::EndMessage; in logInfo() 216 log << tcu::TestLog::Message << "Verifying image." << tcu::TestLog::EndMessage; in verifyImageWithVerifier() 239 log << tcu::TestLog::Message << "Image verification failed." << tcu::TestLog::EndMessage in verifyImageWithVerifier() 247 log << tcu::TestLog::Message << "Image verification passed." << tcu::TestLog::EndMessage in verifyImageWithVerifier() 373 …getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLES = " << maxSamples << tcu::TestLog::EndMessage; in preDraw() 385 …tLog() << tcu::TestLog::Message << "Set u_maxSamples = " << maxSamples << tcu::TestLog::EndMessage; in preDraw() [all …]
|
D | es31fProgramInterfaceQueryTestCase.cpp | 254 …ror, resource name \"" << resource << "\" refers to a non-basic type." << tcu::TestLog::EndMessage; in validate() 381 …ng type, expecting " << glu::getDataTypeName(variable->getBasicType()) << tcu::TestLog::EndMessage; in validateSingleVariable() 385 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateSingleVariable() 415 …erifying type, expecting " << glu::getDataTypeName(builtins[ndx].type) << tcu::TestLog::EndMessage; in validateBuiltinVariable() 419 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateBuiltinVariable() 460 …u::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage; in validateSingleVariable() 464 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable() 494 …ssage << "Verifying array size, expecting " << builtins[ndx].arraySize << tcu::TestLog::EndMessage; in validateBuiltinVariable() 498 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable() 539 …Verifying array stride, expecting greater or equal to " << elementSize << tcu::TestLog::EndMessage; in validateSingleVariable() [all …]
|
D | es31fMultisampleTests.cpp | 150 … "Sample " << ndx << " is not in valid range [0,1], got " << samplePos << tcu::TestLog::EndMessage; in iterate() 264 log << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage; in init() 443 …tive blending enabled in order to detect (erroneously) overlapping samples" << TestLog::EndMessage; in iterate() 445 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage; in iterate() 450 …g << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage; in iterate() 456 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage; in iterate() 463 …g the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage; in iterate() 465 …awing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage; in iterate() 481 …log << TestLog::Message << "Success: The two images rendered are identical" << TestLog::EndMessage; in iterate() 575 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage; in init() [all …]
|
D | es31fDebugTests.cpp | 545 log << TestLog::Message << "A message was expected but none was reported" << TestLog::EndMessage; in verifyMessageExists() 550 …essage was expected but none was reported. Running without a debug context" << TestLog::EndMessage; in verifyMessageExists() 566 << " when it should have been " << glu::getDebugMessageSourceStr(source) << TestLog::EndMessage; in verifyMessageGroup() 573 << " when it should have been " << glu::getDebugMessageTypeStr(type) << TestLog::EndMessage; in verifyMessageGroup() 581 log << TestLog::Message << "Driver says: \"" << message.message << "\"" << TestLog::EndMessage; in verifyMessageString() 586 log << TestLog::Message << "Message message was empty" << TestLog::EndMessage; in verifyMessageString() 612 << " when it should have been " << id << TestLog::EndMessage; in verifyMessage() 619 …< " when it should have been " << glu::getDebugMessageSeverityStr(severity) << TestLog::EndMessage; in verifyMessage() 770 …ssage << "A message was expected but none was reported (empty message log)" << TestLog::EndMessage; in expectMessage() 775 …but none was reported (empty message log). Running without a debug context" << TestLog::EndMessage; in expectMessage() [all …]
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderProgramResource.cpp | 435 << tcu::TestLog::EndMessage; in iterate() 444 << tcu::TestLog::EndMessage; in iterate() 454 << tcu::TestLog::EndMessage; in iterate() 464 << tcu::TestLog::EndMessage; in iterate() 473 << tcu::TestLog::EndMessage; in iterate() 482 << tcu::TestLog::EndMessage; in iterate() 491 << tcu::TestLog::EndMessage; in iterate() 500 << tcu::TestLog::EndMessage; in iterate() 510 << tcu::TestLog::EndMessage; in iterate() 519 << tcu::TestLog::EndMessage; in iterate() [all …]
|
D | esextcGeometryShaderConstantVariables.cpp | 273 << tcu::TestLog::EndMessage; in iterate() 295 << tcu::TestLog::EndMessage; in iterate() 308 << m_min_MaxGeometryAtomicCounters << tcu::TestLog::EndMessage; in iterate() 322 << m_min_MaxGeometryImagesUniforms << tcu::TestLog::EndMessage; in iterate() 336 << tcu::TestLog::EndMessage; in iterate() 351 << tcu::TestLog::EndMessage; in iterate() 364 << m_min_MaxGeometryUniformComponents << tcu::TestLog::EndMessage; in iterate() 378 << m_min_MaxGeometryUniformBlocks << tcu::TestLog::EndMessage; in iterate() 391 << m_min_MaxGeometryInputComponents << tcu::TestLog::EndMessage; in iterate() 404 << m_min_MaxGeometryOutputComponents << tcu::TestLog::EndMessage; in iterate() [all …]
|
/external/deqp/modules/glshared/ |
D | glsStateChangePerfTestCases.cpp | 546 …og << TestLog::Message << "Interleaved mean: " << interleaved.mean << TestLog::EndMessage; in logAndSetTestResult() 547 … << TestLog::Message << "Interleaved median: " << interleaved.median << TestLog::EndMessage; in logAndSetTestResult() 548 …TestLog::Message << "Interleaved variance: " << interleaved.variance << TestLog::EndMessage; in logAndSetTestResult() 549 log << TestLog::Message << "Interleaved min: " << interleaved.min << TestLog::EndMessage; in logAndSetTestResult() 550 log << TestLog::Message << "Interleaved max: " << interleaved.max << TestLog::EndMessage; in logAndSetTestResult() 552 log << TestLog::Message << "Batched mean: " << batched.mean << TestLog::EndMessage; in logAndSetTestResult() 553 log << TestLog::Message << "Batched median: " << batched.median << TestLog::EndMessage; in logAndSetTestResult() 554 …og << TestLog::Message << "Batched variance: " << batched.variance << TestLog::EndMessage; in logAndSetTestResult() 555 log << TestLog::Message << "Batched min: " << batched.min << TestLog::EndMessage; in logAndSetTestResult() 556 log << TestLog::Message << "Batched max: " << batched.max << TestLog::EndMessage; in logAndSetTestResult() [all …]
|