Home
last modified time | relevance | path

Searched defs:alpha (Results 301 - 325 of 468) sorted by relevance

1...<<111213141516171819

/third_party/glfw/examples/
H A Dparticles.c400 float alpha; in draw_particles() local
/third_party/ffmpeg/libavutil/
H A Dtx_template.c1419 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 Dsi_shader_llvm_ps.c198 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 Dtexcompress_etc.c559 int modifier, alpha, idx; in etc2_alpha8_fetch_texel() local
H A Dmipmap.c563 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 Dpack.c1449 int32_t lum32, alpha; in _mesa_pack_luminance_from_rgba_integer() local
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c380 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 Dlp_setup_tri.c244 float alpha = constants[alpha_info->u.index*4 + in check_opaque() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c1092 felem delta, gamma, beta, alpha, ftmp, ftmp2; in point_double() local
H A Decp_nistp224.c823 felem delta, gamma, beta, alpha, ftmp, ftmp2; in point_double() local
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmdf.c698 spx_float_t alpha, alpha_1; in speex_echo_cancellation() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp65 deUint8 blue, green, red, alpha; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp100 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 DvktWsiColorSpaceTests.cpp297 vk::VkCompositeAlphaFlagsKHR alpha = 0; in getBasicSwapchainParameters() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp63 deUint8 blue, green, red, alpha; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_autogen.cpp49 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 DglcTextureRepeatModeTests.cpp46 int alpha; /* alpha bits */ member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp75 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 DSkWuffsCodec.cpp999 SkEncodedInfo::Alpha alpha = imgcfg.first_frame_is_opaque() ? SkEncodedInfo::kOpaque_Alpha in SkWuffsCodec_MakeFromStream() local
H A DSkPngCodec.cpp859 SkEncodedInfo::Alpha alpha; in infoCallback() local
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrQuadUtils.cpp71 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 DClipStack.cpp270 uint8_t alpha; in draw_to_sw_mask() local
/third_party/skia/src/core/
H A DSkScalerContext.cpp413 static uint8_t pack_8_to_1(const uint8_t alpha[8]) { in pack_8_to_1() argument
H A DSkBlitter_ARGB32.cpp647 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 DSkDevice.cpp188 int alpha = SkAlphaMul(SkColorGetA(c), SkAlpha255To256(paint.getAlpha())); in drawImageLattice() local

Completed in 51 milliseconds

1...<<111213141516171819