| /third_party/glfw/examples/ |
| H A D | particles.c | 400 float alpha; in draw_particles() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | tx_template.c | 1419 const double alpha = M_PI_2 * (i + theta) / len4; in ff_tx_mdct_gen_exp() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_ps.c | 198 static void si_alpha_test(struct si_shader_context *ctx, LLVMValueRef alpha) in si_alpha_test() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_etc.c | 559 int modifier, alpha, idx; in etc2_alpha8_fetch_texel() local
|
| H A D | mipmap.c | 563 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2; in do_row() local 593 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2; in do_row() local 623 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2; in do_row() local 701 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2; in do_row() local
|
| H A D | pack.c | 1449 int32_t lum32, alpha; in _mesa_pack_luminance_from_rgba_integer() local
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_wayland.c | 380 wl_drm_format_for_vk_format(VkFormat vk_format, bool alpha) in wl_drm_format_for_vk_format() argument 429 wl_shm_format_for_vk_format(VkFormat vk_format, bool alpha) wl_shm_format_for_vk_format() argument 1290 bool alpha = pCreateInfo->compositeAlpha == wsi_wl_surface_create_swapchain() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 244 float alpha = constants[alpha_info->u.index*4 + in check_opaque() local
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ecp_nistp521.c | 1092 felem delta, gamma, beta, alpha, ftmp, ftmp2; in point_double() local
|
| H A D | ecp_nistp224.c | 823 felem delta, gamma, beta, alpha, ftmp, ftmp2; in point_double() local
|
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | mdf.c | 698 spx_float_t alpha, alpha_1; in speex_echo_cancellation() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| H A D | vktDynamicStateInheritanceTests.cpp | 65 deUint8 blue, green, red, alpha; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingWatertightnessTests.cpp | 100 static inline tcu::Vec3 mixVec3(const tcu::Vec3& a, const tcu::Vec3& b, const float alpha) in mixVec3() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| H A D | vktWsiColorSpaceTests.cpp | 297 vk::VkCompositeAlphaFlagsKHR alpha = 0; in getBasicSwapchainParameters() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
| H A D | vktDynamicStateInheritanceTests.cpp | 63 deUint8 blue, green, red, alpha; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_1_0_autogen.cpp | 49 CaptureClearColorx(const State &glState, bool isCallValid, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) CaptureClearColorx() argument 135 CaptureColor4f(const State &glState, bool isCallValid, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) CaptureColor4f() argument 152 CaptureColor4ub(const State &glState, bool isCallValid, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) CaptureColor4ub() argument 169 CaptureColor4x(const State &glState, bool isCallValid, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) CaptureColor4x() argument [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcTextureRepeatModeTests.cpp | 46 int alpha; /* alpha bits */ member
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_1_0_autogen.cpp | 75 void GL_APIENTRY GL_ClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in GL_ClearColorx() argument 193 void GL_APIENTRY GL_Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in GL_Color4f() argument 217 GL_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) GL_Color4ub() argument 241 GL_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) GL_Color4x() argument [all...] |
| /third_party/skia/src/codec/ |
| H A D | SkWuffsCodec.cpp | 999 SkEncodedInfo::Alpha alpha = imgcfg.first_frame_is_opaque() ? SkEncodedInfo::kOpaque_Alpha in SkWuffsCodec_MakeFromStream() local
|
| H A D | SkPngCodec.cpp | 859 SkEncodedInfo::Alpha alpha; in infoCallback() local [all...] |
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrQuadUtils.cpp | 71 static void interpolate_local(float alpha, int v0, int v1, int v2, int v3, in interpolate_local() argument 103 float alpha = (x[v2] - clipDevRect.fLeft) / (x[v2] - x[v0]); in crop_rect_edge() local 112 float alpha = (clipDevRect.fRight - x[v2]) / (x[v0] - x[v2]); crop_rect_edge() local 125 float alpha = (y[v2] - clipDevRect.fTop) / (y[v2] - y[v0]); crop_rect_edge() local 134 float alpha = (clipDevRect.fBottom - y[v2]) / (y[v0] - y[v2]); crop_rect_edge() local [all...] |
| /third_party/skia/src/gpu/v1/ |
| H A D | ClipStack.cpp | 270 uint8_t alpha; in draw_to_sw_mask() local
|
| /third_party/skia/src/core/ |
| H A D | SkScalerContext.cpp | 413 static uint8_t pack_8_to_1(const uint8_t alpha[8]) { in pack_8_to_1() argument
|
| H A D | SkBlitter_ARGB32.cpp | 647 U8CPU alpha = SkGetPackedA32(srcColor); in SkARGB32_Blit32() local 856 void SkARGB32_Blitter::blitV(int x, int y, int height, SkAlpha alpha) { in blitV() argument 1344 blitV(int x, int y, int height, SkAlpha alpha) blitV() argument [all...] |
| H A D | SkDevice.cpp | 188 int alpha = SkAlphaMul(SkColorGetA(c), SkAlpha255To256(paint.getAlpha())); in drawImageLattice() local
|