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

1 2

  /external/deqp/framework/common/
tcuImageCompare.cpp 230 log << TestLog::ImageSet(imageSetName, imageSetDesc)
241 log << TestLog::ImageSet(imageSetName, imageSetDesc)
343 log << TestLog::ImageSet(imageSetName, imageSetDesc)
354 log << TestLog::ImageSet(imageSetName, imageSetDesc)
463 log << TestLog::ImageSet(imageSetName, imageSetDesc)
474 log << TestLog::ImageSet(imageSetName, imageSetDesc)
550 log << TestLog::ImageSet(imageSetName, imageSetDesc)
561 log << TestLog::ImageSet(imageSetName, imageSetDesc)
633 log << TestLog::ImageSet(imageSetName, imageSetDesc)
643 log << TestLog::ImageSet(imageSetName, imageSetDesc
    [all...]
tcuTestLog.hpp 70 * << TestLog::ImageSet("Result", "Result images")
92 typedef LogImageSet ImageSet;
109 TestLog& operator<< (const ImageSet& imageSet);
423 inline TestLog& TestLog::operator<< (const ImageSet& imageSet) { imageSet.write(*this); return *this; }
  /external/deqp/executor/
xeTestCaseResult.hpp 66 class ImageSet;
272 class ImageSet : public Item
275 ImageSet (void) : Item(TYPE_IMAGESET) {}
276 ~ImageSet (void) {}
xeTestLogWriter.cpp 280 const ri::ImageSet& imageSet = static_cast<const ri::ImageSet&>(item);
281 dst << Writer::BeginElement("ImageSet")
282 << Writer::Attribute("Name", imageSet.name)
283 << Writer::Attribute("Description", imageSet.description);
285 for (int ndx = 0; ndx < imageSet.images.getNumItems(); ndx++)
286 writeResultItem(imageSet.images.getItem(ndx), dst);
xeTestResultParser.cpp 109 { 0x8ac9ee14, "ImageSet", ri::TYPE_IMAGESET },
411 m_curItemList = &static_cast<ri::ImageSet*>(item)->images;
517 ri::ImageSet* imageSet = curList->allocItem<ri::ImageSet>();
518 imageSet->name = getAttribute("Name");
519 imageSet->description = getAttribute("Description");
520 item = imageSet;
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 276 log << TestLog::ImageSet("Result", "Resulting framebuffer")
289 log << TestLog::ImageSet("Result", "Resulting framebuffer")
es2fPrerequisiteTests.cpp 259 log << TestLog::ImageSet("Result", "Resulting framebuffer")
es2fShaderInvarianceTests.cpp 382 << tcu::TestLog::ImageSet("Results", "Result verification")
393 << tcu::TestLog::ImageSet("Results", "Result verification")
    [all...]
es2fClippingTests.cpp 578 log << TestLog::ImageSet("Images", "Image comparison")
759 log << TestLog::ImageSet("Images", "Image comparison")
803 log << TestLog::ImageSet("Images", "Image comparison")
    [all...]
es2fDefaultVertexAttributeTests.cpp 465 << tcu::TestLog::ImageSet("Result", "Render result")
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 276 log << TestLog::ImageSet("Result", "Resulting framebuffer")
289 log << TestLog::ImageSet("Result", "Resulting framebuffer")
es3fPrerequisiteTests.cpp 258 m_testCtx.getLog() << TestLog::ImageSet("Result", "Resulting framebuffer")
es3fShaderInvarianceTests.cpp 382 << tcu::TestLog::ImageSet("Results", "Result verification")
393 << tcu::TestLog::ImageSet("Results", "Result verification")
    [all...]
es3fClippingTests.cpp 581 log << TestLog::ImageSet("Images", "Image comparison")
762 log << TestLog::ImageSet("Images", "Image comparison")
807 log << TestLog::ImageSet("Images", "Image comparison")
    [all...]
es3fFramebufferBlitTests.cpp 235 << tcu::TestLog::ImageSet("Result", "Image verification result")
292 << tcu::TestLog::ImageSet("Result", "Image verification result")
303 << tcu::TestLog::ImageSet("Result", "Image verification result")
    [all...]
es3fDefaultVertexAttributeTests.cpp 542 << tcu::TestLog::ImageSet("Result", "Render result")
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 406 << tcu::TestLog::ImageSet("ImageVerification", "Image verification")
415 << tcu::TestLog::ImageSet("ImageVerification", "Image verification")
es31sVertexAttributeBindingTests.cpp 106 log << TestLog::ImageSet("Verfication result", "Result of rendering")
116 log << TestLog::ImageSet("Verfication result", "Result of rendering")
  /external/deqp/modules/gles31/functional/
es31fSampleVariableTests.cpp 235 << tcu::TestLog::ImageSet("Verification", "Image Verification")
243 << tcu::TestLog::ImageSet("Verification", "Image Verification")
549 m_testCtx.getLog() << tcu::TestLog::ImageSet("SampleBuffers", "Image sample buffers");
694 m_testCtx.getLog() << tcu::TestLog::ImageSet("SampleBuffers", "Image sample buffers");
776 << tcu::TestLog::ImageSet("Verification", "Image Verification")
847 << tcu::TestLog::ImageSet("Verification", "Image Verification")
    [all...]
es31fTextureGatherTests.cpp 617 log << TestLog::ImageSet("VerifyResult", "Verification result")
694 log << TestLog::ImageSet("VerifyResult", "Verification result")
730 log << TestLog::ImageSet("VerifyResult", "Verification result")
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 202 << tcu::TestLog::ImageSet("Results", "Result verification")
210 << tcu::TestLog::ImageSet("Results", "Result verification")
339 << tcu::TestLog::ImageSet("Results", "Result verification")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 96 new api::file_browser_private::ImageSet);
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 205 << tcu::TestLog::ImageSet("Results", "Result verification")
213 << tcu::TestLog::ImageSet("Results", "Result verification")
347 << tcu::TestLog::ImageSet("Results", "Result verification")
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 396 m_log << TestLog::ImageSet("Corner comparison",

Completed in 812 milliseconds

1 2