/ohos5.0/foundation/window/window_manager_lite/interfaces/innerkits/ |
H A D | lite_wm_type.h | 26 BLEND enumerator
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/window/ |
H A D | window.h | 84 BLEND enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Scene.js | 50 gl.enable(gl.BLEND);
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.h | 79 return config_.compositeMode == LiteWinConfig::BLEND && config_.opacity == OPA_TRANSPARENT; in NoNeedToDraw()
|
H A D | lite_win.cpp | 254 } else if (config_.compositeMode == LiteWinConfig::BLEND) { in Flush()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/ |
H A D | cube_demo.js | 142 gl.enable(gl.BLEND);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/ |
H A D | cube2_demo.js | 142 gl.enable(gl.BLEND);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_shader_effect_test.cpp | 64 ShaderEffect shaderEffect1{ShaderEffect::ShaderEffectType::BLEND, 0xFF000000};
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | image_filter.h | 44 BLEND, enumerator
|
H A D | shader_effect.h | 38 BLEND, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | shader_effect_test.cpp | 77 ShaderEffect shaderEffect1(ShaderEffect::ShaderEffectType::BLEND, 20); 615 …ShaderEffect::ShaderEffectType::BLEND, centerPoint, colors, position, TileMode::REPEAT, startAngle…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | image_filter.cpp | 161 …return std::make_shared<ImageFilter>(ImageFilter::FilterType::BLEND, mode, background, foreground,… in CreateBlendImageFilter()
|
H A D | shader_effect.cpp | 127 return std::make_shared<ShaderEffect>(ShaderEffect::ShaderEffectType::BLEND, dst, src, mode); in CreateBlendShader()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 125 BLEND, in CORE3D_BEGIN_NAMESPACE() enumerator
|
H A D | gltf2_util.cpp | 372 out = AlphaMode::BLEND; in GetAlphaMode() 578 case AlphaMode::BLEND: in GetAlphaMode()
|
H A D | gltf2_exporter.cpp | 1122 exportMaterial.alphaMode = AlphaMode::BLEND; in UpdateShaderStateToGltfMaterial() 1136 exportMaterial.alphaMode = AlphaMode::BLEND; in UpdateShaderStateToGltfMaterial()
|
H A D | gltf2_importer.cpp | 1664 if (gltfMaterial.alphaMode == GLTF2::AlphaMode::BLEND) { // blending -> no shadows in SelectShaders() 1667 } else if (gltfMaterial.alphaMode == GLTF2::AlphaMode::BLEND) { in SelectShaders()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | X2DFast.js | 74 gl.enable(gl.BLEND);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 83 static const GLenum BLEND = 0x0BE2; variable
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 282 return NVal::CreateInt64(env, WebGLRenderingContextBase::BLEND).val_; in GetBlend()
|
H A D | webgl_rendering_context_base_impl.cpp | 2305 …{ WebGLRenderingContextBase::BLEND, WebGLRenderingContextBase::CULL_FACE, WebGLRenderingContextBas… in CheckCap()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 762 | webgl | WebGLRenderingContextBase | readonly BLEND: GLenum; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 762 | webgl | WebGLRenderingContextBase | readonly BLEND: GLenum; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 79 |删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly BLEND: GLenum;|NA|webgl.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 79 …ass name: WebGLRenderingContextBase<br>Method or attribute name: readonly BLEND: GLenum;|NA|webgl.…
|