Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dtextureinfo_impl.cpp80 …const char* TextureIndexName[] = { "BASE_COLOR", "NORMAL", "MATERIAL", "EMISSIVE", "AO", "CLEARCOA… in Build() local
82 if (slotIndex_ < BASE_NS::countof(TextureIndexName)) { in Build()
83 textureSlotName = TextureIndexName[slotIndex_]; in Build()
H A Dmaterial_impl.cpp1036 …const char* TextureIndexName[] = { "BASE_COLOR", "NORMAL", "MATERIAL", "EMISSIVE", "AO", "CLEARCOA… in SynchronizeInputsFromMetadata() local