Searched defs:rendered (Results 1 - 7 of 7) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlStreamRendererTest.java42 private final StringBuilder rendered = new StringBuilder(); field in class:HtmlStreamRendererTest
44 rendered, new Handler<String>() {
54 rendered.setLength(0);
107 String output = rendered.toString();
130 String output = rendered.toString();
152 "<script type=\"text/javascript\"></script>", rendered.toString());
169 "<style type=\"text/css\"></style>", rendered.toString());
185 rendered.toString());
206 "<script>alert('foo')</script>", rendered.toString());
222 assertEquals("<script></script>", rendered
[all...]
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp948 bool compareImages (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) argument
950 return tcu::pixelThresholdCompare(log, "Result", "Image comparison result", reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
953 bool compareImages (tcu::TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) argument
955 return tcu::pixelThresholdCompare(log, name, desc, reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
958 int measureAccuracy (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) argument
960 return tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp969 bool verify (const ConstPixelBufferAccess& rendered,
979 virtual bool verify (int iterationNdx, const ConstPixelBufferAccess& rendered) const = 0;
1430 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferFormat); local
1432 if (!verify(m_currentIteration, rendered.getAccess()))
1450 bool TextureGatherCase::verify (const ConstPixelBufferAccess& rendered, argument
1462 const bool isOk = verifySingleColored(log, rendered, refColor);
1502 return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCompareRefZDefault(RENDER_SIZE), *pixelOffsets);
1515 return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1526 return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1528 return verifyGatherOffsets<deInt32>(log, rendered, textur
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1112 bool verify (const ConstPixelBufferAccess& rendered,
1119 virtual bool verify (int iterationNdx, const ConstPixelBufferAccess& rendered) const = 0;
1332 bool TextureGatherInstance::verify (const ConstPixelBufferAccess& rendered, argument
1369 return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCompareRefZDefault(RENDER_SIZE), *pixelOffsets);
1382 return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1393 return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1395 return verifyGatherOffsets<deInt32>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1673 virtual bool verify (int iterationNdx, const ConstPixelBufferAccess& rendered) const;
1734 bool TextureGather2DInstance::verify (int iterationNdx, const ConstPixelBufferAccess& rendered) const
1738 return TextureGatherInstance::verify(rendered, getOneLevelSubVie
[all...]
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 468 milliseconds