Home
last modified time | relevance | path

Searched refs:spot (Results 1 – 25 of 150) sorted by relevance

123456

/external/webrtc/modules/desktop_capture/
Dwindow_finder_unittest.cc77 const DesktopVector spot(i, i); in TEST() local
78 const HWND id = reinterpret_cast<HWND>(finder.GetWindowUnderPoint(spot)); in TEST()
137 const DesktopVector spot(
139 const WindowId id = finder->GetWindowUnderPoint(spot);
/external/skia/modules/canvaskit/tests/
Dcore.spec.js55 spot: CanvasKit.RED, property
60 expect(out.spot.length).toEqual(4);
61 expect(out.spot[0]).toBeCloseTo(expectedSpot[0], 3);
62 expect(out.spot[1]).toBeCloseTo(expectedSpot[1], 3);
63 expect(out.spot[2]).toBeCloseTo(expectedSpot[2], 3);
64 expect(out.spot[3]).toBeCloseTo(expectedSpot[3], 3);
74 spot: spotColor, property
79 expect(out.spot.length).toEqual(4);
80 expect(out.spot[0]).toBeCloseTo(expectedSpot[0], 3);
81 expect(out.spot[1]).toBeCloseTo(expectedSpot[1], 3);
[all …]
/external/perfetto/tools/sanitizers_unittests/
DREADME.md5 work and spot violations, rather than unconditionally succeeding if we mess up
/external/libabigail/doc/manuals/
Dlibabigail-overview.rst9 distributors to spot some ABI-related issues like interface
41 enough way to help us spot ABI incompatibilities. There are several
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dswp-order-prec.ll5 ; the check for OrderAfterDef precedeence is in the wrong spot.
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h152 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG() local
153 attenuation *= spot; in TAG()
331 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG() local
332 attenuation *= spot; in TAG()
/external/perfetto/src/ipc/test/
Dgreeter_service.proto19 // Deliberately a namespace != of perfetto.* to spot namespace dependencies
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c942 struct ureg spot = get_temp(p); in calculate_light_attenuation() local
947 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm); in calculate_light_attenuation()
948 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot); in calculate_light_attenuation()
949 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation()
950 emit_op2(p, OPCODE_POW, spot, 0, spot, swizzle1(attenuation, W)); in calculate_light_attenuation()
951 emit_op2(p, OPCODE_MUL, att, 0, slt, spot); in calculate_light_attenuation()
953 release_temp(p, spot); in calculate_light_attenuation()
/external/autotest/server/site_tests/firmware_FAFTRPC/
Dcontrol.all23 That way, issues occurring in a particular subsystem will be easy to spot.
/external/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js178 spot: randomColor(CanvasKit), property
181 if (out.spot[2] > 10 || out.ambient[3] > 10) {
239 spot: CanvasKit.Color4f(0.8, 0.8, 0.9, 0.9), property
250 out.ambient, out.spot, ctx.flags);
/external/skqp/src/utils/
DSkShadowUtils.cpp196 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument
198 return fSpotSet.find(spot, matrix, translate); in find()
201 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument
203 return fSpotSet.add(devPath, spot, matrix, translate); in add()
/external/auto/value/
DREADME.md17 harbor hard-to-spot bugs.
/external/llvm-project/llvm/test/BugPoint/
Dunsymbolized.ll15 ; crash opt, apart from the BugpointPasses dynamic plugin, this is the spot for
/external/skia/src/utils/
DSkShadowUtils.cpp230 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument
232 return fSpotSet.find(spot, matrix, translate); in find()
235 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument
237 return fSpotSet.add(devPath, spot, matrix, translate); in add()
/external/skia/site/docs/dev/testing/
Dskiaperf.md23 And can generate alerts when those trends spot a regression:
/external/angle/src/libANGLE/
DGLES1Shaders.inc451 float spot;
459 spot = 1.0;
465 spot = 0.0;
469 spot = pow(spotDot, spotExponent);
487 contrib *= att * spot;
/external/llvm-project/llvm/test/CodeGen/ARM/
Dtail-dup-kill-flags.ll7 ; The machine verifier is able to spot this error, so this test should pass if it passes verificati…
/external/llvm/test/Transforms/PhaseOrdering/
Dbasic.ll27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
/external/llvm/test/CodeGen/ARM/
Dtail-dup-kill-flags.ll7 ; The machine verifier is able to spot this error, so this test should pass if it passes verificati…
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dopenmp-use-default-none.rst14 easier to spot.
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/
Dbasic.ll28 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
/external/deqp/scripts/log/
DREADME.md16 can be used to spot a groups that either contain a large amount of tests or multiple slow tests.
/external/mesa3d/docs/
Dperf.rst35 spot lights are used (all GL_SPOT_CUTOFFs are 180.0) No local lights
/external/llvm-project/llvm/test/MC/WebAssembly/
Dassembler-binary.ll22 ; it is easier to spot it here than in the yaml output.
/external/bcc/tools/
Dtcpretrans_example.txt47 To spot heavily retransmitting flows quickly one can use the -c flag. It will

123456