Home
last modified time | relevance | path

Searched defs:samplerIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp339 auto GetTextureIndex(uint32_t samplerIndex, uint32_t imageIndex) in GetTextureIndex()
859 auto const samplerIndex = FindOrAddIndex(samplerHashes, Hash(*trackHandle)); in ExportGltfAnimations() local
979 auto const samplerIndex = (sampler) ? textureHelper.GetSamplerIndex(sampler) : 0xFFFFffff; in GetTextureIndex() local
H A Dgltf2_loader.cpp832 size_t samplerIndex; in TextureSampler() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1904 uint32_t samplerIndex { 0U }; member