| /third_party/ltp/include/ |
| H A D | tst_fuzzy_sync.h | 335 static inline float tst_exp_moving_avg(float alpha, in tst_exp_moving_avg() argument 460 float alpha in tst_fzsync_pair_update() local 347 tst_upd_stat(struct tst_fzsync_stat *s, float alpha, float sample) tst_upd_stat() argument 362 tst_upd_diff_stat(struct tst_fzsync_stat *s, float alpha, struct timespec t1, struct timespec t2) tst_upd_diff_stat() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_quad_blend.c | 293 const float *alpha = quadColor[3]; in blend_quad() local 306 const float *alpha = dest[3]; in blend_quad() local 314 const float *alpha = quadColor[3]; in blend_quad() local 336 float alpha[4]; blend_quad() local 350 const float *alpha = quadColor2[3]; blend_quad() local 459 const float *alpha = quadColor[3]; blend_quad() local 516 const float *alpha = quadColor2[3]; blend_quad() local 569 const float *alpha = quadColor[3]; blend_quad() local 1047 const float *alpha = quadColor[3]; blend_single_add_src_alpha_inv_src_alpha() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | blend.c | 1011 _mesa_ColorMaski(GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) _mesa_ColorMaski() argument [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 180 prepare_argument(struct st_translate *t, const struct atifs_instruction *inst, const unsigned argId, bool alpha) prepare_argument() argument 224 emit_arith_inst(struct st_translate *t, const struct atifs_instruction *inst, bool alpha) emit_arith_inst() argument
|
| /third_party/ltp/testcases/misc/math/fptests/ |
| H A D | fptest01.c | 88 double dtc, dts, alpha; /* timing parameters */ variable
|
| /third_party/libdrm/tests/util/ |
| H A D | pattern.c | 969 uint32_t alpha = ((y < height/2) && (x < width/2)) ? 127 : 255; in fill_tiles_rgb32() local 996 uint32_t alpha = ((y < height/2) && (x < width/2)) ? 127 : 255; in fill_tiles_rgb16fp() local
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| H A D | stw_pixelformat.c | 51 unsigned char alpha; member 57 unsigned char alpha; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationImageLayoutTransitionTests.cpp | 315 const float alpha = 0.4f; in iterate() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MipmapTest.cpp | 245 clearTextureLevel0(GLenum textarget, GLuint texture, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) clearTextureLevel0() argument
|
| /third_party/skia/src/codec/ |
| H A D | SkWebpCodec.cpp | 136 SkEncodedInfo::Alpha alpha; in MakeFromStream() local
|
| H A D | SkBmpStandardCodec.cpp | 101 uint8_t alpha; in createColorTable() local 150 make_info(SkEncodedInfo::Color color, SkEncodedInfo::Alpha alpha, int bitsPerPixel) make_info() argument
|
| /third_party/skia/src/core/ |
| H A D | SkBlitter.cpp | 55 SkAlpha alpha = (SkAlpha)(a * 255); in ScalarToAlpha() local 111 void SkBlitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument 313 void SkNullBlitter::blitV(int x, int y, int height, SkAlpha alpha) {} in blitV() argument [all...] |
| H A D | SkDistanceFieldGen.cpp | 116 static float edge_distance(const SkPoint& direction, float alpha) { in edge_distance() argument 441 float alpha = currData->fAlpha; generate_distance_field_from_image() local [all...] |
| H A D | SkMaskFilter.cpp | 139 uint8_t* alpha = (uint8_t*)(runs + innerW + 1); in draw_nine_clipped() local
|
| H A D | SkRasterPipelineBlitter.cpp | 429 void SkRasterPipelineBlitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrTestUtils.cpp | 380 uint8_t alpha = random->nextULessThan(256); in RandomColor() local
|
| /third_party/skia/third_party/externals/libgifcodec/ |
| H A D | SkLibGifCodec.cpp | 87 const auto alpha = reader->firstFrameHasAlpha() ? SkEncodedInfo::kBinary_Alpha in MakeFromStream() local
|
| /third_party/skia/third_party/externals/libpng/contrib/tools/ |
| H A D | genpng.c | 312 double alpha = 0; in alpha_calc() local 715 const double alpha in pixel() local [all...] |
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| H A D | image_enc.c | 220 WritePPMPAM(FILE* fout, const WebPDecBuffer* const buffer, int alpha) WritePPMPAM() argument
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | alpha_processing.c | 148 const uint32_t alpha = (argb >> 24) & 0xff; in WebPMultARGBRow_C() local 160 WebPMultRow_C(uint8_t* WEBP_RESTRICT const ptr, const uint8_t* WEBP_RESTRICT const alpha, int width, int inverse) WebPMultRow_C() argument 198 WebPMultRows(uint8_t* WEBP_RESTRICT ptr, int stride, const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int num_rows, int inverse) WebPMultRows() argument 230 const uint8_t* const alpha = rgba + (alpha_first ? 0 : 3); ApplyAlphaMultiply_C() local 295 DispatchAlpha_C(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint8_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlpha_C() argument 314 DispatchAlphaToGreen_C(const uint8_t* WEBP_RESTRICT alpha, int alpha_stride, int width, int height, uint32_t* WEBP_RESTRICT dst, int dst_stride) DispatchAlphaToGreen_C() argument 328 ExtractAlpha_C(const uint8_t* WEBP_RESTRICT argb, int argb_stride, int width, int height, uint8_t* WEBP_RESTRICT alpha, int alpha_stride) ExtractAlpha_C() argument 346 ExtractGreen_C(const uint32_t* WEBP_RESTRICT argb, uint8_t* WEBP_RESTRICT alpha, int size) ExtractGreen_C() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| H A D | muxedit.c | 218 WebPData image, alpha; in SetAlphaAndImageChunks() local 128 GetImageData(const WebPData* const bitstream, WebPData* const image, WebPData* const alpha, int* const is_lossless) GetImageData() argument [all...] |
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftbsdf.c | 198 FT_Byte alpha; member [all...] |
| /third_party/skia/experimental/ffmpeg/ |
| H A D | SkVideoDecoder.cpp | 29 float alpha, beta, gamma, delta; member
|
| /third_party/skia/gm/ |
| H A D | blurrect.cpp | 111 BlurRectGM(const char name[], U8CPU alpha) : fName(name), fAlpha(SkToU8(alpha)) {} in BlurRectGM() argument
|
| H A D | imagemakewithfilter.cpp | 321 SkPaint alpha; variable
|