/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | checkkeys.c | 95 char *spot; in PrintModifierState() local 98 spot = message; in PrintModifierState() 101 print_modifiers(&spot, &left); in PrintModifierState() 109 char *spot; in PrintKey() local 112 spot = message; in PrintKey() 117 print_string(&spot, &left, in PrintKey() 124 print_string(&spot, &left, in PrintKey() 130 print_modifiers(&spot, &left); in PrintKey() 132 print_string(&spot, &left, " (repeat)"); in PrintKey() 140 char *spot, expanded[1024]; in PrintText() local [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/ |
D | SDL_error.c | 147 char tmp[32], *spot = tmp; in SDL_GetErrorMsg() local 148 *spot++ = *fmt++; in SDL_GetErrorMsg() 150 && spot < (tmp + SDL_arraysize(tmp) - 2)) { in SDL_GetErrorMsg() 151 *spot++ = *fmt++; in SDL_GetErrorMsg() 153 *spot++ = *fmt++; in SDL_GetErrorMsg() 154 *spot++ = '\0'; in SDL_GetErrorMsg() 155 switch (spot[-2]) { in SDL_GetErrorMsg()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandvideo.c | 65 char *spot; in get_classname() local 73 spot = SDL_getenv("SDL_VIDEO_WAYLAND_WMCLASS"); in get_classname() 74 if (spot) { in get_classname() 75 return SDL_strdup(spot); in get_classname() 78 spot = SDL_getenv("SDL_VIDEO_X11_WMCLASS"); in get_classname() 79 if (spot) { in get_classname() 80 return SDL_strdup(spot); in get_classname() 97 spot = SDL_strrchr(linkfile, '/'); in get_classname() 98 if (spot) { in get_classname() 99 return SDL_strdup(spot + 1); in get_classname()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.c | 54 char *spot; in get_classname() local 62 spot = SDL_getenv("SDL_VIDEO_X11_WMCLASS"); in get_classname() 63 if (spot) { in get_classname() 64 return SDL_strdup(spot); in get_classname() 80 spot = SDL_strrchr(linkfile, '/'); in get_classname() 81 if (spot) { in get_classname() 82 return SDL_strdup(spot + 1); in get_classname()
|
/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/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/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_surface.c | 293 Uint16 *row, *spot; in SDL_ConvertColorkeyToAlpha() local 301 spot = row; in SDL_ConvertColorkeyToAlpha() 303 if ((*spot & mask) == ckey) { in SDL_ConvertColorkeyToAlpha() 304 *spot &= mask; in SDL_ConvertColorkeyToAlpha() 306 ++spot; in SDL_ConvertColorkeyToAlpha() 317 Uint32 *row, *spot; in SDL_ConvertColorkeyToAlpha() local 325 spot = row; in SDL_ConvertColorkeyToAlpha() 327 if ((*spot & mask) == ckey) { in SDL_ConvertColorkeyToAlpha() 328 *spot &= mask; in SDL_ConvertColorkeyToAlpha() 330 ++spot; in SDL_ConvertColorkeyToAlpha()
|
/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/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/flutter/skia/third_party/externals/sdl/src/audio/directsound/ |
D | SDL_directsound.c | 276 DWORD spot = cursor; in DSOUND_GetDeviceBuf() local 277 if (spot < this->hidden->lastchunk) { in DSOUND_GetDeviceBuf() 278 spot += this->hidden->num_buffers; in DSOUND_GetDeviceBuf() 280 if (spot > this->hidden->lastchunk + 1) { in DSOUND_GetDeviceBuf() 282 (spot - (this->hidden->lastchunk + 1))); in DSOUND_GetDeviceBuf()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_fcitx.c | 96 char *spot; in GetAppName() local 109 spot = SDL_strrchr(linkfile, '/'); in GetAppName() 110 if (spot) { in GetAppName() 111 return SDL_strdup(spot + 1); in GetAppName()
|
/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
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | mpg123audiodec.c | 99 int elements, gdouble spot) \ 105 if (fabs (pos - spot) > 0.01) { \ 107 GST_LOG("Found magnitude at %f : %f (peak at %f)\n", pos, mag, spot); \
|
/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/flutter/skia/src/utils/ |
D | SkShadowUtils.cpp | 197 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument 199 return fSpotSet.find(spot, matrix, translate); in find() 202 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument 204 return fSpotSet.add(devPath, spot, matrix, translate); in add()
|
/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()
|
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1Shaders.inc | 451 float spot; 459 spot = 1.0; 465 spot = 0.0; 469 spot = pow(spotDot, spotExponent); 487 contrib *= att * spot;
|
/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/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
|