Home
last modified time | relevance | path

Searched defs:alpha (Results 626 - 650 of 899) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/mesa3d/src/mesa/main/
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
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp217 int alpha = (data & (0xFull << offset)) >> offset; in getAlpha() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp2189 unsigned int ConvertColorMask(bool red, bool green, bool blue, bool alpha) in ConvertColorMask() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp619 Short4 alpha = RoundShort4(c[0].w * Float4(0x1000)); in alphaTest() local
H A DPixelRoutine.cpp524 void PixelRoutine::alphaTest(Int &aMask, Short4 &alpha) in alphaTest() argument
568 void PixelRoutine::alphaToCoverage(Int cMask[4], Float4 &alpha) in alphaToCoverage() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dmakepng.c558 png_uint_32 alpha = (depth_max * y * 2 + size_max) / (2 * size_max); in generate_row() local
238 set_color(png_colorp color, png_bytep trans, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha, png_const_bytep gamma_table) set_color() argument
676 png_uint_32 alpha = colors[2]; generate_row() local
713 png_uint_32 alpha = colors[4]; generate_row() local
[all...]

Completed in 47 milliseconds

1...<<21222324252627282930>>...36