/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorspace.c | 107 double alpha, beta, gamma, delta; member 186 if (!coeffs->alpha) in get_transfer_characteristics() 195 double in_alpha = s->in_txchr->alpha, in_beta = s->in_txchr->beta; in fill_gamma_table() 198 double out_alpha = s->out_txchr->alpha, out_beta = s->out_txchr->beta; in fill_gamma_table()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | State.h | 142 void setColorClearValue(float red, float green, float blue, float alpha); 151 void setColorMask(bool red, bool green, bool blue, bool alpha); 152 void setColorMaskIndexed(bool red, bool green, bool blue, bool alpha, GLuint index); 203 void setBlendColor(float red, float green, float blue, float alpha); 253 // Multisampling/alpha to one manipulation.
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 443 void GLContext::clearColor (float red, float green, float blue, float alpha) in clearColor() argument 445 m_wrapper->glClearColor(red, green, blue, alpha); in clearColor() 575 void GLContext::blendColor (float red, float green, float blue, float alpha) in blendColor() argument 577 m_wrapper->glBlendColor(red, green, blue, alpha); in blendColor()
|
/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_host_driver.cpp | 1249 LayerAlpha alpha; in SetLayerAlpha() local 1250 memset_s(&alpha, sizeof(alpha), 0, sizeof(alpha)); in SetLayerAlpha() 1251 if (!DisplayDeviceReadData(&alpha, data)) { in SetLayerAlpha() 1252 DISPLAY_LOG("read alpha from data failed!"); in SetLayerAlpha() 1255 int32_t ret = device_->SetLayerAlpha(devId, layerId, alpha); in SetLayerAlpha()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | producer_surface_test.cpp | 1842 int32_t alpha = -255; in HWTEST_F() local 1843 GSError ret = pSurface->SetGlobalAlpha(alpha); in HWTEST_F() 1845 alpha = 256; in HWTEST_F() 1846 ret = pSurface->SetGlobalAlpha(alpha); in HWTEST_F() 1848 alpha = 255; in HWTEST_F() 1849 ret = pSurface->SetGlobalAlpha(alpha); in HWTEST_F()
|
/third_party/eudev/ |
H A D | config.guess | 271 alpha:OSF1:*:*) 284 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 287 UNAME_MACHINE=alpha ;; 289 UNAME_MACHINE=alpha ;; 291 UNAME_MACHINE=alpha ;; 900 alpha:Linux:*:*) 1396 A*) echo alpha-dec-vms ; exit ;;
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc1dec.c | 60 * alpha 140 // effect 13 is simple alpha blending and matches the opacity above in vc1_parse_sprites() 184 int xoff[2], xadv[2], yoff[2], yadv[2], alpha; in vc1_draw_sprites() local 197 alpha = av_clip_uint16(sd->coefs[1][6]); in vc1_draw_sprites() 252 src_h[1][0], src_h[1][1], ysub[1], alpha, width); in vc1_draw_sprites() 255 src_h[1][0], alpha, width); in vc1_draw_sprites() 258 src_h[0][0], (1<<16)-1-alpha, width); in vc1_draw_sprites() 260 v->vc1dsp.sprite_v_double_noscale(dst, src_h[0][0], src_h[1][0], alpha, width); in vc1_draw_sprites()
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 390 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 399 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 402 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 542 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 545 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/third_party/lame/ |
H A D | config.guess | 281 alpha:OSF1:*:*) 294 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 297 UNAME_MACHINE=alpha ;; 299 UNAME_MACHINE=alpha ;; 301 UNAME_MACHINE=alpha ;; 910 alpha:Linux:*:*) 1399 A*) echo alpha-dec-vms ; exit ;;
|
/third_party/openGLES/api/GLES2/ |
H A D | gl2.h | 371 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 380 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 383 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 526 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/third_party/node/deps/cares/ |
H A D | config.guess | 316 alpha:OSF1:*:*) 331 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 334 UNAME_MACHINE=alpha ;; 336 UNAME_MACHINE=alpha ;; 338 UNAME_MACHINE=alpha ;; 979 alpha:Linux:*:*) 1514 A*) GUESS=alpha-dec-vms ;;
|
/third_party/node/deps/cares/config/ |
H A D | config.guess | 316 alpha:OSF1:*:*) 331 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 334 UNAME_MACHINE=alpha ;; 336 UNAME_MACHINE=alpha ;; 338 UNAME_MACHINE=alpha ;; 979 alpha:Linux:*:*) 1514 A*) GUESS=alpha-dec-vms ;;
|
/third_party/libevdev/build-aux/ |
H A D | config.guess | 316 alpha:OSF1:*:*) 331 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 334 UNAME_MACHINE=alpha ;; 336 UNAME_MACHINE=alpha ;; 338 UNAME_MACHINE=alpha ;; 979 alpha:Linux:*:*) 1528 A*) GUESS=alpha-dec-vms ;;
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 143 so->rt[i].alpha = replace; in agx_create_blend_state() 151 so->rt[i].alpha.func = util_blend_func_to_shader(rt.alpha_func); in agx_create_blend_state() 152 so->rt[i].alpha.src_factor = util_blend_factor_to_shader(rt.alpha_src_factor); in agx_create_blend_state() 153 so->rt[i].alpha.invert_src_factor = util_blend_factor_is_inverted(rt.alpha_src_factor); in agx_create_blend_state() 154 so->rt[i].alpha.dst_factor = util_blend_factor_to_shader(rt.alpha_dst_factor); in agx_create_blend_state() 155 so->rt[i].alpha.invert_dst_factor = util_blend_factor_is_inverted(rt.alpha_dst_factor); in agx_create_blend_state()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 147 cfg.equation.alpha.a = MALI_BLEND_OPERAND_A_SRC; in pan_blitter_emit_blend() 148 cfg.equation.alpha.b = MALI_BLEND_OPERAND_B_SRC; in pan_blitter_emit_blend() 149 cfg.equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO; in pan_blitter_emit_blend() 305 cfg.blend_equation.alpha.a = MALI_BLEND_OPERAND_A_SRC; in pan_blitter_emit_rsd() 306 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC; in pan_blitter_emit_rsd() 307 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO; in pan_blitter_emit_rsd()
|
/third_party/python/ |
H A D | config.guess | 316 alpha:OSF1:*:*) 331 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 334 UNAME_MACHINE=alpha ;; 336 UNAME_MACHINE=alpha ;; 338 UNAME_MACHINE=alpha ;; 976 alpha:Linux:*:*) 1511 A*) GUESS=alpha-dec-vms ;;
|
/third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
H A D | gl2.h | 390 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 399 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 402 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 542 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 545 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 270 uint8_t alpha; in draw_to_sw_mask() local 278 alpha = 0xFF; in draw_to_sw_mask() 281 alpha = 0x00; in draw_to_sw_mask() 287 alpha = 0x00; in draw_to_sw_mask() 291 // Draw the shape; based on how we've initialized the buffer and chosen alpha+invert, in draw_to_sw_mask() 301 helper->drawShape(inverted, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha); in draw_to_sw_mask() 303 helper->drawShape(e.fShape, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha); in draw_to_sw_mask() 1295 // is multiplied properly with the alpha of the clip shader. in apply()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 278 alpha:OSF1:*:*) 291 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 294 UNAME_MACHINE=alpha ;; 296 UNAME_MACHINE=alpha ;; 298 UNAME_MACHINE=alpha ;; 907 alpha:Linux:*:*) 1395 A*) echo alpha-dec-vms ; exit ;;
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2.h | 390 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 399 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 402 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 533 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 542 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 545 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2.h | 371 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 380 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 383 typedef void (GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 526 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/third_party/skia/fuzz/ |
H A D | FuzzCanvas.cpp | 1052 uint8_t alpha; 1053 fuzz->next(&alpha); 1054 canvas->saveLayerAlpha(nullptr, (U8CPU)alpha); 1059 uint8_t alpha; 1060 fuzz->next(&bounds, &alpha); 1061 canvas->saveLayerAlpha(&bounds, (U8CPU)alpha);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_visitor.cpp | 1426 RS_OPTIONAL_TRACE_NAME_FMT("hwc debug: name:%s id:%" PRIu64 " disabled by background color alpha < 1",
in UpdateHwcNodeEnableByBackgroundAlpha() 1428 // use in skip updating hardware state for hwcnode with background alpha in specific situation
in UpdateHwcNodeEnableByBackgroundAlpha() 1510 float alpha = hwcNode->GetRenderProperties().GetAlpha();
in UpdateHwcNodeProperty() local 1523 [&alpha](std::shared_ptr<RSRenderNode> parent) {
in UpdateHwcNodeProperty() 1525 alpha *= parentProperty.GetAlpha();
in UpdateHwcNodeProperty() 1595 hwcNode->SetGlobalAlpha(alpha);
in UpdateHwcNodeProperty() 1601 auto alpha = hwcNode->GetGlobalAlpha();
in UpdateHwcNodeEnableByRotateAndAlpha() local 1603 if (alpha < 1.0f) {
in UpdateHwcNodeEnableByRotateAndAlpha() 1604 RS_OPTIONAL_TRACE_NAME_FMT("hwc debug: name:%s id:%" PRIu64 " disabled by accumulated alpha:%.2f",
in UpdateHwcNodeEnableByRotateAndAlpha() 1605 hwcNode->GetName().c_str(), hwcNode->GetId(), alpha);
in UpdateHwcNodeEnableByRotateAndAlpha() 1631 auto alpha = hwcNodePtr->GetGlobalAlpha(); ProcessAncoNode() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1229 mBlendColor.alpha); in setBlendColor() 1400 void StateManagerGL::setColorMask(bool red, bool green, bool blue, bool alpha) in setColorMask() argument 1403 mBlendStateExt.expandColorMaskValue(red, green, blue, alpha); in setColorMask() 1406 mFunctions->colorMask(red, green, blue, alpha); in setColorMask() 1766 (clearColor.alpha == 1.0f || clearColor.alpha == 0.0f)) 1768 if (clearColor.alpha == 1.0f) 1770 modifiedClearColor.alpha = 2.0f; 1774 modifiedClearColor.alpha = -1.0f; 1782 mClearColor.alpha); [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 2349 glw::GLint alpha = 0; in verifyValues() local 2358 gl.getTexParameterIiv(texture_target, GL_TEXTURE_SWIZZLE_A, &alpha); in verifyValues() 2375 if (GL_ALPHA != alpha) in verifyValues() 2394 TCU_FAIL("Got invalid initial alpha state for TEXTURE_SWIZZLE_RGBA"); in verifyValues() 2664 const glw::GLint alpha = test_case.m_texture_swizzle_alpha; in executeTestCase() local 2665 const glw::GLint param[4] = { red, green, blue, alpha }; in executeTestCase() 3047 const glw::GLint alpha = test_case.m_texture_swizzle_alpha; in logTestCaseDetials() local 3048 const glw::GLint param[4] = { red, green, blue, alpha }; in logTestCaseDetials() 3062 << ", " << glu::getTextureSwizzleStr(alpha) in logTestCaseDetials() 3087 const glw::GLint alpha in prepareAndTestProgram() local [all...] |