• Home
  • Raw
  • Download

Lines Matching refs:EndMessage

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()
222 … TestLog::Message << " Fail, invalid alpha format value " << alphaFormat << TestLog::EndMessage; in checkCommonAttributes()
228 …, is set to use premultiplied alpha but configuration does not support it." << TestLog::EndMessage; in checkCommonAttributes()
239 …<< TestLog::Message << " Fail, invalid color space value " << colorspace << TestLog::EndMessage; in checkCommonAttributes()
245 … is set to use a linear color space but configuration does not support it." << TestLog::EndMessage; in checkCommonAttributes()
280 << eglu::getErrorStr(error) << TestLog::EndMessage; in checkNonPbufferAttributes()
289 …nts were modified when querying " << name << " from a non-pbuffer surface." << TestLog::EndMessage; in checkNonPbufferAttributes()
314 …tLog::Message << "Creating window surface with config ID " << info.configId << TestLog::EndMessage; in executeForConfig()
345 …tLog::Message << "Creating pixmap surface with config ID " << info.configId << TestLog::EndMessage; in executeForConfig()
375 …Log::Message << "Creating pbuffer surface with config ID " << info.configId << TestLog::EndMessage; in executeForConfig()
384 … Fail, maximum pbuffer size of " << width << "x" << height << " reported" << TestLog::EndMessage; in executeForConfig()
412 …og::Message << " Fail, invalid largest pbuffer value " << largestPbuffer << TestLog::EndMessage; in executeForConfig()
423 …tLog::Message << " Fail, invalid texture format value " << textureFormat << TestLog::EndMessage; in executeForConfig()
434 …tLog::Message << " Fail, invalid texture target value " << textureTarget << TestLog::EndMessage; in executeForConfig()
445 …tLog::Message << " Fail, invalid mipmap texture value " << mipmapTexture << TestLog::EndMessage; in executeForConfig()
475 log << TestLog::Message << "No attributes can be set in EGL 1.0" << TestLog::EndMessage; in testAttributes()
493 …Message << " Fail, initial mipmap level value should be 0, is " << value << TestLog::EndMessage; in testAttributes()
499 …r non-pbuffer surface. Result: " << value << ". Expected: " << initialValue << TestLog::EndMessage; in testAttributes()
510 …LEVEL should not result in an error, received " << eglu::getErrorStr(error) << TestLog::EndMessage; in testAttributes()
529 << eglu::getSurfaceAttribValueStr(EGL_MULTISAMPLE_RESOLVE, value) << TestLog::EndMessage; in testAttributes()
535 …estLog::Message << " Box filter is supported by surface, trying to set." << TestLog::EndMessage; in testAttributes()
561 …il, tried to set swap behavior to " << eglu::getSurfaceAttribStr(nextValue) << TestLog::EndMessage; in testAttributes()
587 …tLog::Message << "Creating window surface with config ID " << info.configId << TestLog::EndMessage; in executeForConfig()
616 …tLog::Message << "Creating pixmap surface with config ID " << info.configId << TestLog::EndMessage; in executeForConfig()
644 …Log::Message << "Creating pbuffer surface with config ID " << info.configId << TestLog::EndMessage; in executeForConfig()
653 … Fail, maximum pbuffer size of " << width << "x" << height << " reported" << TestLog::EndMessage; in executeForConfig()