Home
last modified time | relevance | path

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

1234567

/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_light_max_exponent.txt36 Default OpenGL does not permit a shininess or spot exponent over
38 advertise a maximum shininess and spot exponent beyond 128.0.
40 Note that extremely high exponents for shininess and/or spot light
123 spot lights
/third_party/openGLES/extensions/NV/
DNV_light_max_exponent.txt36 Default OpenGL does not permit a shininess or spot exponent over
38 advertise a maximum shininess and spot exponent beyond 128.0.
40 Note that extremely high exponents for shininess and/or spot light
123 spot lights
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_texture_lighting.txt63 + SUM (att )(spot )[a * a
87 + SUM (att )(spot )[a * a
97 c = SUM (att )(spot )(f )(n @ h ) s * s
/third_party/openGLES/extensions/HP/
DHP_texture_lighting.txt63 + SUM (att )(spot )[a * a
87 + SUM (att )(spot )[a * a
97 c = SUM (att )(spot )(f )(n @ h ) s * s
/third_party/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 …]
/third_party/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
Dabilint.rst56 memory model saved back to disk. This can help to spot issues in
/third_party/libuv/docs/src/
Dguide.rst8 and it hasn't gone through thorough review yet. If you spot a mistake please file an
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c961 struct ureg spot = get_temp(p); in calculate_light_attenuation() local
967 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm); in calculate_light_attenuation()
968 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot); in calculate_light_attenuation()
969 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation()
970 emit_op2(p, OPCODE_POW, spot, 0, spot, swizzle1(attenuation, W)); in calculate_light_attenuation()
971 emit_op2(p, OPCODE_MUL, att, 0, slt, spot); in calculate_light_attenuation()
973 release_temp(p, spot); in calculate_light_attenuation()
Drastpos.c199 GLfloat spot = powf(PV_dot_dir, lu->SpotExponent); in shade_rastpos() local
200 attenuation *= spot; in shade_rastpos()
/third_party/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);
/third_party/skia/src/utils/
DSkShadowUtils.cpp240 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument
242 return fSpotSet.find(spot, matrix, translate); in find()
245 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument
247 return fSpotSet.add(devPath, spot, matrix, translate); in add()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Shaders.inc447 float spot;
455 spot = 1.0;
461 spot = 0.0;
465 spot = pow(spotDot, spotExponent);
483 contrib *= att * spot;
/third_party/cups-filters/filter/foomatic-rip/
Doptions.h85 char spot; member
/third_party/skia/site/docs/dev/testing/
Dskiaperf.md23 And can generate alerts when those trends spot a regression:
/third_party/e2fsprogs/
D0015-libext2fs-add-sanity-check-to-extent-manipulation.patch14 Note that e2fsck is currently unable to spot and fix such corruption in
/third_party/vk-gl-cts/scripts/log/
DREADME.md16 can be used to spot a groups that either contain a large amount of tests or multiple slow tests.
/third_party/mesa3d/docs/
Dperf.rst35 spot lights are used (all GL_SPOT_CUTOFFs are 180.0) No local lights
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_check_openssl.m412 # spot (via --with-openssl). Sets
/third_party/openGLES/extensions/SGIX/
DSGIX_fragment_specular_lighting.txt257 + Atten_i*SpotL_i*{ distance/spot light attenuation
457 parameter <param> if a spot exponent value is specified outside the range
458 [0,128], or if spot cutoff is specified outside the range [0,90] (except
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fragment_specular_lighting.txt257 + Atten_i*SpotL_i*{ distance/spot light attenuation
457 parameter <param> if a spot exponent value is specified outside the range
458 [0,128], or if spot cutoff is specified outside the range [0,90] (except
/third_party/mesa3d/src/intel/genxml/
DREADME64 In order to spot differences easily between generations, we keep genxml files sorted.
/third_party/glslang/Test/
Dspv.debuginfo.hlsl.frag173 // Dual cone spot light with smooth transition between inner and outer angle
Dspv.debuginfo.glsl.frag170 // Dual cone spot light with smooth transition between inner and outer angle
/third_party/curl/docs/
DNEW-PROTOCOL.md108 spot other - existing - protocol implementations have used, but there is

1234567