/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_blur_common.h | 265 const vec2 ths = ts * 0.5; in SoftDownscaleRGB() local 267 … color += textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y - ths.y), 0).xyz * centerCoeff; in SoftDownscaleRGB() 268 … color += textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y - ths.y), 0).xyz * centerCoeff; in SoftDownscaleRGB() 269 … color += textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y + ths.y), 0).xyz * centerCoeff; in SoftDownscaleRGB() 270 … color += textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y + ths.y), 0).xyz * centerCoeff; in SoftDownscaleRGB() 274 const vec2 ths = invTexSize * 0.5; in SoftDownscaleRGB() 281 …color = textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y - ths.y), 0).xyz * 0.125 + color; in SoftDownscaleRGB() 282 …color = textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y + ths.y), 0).xyz * 0.125 + color; in SoftDownscaleRGB() 310 textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y - ths.y), 0), in DownscaleRGBADof() 311 textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y + ths.y), 0), in DownscaleRGBADof() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/common/ |
H A D | bloom_common.h | 184 const vec2 ths = ts * 0.5; in bloomDownscaleWeighted() local 186 colSample = textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y - ths.y), 0).xyz; in bloomDownscaleWeighted() 191 colSample = textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y - ths.y), 0).xyz; in bloomDownscaleWeighted() 196 colSample = textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y + ths.y), 0).xyz; in bloomDownscaleWeighted() 201 colSample = textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y + ths.y), 0).xyz; in bloomDownscaleWeighted() 233 colSample = textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y - ths.y), 0).xyz; in bloomDownscaleWeighted() 238 colSample = textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y + ths.y), 0).xyz; in bloomDownscaleWeighted() 277 const vec2 ths = ts * 0.5; in bloomDownscale() local 279 … color += textureLod(sampler2D(tex, sampl), vec2(uv.x - ths.x, uv.y - ths.y), 0).xyz * centerCoeff; in bloomDownscale() 280 … color += textureLod(sampler2D(tex, sampl), vec2(uv.x + ths.x, uv.y - ths.y), 0).xyz * centerCoeff; in bloomDownscale() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_downscale.frag | 33 const vec2 ths = uPc.texSizeInvTexSize.zw * 0.5; 40 color += textureLod(sampler2D(uTex, uSampler), uv - ths, 0) * 0.125; 41 color += textureLod(sampler2D(uTex, uSampler), vec2(uv.x + ths.x, uv.y - ths.y), 0) * 0.125; 42 color += textureLod(sampler2D(uTex, uSampler), vec2(uv.x - ths.x, uv.y + ths.y), 0) * 0.125; 43 color += textureLod(sampler2D(uTex, uSampler), uv + ths, 0) * 0.125;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-transition.md | 54 <text onclick="jump">Click on picture to Jump to ths details</text>
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | app-structure.md | 36 …elease promises that all APIs are stable. When a version is in this state, ths stage is not displa…
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-asym-encrypt-decrypt-spec.md | 132 …EP parameters can be set and obtained when PKCS1_OAEP is used with RSA. In ths following table, th…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/ |
H A D | h265_mp3_1280.ts | 1337 …!߹���dʍ� D��=I�P ~H|WO�b�8)��Ж�.1ᇥ?W�������Bo{ʘ�iƍ)�T��?!���Z�W��ths��wA#���XşYwL�
|