Home
last modified time | relevance | path

Searched refs:ShaderReflection (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program.h44 struct ShaderReflection { struct
70 virtual const ShaderReflection& GetReflection() const = 0; argument
H A Dshader_manager.h477 ShaderReflection defaultShaderReflection_;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.h43 const ShaderReflection& GetReflection() const override;
52 ShaderReflection reflection_;
H A Dgpu_program_vk.cpp87 const ShaderReflection& GpuShaderProgramVk::GetReflection() const in GetReflection()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h61 const ShaderReflection& GetReflection() const override;
77 ShaderReflection reflection_;
H A Dgpu_program_gles.cpp693 const ShaderReflection& GpuShaderProgramGLES::GetReflection() const in GetReflection()