Home
last modified time | relevance | path

Searched refs:CreateVertexInputDeclaration (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_loader.h86 RenderHandleReference CreateVertexInputDeclaration(const VertexInputDeclarationLoader& loader);
H A Dshader_loader.cpp238 auto const handle = CreateVertexInputDeclaration(loader); in HandleVertexInputDeclarationFile()
517 RenderHandleReference ShaderLoader::CreateVertexInputDeclaration(const VertexInputDeclarationLoader… in CreateVertexInputDeclaration() function in ShaderLoader
521 return shaderMgr_.CreateVertexInputDeclaration({ uri, dataView }); in CreateVertexInputDeclaration()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h236 …virtual RenderHandleReference CreateVertexInputDeclaration(const VertexInputDeclarationCreateInfo&… in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h148 …RenderHandleReference CreateVertexInputDeclaration(const VertexInputDeclarationCreateInfo& createI…
H A Dshader_manager.cpp1220 RenderHandleReference ShaderManager::CreateVertexInputDeclaration(const VertexInputDeclarationCreat… in CreateVertexInputDeclaration() function in ShaderManager