Home
last modified time | relevance | path

Searched refs:rendered (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderWinding.cpp213 tcu::Surface rendered(RENDER_SIZE, RENDER_SIZE); in iterate() local
214 glu::readPixels(renderCtx, 0, 0, rendered.getAccess()); in iterate()
215 m_testCtx.getLog() << tcu::TestLog::Image("RenderedImage", "Rendered Image", rendered); in iterate()
219 testPrimitiveTypeIsTriangles ? 5 * de::max(rendered.getWidth(), rendered.getHeight()) : 0; in iterate()
220 const int totalNumPixels = rendered.getWidth() * rendered.getHeight(); in iterate()
224 for (int y = 0; y < rendered.getHeight(); y++) in iterate()
225 for (int x = 0; x < rendered.getWidth(); x++) in iterate()
227 numWhitePixels += rendered.getPixel(x, y) == tcu::RGBA::white() ? 1 : 0; in iterate()
228 numRedPixels += rendered.getPixel(x, y) == tcu::RGBA::red() ? 1 : 0; in iterate()
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt41 rendered without blending, while subsequent quads have the advanced blend mode
45 deviations in rendered images.
47 In basic, srgb, and msaa tests, only two quads are rendered. In barrier tests
48 multiple quads are rendered, one quad per draw call. A blend barrier call is
50 and coherent_msaa tests all quads that have blending enabled are rendered in a
/third_party/node/test/parallel/
Dtest-repl-recoverable.js10 let rendered = false; variable
26 rendered = true;
39 assert(rendered, 'REPL never rendered the result');
/third_party/rust/crates/codespan/codespan-reporting/
DCHANGELOG.md20 - If a label spans over multiple lines, not all lines are rendered.
21 The number of lines rendered at beginning and end is configurable separately.
34 - Empty error codes are not rendered.
45 - Sections of source code that are marked with primary labels are now rendered
47 - Tab stops are now rendered properly.
129 - Labels that marked the same span were originally rendered in reverse order.
141 …will now be rendered as:
156 For example we originally rendered this:
216 …is now rendered as:
248 - Single-line labels are now rendered together, under the same source line.
[all …]
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.scissors.txt33 - Enclosing rendered area
34 - Enclosed by rendered area (if applicable)
35 - Partially containing rendered area
45 This test set compares images rendered by the target with the scissor test
Dfunctional.depth.txt39 quad is rendered with GL_ALWAYS depth test mode, while the second uses
49 Test results are verified by comparing the rendered image against a
50 reference image. The reference is rendered using a simplified model
Dfunctional.texture.teximage.txt51 Finally both the constructed texture is rendered using a simple quad and the
53 is used. For cubemap textures each face is rendered separately and all are
54 verified. If mipmaps were constructed, texture is rendered multiple times
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.texture.format.txt67 * 2D textures: Single quad that samples the full texture is rendered.
68 * Cubemaps: Each cube face is rendered separately.
69 * 2D array textures: Each layer is rendered separately.
70 * 3D textures: Each slice is rendered separately.
76 The rendered image is compared against a reference that is produced by
Dfunctional.texture.mipmap.txt48 Thus two reference images are rendered: one rendered according to the minimum
49 bound for the approximation and another based on the maximum bound. The rendered
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureConversionTests.cpp67 bool verifyPixels (const tcu::PixelBufferAccess& rendered,
153 bool SnormLinearClampInstance::verifyPixels (const tcu::PixelBufferAccess& rendered, const tcu::Pix… in verifyPixels() argument
178 …const int numFailedPixels = glu::TextureTestUtil::computeTextureLookupDiff(rendered, reference, e… in verifyPixels()
193 log << tcu::TestLog::Image("Res_"+formatName, "Rendered image", rendered); in verifyPixels()
205 const auto px = rendered.getPixel(x, y); in verifyPixels()
231 tcu::PixelBufferAccess rendered (resultFormat, width, height, 1, renderedData.get()); in iterate() local
246 m_renderer.renderQuad(rendered, 0, texCoords.data(), samplerParams); in iterate()
251 return verifyPixels(rendered, reference, samplerParams, texCoords) in iterate()
DvktTextureCompressedFormatTests.cpp264 static bool validateTexture (tcu::TestLog& log, const tcu::Surface& rendered, const TextureType& te… in validateTexture() argument
269 const deUint32 renderWidth = rendered.getWidth(); in validateTexture()
270 const deUint32 renderHeight = rendered.getHeight(); in validateTexture()
289 const tcu::RGBA rendered_color = rendered.getPixel(x, y); in validateTexture()
326 const tcu::ConstPixelBufferAccess result = rendered.getAccess(); in validateTexture()
374 tcu::Surface rendered (m_renderer.getRenderWidth(), m_renderer.getRenderHeight()); in iterate() local
415 m_renderer.renderQuad(rendered, 0, &texCoord[0], sampleParams); in iterate()
436 …const bool isOk = validateTexture(log, rendered, texture.getTexture(), texCoord, mipLevel, pixelFo… in iterate()
505 tcu::Surface rendered (m_renderer2D.getRenderWidth(), m_renderer2D.getRenderHeight()); in iterate() local
569 m_renderer2D.renderQuad(rendered, 0, &texCoord[0], sampleParams); in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp67 bool verifyPixels (const tcu::PixelBufferAccess& rendered,
153 bool SnormLinearClampInstance::verifyPixels (const tcu::PixelBufferAccess& rendered, const tcu::Pix… in verifyPixels() argument
178 …const int numFailedPixels = glu::TextureTestUtil::computeTextureLookupDiff(rendered, reference, e… in verifyPixels()
193 log << tcu::TestLog::Image("Res_"+formatName, "Rendered image", rendered); in verifyPixels()
205 const auto px = rendered.getPixel(x, y); in verifyPixels()
231 tcu::PixelBufferAccess rendered (resultFormat, width, height, 1, renderedData.get()); in iterate() local
246 m_renderer.renderQuad(rendered, 0, texCoords.data(), samplerParams); in iterate()
251 return verifyPixels(rendered, reference, samplerParams, texCoords) in iterate()
DvktTextureCompressedFormatTests.cpp264 static bool validateTexture (tcu::TestLog& log, const tcu::Surface& rendered, const TextureType& te… in validateTexture() argument
269 const deUint32 renderWidth = rendered.getWidth(); in validateTexture()
270 const deUint32 renderHeight = rendered.getHeight(); in validateTexture()
289 const tcu::RGBA rendered_color = rendered.getPixel(x, y); in validateTexture()
326 const tcu::ConstPixelBufferAccess result = rendered.getAccess(); in validateTexture()
374 tcu::Surface rendered (m_renderer.getRenderWidth(), m_renderer.getRenderHeight()); in iterate() local
415 m_renderer.renderQuad(rendered, 0, &texCoord[0], sampleParams); in iterate()
436 …const bool isOk = validateTexture(log, rendered, texture.getTexture(), texCoord, mipLevel, pixelFo… in iterate()
505 tcu::Surface rendered (m_renderer2D.getRenderWidth(), m_renderer2D.getRenderHeight()); in iterate() local
569 m_renderer2D.renderQuad(rendered, 0, &texCoord[0], sampleParams); in iterate()
[all …]
/third_party/python/Tools/c-analyzer/c_analyzer/
Dinfo.py244 rendered = self.item.render(fmt)
246 yield from rendered
250 yield from rendered
252 rendered, = rendered
258 yield from rendered
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLU_EXT_object_space_tess.txt56 is rendered so that the maximum length, in pixels, of edges of the
60 the surface is rendered in such a way that the value specified by
67 view independent, that is, it specifies that the surface is rendered so that
72 the surface is rendered in such a way that the value specified by
/third_party/openGLES/extensions/EXT/
DGLU_EXT_object_space_tess.txt56 is rendered so that the maximum length, in pixels, of edges of the
60 the surface is rendered in such a way that the value specified by
67 view independent, that is, it specifies that the surface is rendered so that
72 the surface is rendered in such a way that the value specified by
/third_party/python/Tools/c-analyzer/cpython/
D_analyzer.py304 rendered = super().render(fmt, itemonly=itemonly)
310 rendered, = rendered
313 rendered,
319 yield from rendered
/third_party/openGLES/specs/es/katex/
DREADME.md35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat…
48rendered in display mode, which will put the math in display style (so `\int` and `\sum` are large…
50 …XXXX"`. This option determines the color which unsupported commands are rendered in. (default: `#c…
60 Math on the page can be automatically rendered using the auto-render extension. See [the Auto-rende…
/third_party/openGLES/specs/es/3.2/katex/
DREADME.md35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat…
48rendered in display mode, which will put the math in display style (so `\int` and `\sum` are large…
50 …XXXX"`. This option determines the color which unsupported commands are rendered in. (default: `#c…
60 Math on the page can be automatically rendered using the auto-render extension. See [the Auto-rende…
/third_party/openGLES/specs/katex/
DREADME.md35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat…
48rendered in display mode, which will put the math in display style (so `\int` and `\sum` are large…
50 …XXXX"`. This option determines the color which unsupported commands are rendered in. (default: `#c…
60 Math on the page can be automatically rendered using the auto-render extension. See [the Auto-rende…
/third_party/openGLES/specs/gl/katex/
DREADME.md35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat…
48rendered in display mode, which will put the math in display style (so `\int` and `\sum` are large…
50 …XXXX"`. This option determines the color which unsupported commands are rendered in. (default: `#c…
60 Math on the page can be automatically rendered using the auto-render extension. See [the Auto-rende…
/third_party/openGLES/extensions/QCOM/
DQCOM_frame_extrapolation.txt41 based on the contents of two previously rendered frames. It may be
68 rendered frames, in order, which will be used as the basis of the
87 rendered and extrapolated frames would use a scale factor of 0.5 so
89 last rendered frame and the next rendered frame to come in the future.
/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderCase.cpp480 …tcu::TextureLevel rendered (tcu::TextureFormat(hasAlpha ? tcu::TextureFormat::RGBA : tcu::Textur… in iterate() local
553 …if (rendered.getFormat().order != tcu::TextureFormat::RGBA || rendered.getFormat().type != tcu::Te… in iterate()
556 …at(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), rendered.getWidth(), rendered.getHei… in iterate()
559 tcu::copy(rendered, readBuf); in iterate()
562 glu::readPixels(m_renderCtx, viewportX, viewportY, rendered.getAccess()); in iterate()
567 …bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.… in iterate()
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-telugu/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/third_party/skia/third_party/externals/harfbuzz/test/shape/texts/in-house/shaper-indic/script-devanagari/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…

12345678910>>...23