Home
last modified time | relevance | path

Searched refs:tex1Size (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp201 const auto targetSize = targets_.tex1Size[0]; in ComputeDownscaleAndThreshold()
236 const auto targetSize = targets_.tex1Size[i]; in ComputeDownscale()
271 const auto targetSize = targets_.tex1Size[i - 1]; in ComputeUpscale()
348 const auto targetSize = targets_.tex1Size[0]; in RenderDownscaleAndThreshold()
391 const auto targetSize = targets_.tex1Size[idx]; in RenderDownscale()
440 const auto targetSize = targets_.tex1Size[idx - 1]; in RenderUpscale()
570 targets_.tex1Size[idx] = Math::UVec2(desc.width, desc.height); in CreateTargets()
H A Drender_bloom.h87 std::array<BASE_NS::Math::UVec2, TARGET_COUNT> tex1Size; in RENDER_BEGIN_NAMESPACE() member