Home
last modified time | relevance | path

Searched defs:alpha (Results 201 - 225 of 469) sorted by relevance

12345678910>>...19

/third_party/ltp/include/
H A Dtst_fuzzy_sync.h335 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 Dsp_quad_blend.c293 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 Dblend.c1011 _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 Dst_atifs_to_nir.c180 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 Dfptest01.c88 double dtc, dts, alpha; /* timing parameters */ variable
/third_party/libdrm/tests/util/
H A Dpattern.c969 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 Dstw_pixelformat.c51 unsigned char alpha; member
57 unsigned char alpha; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp315 const float alpha = 0.4f; in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMipmapTest.cpp245 clearTextureLevel0(GLenum textarget, GLuint texture, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) clearTextureLevel0() argument
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp136 SkEncodedInfo::Alpha alpha; in MakeFromStream() local
H A DSkBmpStandardCodec.cpp101 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 DSkBlitter.cpp55 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 DSkDistanceFieldGen.cpp116 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 DSkMaskFilter.cpp139 uint8_t* alpha = (uint8_t*)(runs + innerW + 1); in draw_nine_clipped() local
H A DSkRasterPipelineBlitter.cpp429 void SkRasterPipelineBlitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp380 uint8_t alpha = random->nextULessThan(256); in RandomColor() local
/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.cpp87 const auto alpha = reader->firstFrameHasAlpha() ? SkEncodedInfo::kBinary_Alpha in MakeFromStream() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c312 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 Dimage_enc.c220 WritePPMPAM(FILE* fout, const WebPDecBuffer* const buffer, int alpha) WritePPMPAM() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing.c148 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 Dmuxedit.c218 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 Dftbsdf.c198 FT_Byte alpha; member
[all...]
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp29 float alpha, beta, gamma, delta; member
/third_party/skia/gm/
H A Dblurrect.cpp111 BlurRectGM(const char name[], U8CPU alpha) : fName(name), fAlpha(SkToU8(alpha)) {} in BlurRectGM() argument
H A Dimagemakewithfilter.cpp321 SkPaint alpha; variable

Completed in 28 milliseconds

12345678910>>...19