/third_party/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 752 renders = [] 762 renders.append( 765 renders.append( 771 renders.append( 775 renders.append( 781 renders.append( 784 renders.append( 790 renders.append( 796 renders.append( 803 renders.append( [all …]
|
D | generator_lib.py | 157 def _do_renders(renders, template_dir): argument 180 for render in renders: 285 renders = generator.get_file_renders(args) 292 for render in renders 311 actual = {render.output for render in renders} 322 os.path.join(args.output_dir, render.output) for render in renders 326 outputs = _do_renders(renders, args.template_dir) 344 for render in renders:
|
/third_party/flutter/skia/third_party/externals/dawn/generator/ |
D | dawn_json_generator.py | 482 renders = [] 488 renders.append(FileRender('api.h', 'dawn/dawn.h', [base_params, api_params, c_params])) 489 … renders.append(FileRender('apicpp.h', 'dawn/dawncpp.h', [base_params, api_params, cpp_params])) 493 renders.append(FileRender('api.c', 'dawn/dawn.c', [base_params, api_params, c_params])) 494 …renders.append(FileRender('apicpp.cpp', 'dawn/dawncpp.cpp', [base_params, api_params, cpp_params])) 497 … renders.append(FileRender('mock_api.h', 'mock/mock_dawn.h', [base_params, api_params, c_params])) 498 …renders.append(FileRender('mock_api.cpp', 'mock/mock_dawn.cpp', [base_params, api_params, c_params… 511 …renders.append(FileRender('dawn_native/ValidationUtils.h', 'dawn_native/ValidationUtils_autogen.h'… 512 …renders.append(FileRender('dawn_native/ValidationUtils.cpp', 'dawn_native/ValidationUtils_autogen.… 513 …renders.append(FileRender('dawn_native/api_structs.h', 'dawn_native/dawn_structs_autogen.h', front… [all …]
|
D | generator_lib.py | 141 def _do_renders(renders, template_dir): argument 161 for render in renders: 213 renders = generator.get_file_renders(args); 221 actual = {render.output for render in renders} 228 outputs = _do_renders(renders, args.template_dir) 242 dependencies += [args.template_dir + os.path.sep + render.template for render in renders]
|
/third_party/boost/libs/optional/doc/ |
D | 17_gotchas.qbk | 38 if (oEmpty == none); // renders true 39 if (oEmpty == false); // renders false! 40 if (oEmpty == true); // renders false! 42 if (oFalse == none); // renders false 43 if (oFalse == false); // renders true! 44 if (oFalse == true); // renders false 46 if (oTrue == none); // renders false 47 if (oTrue == false); // renders false 48 if (oTrue == true); // renders true
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | Target.td | 51 // renders directly to the result instruction without an intermediate node. 56 // The function renders the operand(s) of the matched instruction to
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | DeferredClears.md | 6 2. Application binds FBO2 and renders to it 7 3. Application binds FBO1 again and renders to it
|
/third_party/cef/patch/patches/ |
D | underlay_1051.patch | 6 // Common base class for windows that host a OpenGL surface that renders under
|
/third_party/openGLES/extensions/NV/ |
D | WGL_NV_DX_interop2.txt | 228 <direct3d renders to the render targets> 233 <opengl renders to the render targets> 238 <direct3d renders to the render targets and presents
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | WGL_NV_DX_interop2.txt | 228 <direct3d renders to the render targets> 233 <opengl renders to the render targets> 238 <direct3d renders to the render targets and presents
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | README | 16 - tiger: decodes and renders Kate streams using libtiger (needs libtiger)
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 694 } renders[] = in iterate() local 702 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renders); renderNdx++) in iterate() 704 const Render& rend = renders[renderNdx]; in iterate() 1029 } renders[] = in iterate() local 1037 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renders); renderNdx++) in iterate() 1039 const Render& rend = renders[renderNdx]; in iterate() 1369 } renders[] = in iterate() local 1377 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renders); renderNdx++) in iterate() 1379 const Render& rend = renders[renderNdx]; in iterate() 1712 } renders[] = in iterate() local [all …]
|
/third_party/mesa3d/docs/_extra/specs/ |
D | EGL_MESA_device_software.txt | 43 any actual device node and simply renders into client memory.
|
/third_party/flutter/flutter/packages/flutter_tools/templates/app/android.tmpl/app/src/main/ |
D | AndroidManifest.xml.tmpl | 21 until Flutter renders its first frame. It can be removed if
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 594 } renders[] = in iterate() local 602 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renders); renderNdx++) in iterate() 604 const Render& rend = renders[renderNdx]; in iterate() 931 } renders[] = in iterate() local 939 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renders); renderNdx++) in iterate() 941 const Render& rend = renders[renderNdx]; in iterate()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | ink_paint_test.dart | 12 testWidgets('The Ink widget renders a Container by default', (WidgetTester tester) async { 38 testWidgets('The InkWell widget renders an ink splash', (WidgetTester tester) async { 87 testWidgets('The InkWell widget renders an ink ripple', (WidgetTester tester) async {
|
/third_party/wayland_standard/ |
D | README | 12 them to the relevant client. The clients creates buffers and renders
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.depth.txt | 38 Each test case renders 4 pairs of quads, arranged in a 2x2 grid. First
|
D | functional.vertex_arrays.multiple_attributes.txt | 46 then to range from 0.0 to 1.0 and used as color. Test renders only once and result is
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.5.rst | 33 GLBenchmark 2.7 TRex renders with artifacts on Gen8 with !UXA
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/ |
D | README.md | 65 renders to a `canvas` object.
|
/third_party/vk-gl-cts/doc/testspecs/GL3/ |
D | stress.conditional_render.txt | 25 + Multiple concurrent queries/renders
|
/third_party/skia/platform_tools/android/apps/skottie/ |
D | skottie_metric.proto | 18 // in nanoseconds. These values have 0 value for lottie player, because it does it renders only
|
/third_party/flutter/skia/tools/sk_app/ |
D | MetalWindowContext.mm | 81 // you can get better throughput by doing any offscreen renders, texture uploads, or
|
/third_party/skia/site/docs/dev/tools/ |
D | markdown.md | 57 Which renders as:
|