Home
last modified time | relevance | path

Searched defs:vertexInputDeclaration (Results 1 – 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
Dintf_mesh_builder.h52 RENDER_NS::VertexInputDeclarationView vertexInputDeclaration; in CORE3D_BEGIN_NAMESPACE() member
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
Dintf_shader_manager.h116 RenderHandle vertexInputDeclaration; in RENDER_BEGIN_NAMESPACE() member
188 RENDER_NS::RenderHandleReference vertexInputDeclaration; in RENDER_BEGIN_NAMESPACE() member
226 BASE_NS::string vertexInputDeclaration; in RENDER_BEGIN_NAMESPACE() member
301 RenderHandle vertexInputDeclaration; in RENDER_BEGIN_NAMESPACE() member
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Dpipeline_state_object_gles.h40 VertexInputDeclarationData vertexInputDeclaration; member
Dpipeline_state_object_gles.cpp163 const VertexInputDeclarationView& vertexInputDeclaration, in GraphicsPipelineStateObjectGLES()
Ddevice_gles.cpp2354 const VertexInputDeclarationView& vertexInputDeclaration, in CreateGraphicsPipelineStateObject()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dpipeline_state_object_vk.cpp45 void GetVertexInputs(const VertexInputDeclarationView& vertexInputDeclaration, in GetVertexInputs()
191 const VertexInputDeclarationView& vertexInputDeclaration, in GraphicsPipelineStateObjectVk()
Ddevice_vk.cpp1427 const VertexInputDeclarationView& vertexInputDeclaration, in CreateGraphicsPipelineStateObject()
/foundation/graphic/graphic_3d/lume/LumeScene/src/mesh/
Dmesh_creator.cpp97 const RENDER_NS::VertexInputDeclarationView vertexInputDeclaration = in CreateMeshBuilder() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Dnode_context_pso_manager.h138 VertexInputDeclarationDataWrapper vertexInputDeclaration; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
Dintf_scene_loader.h143 RENDER_NS::VertexInputDeclarationData vertexInputDeclaration; member
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
Dgltf.h219 RENDER_NS::VertexInputDeclarationData vertexInputDeclaration; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
Dmesh_builder.cpp443 …const uint32_t vertexAttributeLocation, const VertexInputDeclarationView& vertexInputDeclaration) … in GetVertexAttributeByteSize()
1054 void MeshBuilder::Initialize(const VertexInputDeclarationView& vertexInputDeclaration, size_t subme… in Initialize()
Dmesh_util.cpp819 const VertexInputDeclarationView vertexInputDeclaration = in InitializeBuilder() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2_importer.cpp856 const VertexInputDeclarationView vertexInputDeclaration = in GatherMeshData() local
2835 const VertexInputDeclarationView vertexInputDeclaration = in StartPhase() local