Home
last modified time | relevance | path

Searched refs:VERTEX_INPUT_DECLARATION (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_loader.cpp45 VERTEX_INPUT_DECLARATION = 3, enumerator
74 … ShaderDataFileExtensions[ShaderDataFileType::VERTEX_INPUT_DECLARATION].data(), fullFilename)) { in GetShaderDataFileType()
75 return ShaderDataFileType::VERTEX_INPUT_DECLARATION; in GetShaderDataFileType()
149 case ShaderDataFileType::VERTEX_INPUT_DECLARATION: { in LoadFile()
233 …if (HasExtension(ShaderDataFileExtensions[ShaderDataFileType::VERTEX_INPUT_DECLARATION].data(), en… in HandleVertexInputDeclarationFile()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_util.cpp95 } else if (desc.type == RenderHandleType::VERTEX_INPUT_DECLARATION) { in GetRenderHandle()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dresource_handle.h76 VERTEX_INPUT_DECLARATION = 9, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1196 if ((type == RenderHandleType::VERTEX_INPUT_DECLARATION) && in GetVertexInputDeclarationView()
1207 … if (RenderHandleUtil::IsValid(handle) && (type != RenderHandleType::VERTEX_INPUT_DECLARATION)) { in GetVertexInputDeclarationView()
1235 RenderHandleUtil::CreateHandle(RenderHandleType::VERTEX_INPUT_DECLARATION, arrayIndex); in CreateVertexInputDeclaration()
1729 } else if (handleType == RenderHandleType::VERTEX_INPUT_DECLARATION) { in Destroy()
1809 (handleType == RenderHandleType::VERTEX_INPUT_DECLARATION)) { in GetShaders()
1843 (handleType == RenderHandleType::VERTEX_INPUT_DECLARATION)) { in GetShaders()
1983 …} else if ((handleType == RenderHandleType::VERTEX_INPUT_DECLARATION) && (handleIndex < shaderVid_… in GetIdDesc()
2002 …} else if ((handleType == RenderHandleType::VERTEX_INPUT_DECLARATION) && (handleIndex < shaderVid_… in GetFrameIndex()