Home
last modified time | relevance | path

Searched refs:GetVertexInputDeclaration (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_module.h47 virtual VertexInputDeclarationView GetVertexInputDeclaration() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dshader_module_vk.h47 VertexInputDeclarationView GetVertexInputDeclaration() const override;
H A Dgpu_program_vk.cpp60 const auto& vidv = mod.GetVertexInputDeclaration(); in RENDER_BEGIN_NAMESPACE()
H A Dshader_module_vk.cpp138 VertexInputDeclarationView ShaderModuleVk::GetVertexInputDeclaration() const in GetVertexInputDeclaration() function in ShaderModuleVk
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.h66 VertexInputDeclarationView GetVertexInputDeclaration() const override;
H A Dshader_module_gles.cpp260 VertexInputDeclarationView ShaderModuleGLES::GetVertexInputDeclaration() const in GetVertexInputDeclaration() function in ShaderModuleGLES
H A Dgpu_program_gles.cpp554 const auto& vidv = plat_.vertShaderModule_->GetVertexInputDeclaration(); in GpuShaderProgramGLES()