Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/kernel/
Dextract_far.dart11 parser.addOption("far-tool", help: "Path to `far` tool");
12 parser.addOption("archive", help: "Path to the far archive to extract from");
24 if (options["far-tool"] == null) {
25 throw "Must specify --far-tool";
44 final far = options["far-tool"];
49 final result = await Process.run(far, args);
53 throw "Command failed: $far $args";
60 final innerArchive = "$outDir/meta.far";
61 await extract(outerArchive, "meta.far", innerArchive);
/third_party/openGLES/extensions/NV/
DNV_depth_clamp.txt37 with six faces, two of which are the near and far clip planes.
38 Clipping to the near and far planes of the clip volume ensures that
44 clipping the primitive to the near or far clip volume planes (side
45 clip volume planes clip normally). Without the near and far clip
47 can proceed normally if we ignore the near and far clip planes.
51 defy the window space depth range (effectively what near and far
58 for rendering geometry "beyond" the far plane if an alternative
69 drawn at the near or far clip plane to have the same effect as not
70 clipping to the near and far clip planes and clamping interpolated
75 fairly involved. Eliminating far and near plane clipping and
[all …]
DEGL_NV_depth_nonlinear.txt47 and the far plane. This can result in inaccurate depth testing,
49 and objects are rendered near the far plane.
54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
65 and far planes can not be as tightly controlled.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_depth_clamp.txt37 with six faces, two of which are the near and far clip planes.
38 Clipping to the near and far planes of the clip volume ensures that
44 clipping the primitive to the near or far clip volume planes (side
45 clip volume planes clip normally). Without the near and far clip
47 can proceed normally if we ignore the near and far clip planes.
51 defy the window space depth range (effectively what near and far
58 for rendering geometry "beyond" the far plane if an alternative
69 drawn at the near or far clip plane to have the same effect as not
70 clipping to the near and far clip planes and clamping interpolated
75 fairly involved. Eliminating far and near plane clipping and
[all …]
DEGL_NV_depth_nonlinear.txt47 and the far plane. This can result in inaccurate depth testing,
49 and objects are rendered near the far plane.
54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
65 and far planes can not be as tightly controlled.
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/test/
Drunner.js1 var far = require('far').create(); variable
3 far.add(__dirname);
4 far.include(/\/test-.*\.js$/);
5 far.execute();
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.hpp183 T far);
202 T far);
221 T far);
236 T far);
251 T far);
266 T far);
283 T far);
300 T far);
317 T far);
/third_party/openGLES/extensions/ARB/
DARB_depth_clamp.txt51 with six faces, two of which are the near and far clip planes.
52 Clipping to the near and far planes of the clip volume ensures that
58 clipping the primitive to the near or far clip volume planes (side
59 clip volume planes clip normally). Without the near and far clip
61 can proceed normally if we ignore the near and far clip planes.
65 defy the window space depth range (effectively what near and far
72 for rendering geometry "beyond" the far plane if an alternative
83 drawn at the near or far clip plane to have the same effect as not
84 clipping to the near and far clip planes and clamping interpolated
89 fairly involved. Eliminating far and near plane clipping and
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_depth_clamp.txt41 with six faces, two of which are the near and far clip planes.
42 Clipping to the near and far planes of the clip volume ensures that
48 clipping the primitive to the near or far clip volume planes (side
49 clip volume planes clip normally). Without the near and far clip
51 can proceed normally if we ignore the near and far clip planes.
55 defy the window space depth range (effectively what near and far
62 for rendering geometry "beyond" the far plane if an alternative
73 drawn at the near or far clip plane to have the same effect as not
74 clipping to the near and far clip planes and clamping interpolated
79 fairly involved. Eliminating far and near plane clipping and
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dsg.txt23 "farânga tî Burundïi",
35 "farânga tî Kongöo",
39 "farânga tî Sûîsi",
51 "farânga tî Dibutïi",
103 "farânga tî Kömôro",
155 "farânga tî Ruandäa",
211 "farânga CFA (BEAC)",
215 "farânga CFA (BCEAO)",
/third_party/icu/icu4c/source/data/curr/
Dsg.txt24 "farânga tî Burundïi",
36 "farânga tî Kongöo",
40 "farânga tî Sûîsi",
52 "farânga tî Dibutïi",
104 "farânga tî Kömôro",
156 "farânga tî Ruandäa",
212 "farânga CFA (BEAC)",
216 "farânga CFA (BCEAO)",
/third_party/skia/third_party/externals/icu/source/data/curr/
Dsg.txt24 "farânga tî Burundïi",
36 "farânga tî Kongöo",
40 "farânga tî Sûîsi",
52 "farânga tî Dibutïi",
104 "farânga tî Kömôro",
156 "farânga tî Ruandäa",
212 "farânga CFA (BEAC)",
216 "farânga CFA (BCEAO)",
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dapplication_package.dart28 /// Creates a new [FuchsiaApp] from an existing .far archive.
30 /// [applicationBinary] is the path to the .far archive.
34 …printError('File "${applicationBinary.path}" does not exist or is not a .far file. Use far archive…
45 /// The location of the 'far' archive containing the built app.
77 return fs.file(fs.path.join(pkgDir, '$appName-0.far'));
/third_party/flutter/skia/src/utils/
DSk3D.cpp41 bool Sk3Perspective(SkMatrix44* dst, float near, float far, float angle) { in Sk3Perspective() argument
42 SkASSERT(far > near); in Sk3Perspective()
44 float denomInv = sk_ieee_float_divide(1, far - near); in Sk3Perspective()
51 dst->set(2, 2, (far + near) * denomInv); in Sk3Perspective()
52 dst->set(2, 3, 2 * far * near * denomInv); in Sk3Perspective()
/third_party/openGLES/extensions/EXT/
DEXT_depth_clamp.txt40 with six faces, two of which are the near and far clip planes.
41 Clipping to the near and far planes of the clip volume ensures that
47 clipping the primitive to the near or far clip volume planes (side
48 clip volume planes clip normally). Without the near and far clip
50 can proceed normally if we ignore the near and far clip planes.
54 defy the window space depth range (effectively what near and far
61 for rendering geometry "beyond" the far plane if an alternative
90 clipping (effectively, there is no near or far plane clipping)."
100 [min(n,f),max(n,f)], where n and f are the current near and far
/third_party/openGLES/extensions/AMD/
DAMD_depth_clamp_separate.txt38 the clamping of the depth value for both the near and far plane.
68 or disable depth clamping at the near and far planes, respectively. If near
70 view volume clipping. Effectively, there is no near plane. Likewise, if far
76 at both the near and far planes."
92 far plane is enabled, and [min(n,f), max(n,f)] if clamping is enabled at
93 both the near and far planes, where n and f are the current near and far
127 …| | | | | at the far plane | …
131 the near and the far plane. Querying DEPTH_CLAMP will return TRUE if DEPTH_CLAMP_NEAR_AMD _or_
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_depth_clamp_separate.txt38 the clamping of the depth value for both the near and far plane.
68 or disable depth clamping at the near and far planes, respectively. If near
70 view volume clipping. Effectively, there is no near plane. Likewise, if far
76 at both the near and far planes."
92 far plane is enabled, and [min(n,f), max(n,f)] if clamping is enabled at
93 both the near and far planes, where n and f are the current near and far
127 …| | | | | at the far plane | …
131 the near and the far plane. Querying DEPTH_CLAMP will return TRUE if DEPTH_CLAMP_NEAR_AMD _or_
/third_party/spirv-tools/test/diff/diff_files/
Ddifferent_decorations_fragment_autogen.cpp45 OpMemberName %26 1 "far"
241 OpMemberName %26 1 "far"
449 OpMemberName %26 1 "far" in TEST()
1203 OpMemberName %26 1 "far" in TEST()
1425 OpMemberName %26 1 "far" in TEST()
Ddifferent_decorations_vertex_autogen.cpp41 OpMemberName %16 1 "far"
194 OpMemberName %16 1 "far"
363 OpMemberName %16 1 "far" in TEST()
960 OpMemberName %16 1 "far" in TEST()
1150 OpMemberName %16 1 "far" in TEST()
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDestructuring1.js3 function far([a, [b], [[c]]]: [number, boolean[], string[][]]): void { }
12 function far(_a) {
25 declare function far([a, [b], [[c]]]: [number, boolean[], string[][]]): void;
DdeclarationEmitDestructuring1.symbols8 function far([a, [b], [[c]]]: [number, boolean[], string[][]]): void { }
9 >far : Symbol(far, Decl(declarationEmitDestructuring1.ts, 0, 59))
/third_party/EGL/extensions/NV/
DEGL_NV_depth_nonlinear.txt47 and the far plane. This can result in inaccurate depth testing,
49 and objects are rendered near the far plane.
54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
65 and far planes can not be as tightly controlled.
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_depth_nonlinear.txt47 and the far plane. This can result in inaccurate depth testing,
49 and objects are rendered near the far plane.
54 modest far plane-to-near plane ratios (e.g., greater than 100:1).
65 and far planes can not be as tightly controlled.
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java53 public static Matrix makePerspective(float near, float far, float angle) { in makePerspective() argument
54 return new Matrix(nCreatePerspective(near, far, angle)); in makePerspective()
201 private static native long nCreatePerspective(float near, float far, float angle); in nCreatePerspective() argument
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/
DWierdBob.inc21 // pavgb %%mm6, %%mm1 // avg(a,f), also best so far
22 V_PAVGB ("%%mm6", "%%mm1", "%%mm7", _ShiftMask) // avg(a,f), also best so far
26 "por %%mm1, %%mm7\n\t" // abs diff, also best so far
53 "por "_UVMask", %%mm7\n\t" // but we know chroma is worthless so far
123 // pmaxub %%mm6, %%mm2 // clip our current results so far to be above this
127 // pminub %%mm6, %%mm2 // clip our current results so far to be below this
152 // pmaxub %%mm6, %%mm2 // clip our current results so far to be above this
160 // pminub %%mm6, %%mm2 // clip our current results so far to be below this

12345678910>>...35