/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_light_max_exponent.txt | 36 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/ |
D | NV_light_max_exponent.txt | 36 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/ |
D | HP_texture_lighting.txt | 63 + 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/ |
D | HP_texture_lighting.txt | 63 + 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/ |
D | core.spec.js | 55 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/ |
D | libabigail-overview.rst | 9 distributors to spot some ABI-related issues like interface 41 enough way to help us spot ABI incompatibilities. There are several
|
D | abilint.rst | 56 memory model saved back to disk. This can help to spot issues in
|
/third_party/libuv/docs/src/ |
D | guide.rst | 8 and it hasn't gone through thorough review yet. If you spot a mistake please file an
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 961 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()
|
D | rastpos.c | 199 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/ |
D | canvas_perf.js | 178 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/ |
D | SkShadowUtils.cpp | 240 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/ |
D | GLES1Shaders.inc | 447 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/ |
D | options.h | 85 char spot; member
|
/third_party/skia/site/docs/dev/testing/ |
D | skiaperf.md | 23 And can generate alerts when those trends spot a regression:
|
/third_party/e2fsprogs/ |
D | 0015-libext2fs-add-sanity-check-to-extent-manipulation.patch | 14 Note that e2fsck is currently unable to spot and fix such corruption in
|
/third_party/vk-gl-cts/scripts/log/ |
D | README.md | 16 can be used to spot a groups that either contain a large amount of tests or multiple slow tests.
|
/third_party/mesa3d/docs/ |
D | perf.rst | 35 spot lights are used (all GL_SPOT_CUTOFFs are 180.0) No local lights
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_check_openssl.m4 | 12 # spot (via --with-openssl). Sets
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_fragment_specular_lighting.txt | 257 + 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/ |
D | SGIX_fragment_specular_lighting.txt | 257 + 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/ |
D | README | 64 In order to spot differences easily between generations, we keep genxml files sorted.
|
/third_party/glslang/Test/ |
D | spv.debuginfo.hlsl.frag | 173 // Dual cone spot light with smooth transition between inner and outer angle
|
D | spv.debuginfo.glsl.frag | 170 // Dual cone spot light with smooth transition between inner and outer angle
|
/third_party/curl/docs/ |
D | NEW-PROTOCOL.md | 108 spot other - existing - protocol implementations have used, but there is
|