Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_shader_manager.h425 virtual VertexInputDeclarationView GetReflectionVertexInputDeclaration( in RENDER_BEGIN_NAMESPACE()
742 …virtual VertexInputDeclarationView GetReflectionVertexInputDeclaration(const RenderHandle& handle)…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h210 …VertexInputDeclarationView GetReflectionVertexInputDeclaration(const RenderHandleReference& handle…
211 … VertexInputDeclarationView GetReflectionVertexInputDeclaration(const RenderHandle& handle) const;
528 …VertexInputDeclarationView GetReflectionVertexInputDeclaration(const RenderHandle& handle) const o…
H A Dshader_manager.cpp1426 VertexInputDeclarationView ShaderManager::GetReflectionVertexInputDeclaration(const RenderHandle& h… in GetReflectionVertexInputDeclaration() function in ShaderManager
1444 VertexInputDeclarationView ShaderManager::GetReflectionVertexInputDeclaration(const RenderHandleRef… in GetReflectionVertexInputDeclaration() function in ShaderManager
1446 return GetReflectionVertexInputDeclaration(handle.GetHandle()); in GetReflectionVertexInputDeclaration()
2391 VertexInputDeclarationView RenderNodeShaderManager::GetReflectionVertexInputDeclaration( in GetReflectionVertexInputDeclaration() function in RenderNodeShaderManager
2394 return shaderMgr_.GetReflectionVertexInputDeclaration(handle); in GetReflectionVertexInputDeclaration()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadows_blur.cpp173 shaderMgr.GetReflectionVertexInputDeclaration(shaderData_.shaderHandle); in ProcessSingleShadow()