/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderWinding.cpp | 213 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/ |
D | functional.blend_equation_advanced.txt | 41 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/ |
D | test-repl-recoverable.js | 10 let rendered = false; variable 26 rendered = true; 39 assert(rendered, 'REPL never rendered the result');
|
/third_party/rust/crates/codespan/codespan-reporting/ |
D | CHANGELOG.md | 20 - 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/ |
D | functional.scissors.txt | 33 - 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
|
D | functional.depth.txt | 39 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
|
D | functional.texture.teximage.txt | 51 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/ |
D | functional.texture.format.txt | 67 * 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
|
D | functional.texture.mipmap.txt | 48 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/ |
D | vktTextureConversionTests.cpp | 67 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()
|
D | vktTextureCompressedFormatTests.cpp | 264 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/ |
D | vktTextureConversionTests.cpp | 67 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()
|
D | vktTextureCompressedFormatTests.cpp | 264 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/ |
D | info.py | 244 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/ |
D | GLU_EXT_object_space_tess.txt | 56 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/ |
D | GLU_EXT_object_space_tess.txt | 56 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.py | 304 rendered = super().render(fmt, itemonly=itemonly) 310 rendered, = rendered 313 rendered, 319 yield from rendered
|
/third_party/openGLES/specs/es/katex/ |
D | README.md | 35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat… 48 …rendered 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/ |
D | README.md | 35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat… 48 …rendered 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/ |
D | README.md | 35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat… 48 …rendered 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/ |
D | README.md | 35 To generate HTML on the server or to generate an HTML string of the rendered math, you can use `kat… 48 …rendered 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/ |
D | QCOM_frame_extrapolation.txt | 41 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/ |
D | glsRandomShaderCase.cpp | 480 …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/ |
D | README | 2 …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/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|