Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program.h29 struct ComputeShaderReflection { struct
89 virtual const ComputeShaderReflection& GetReflection() const = 0;
H A Dshader_manager.h476 ComputeShaderReflection defaultComputeShaderReflection_;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.h66 const ComputeShaderReflection& GetReflection() const override;
73 ComputeShaderReflection reflection_;
H A Dgpu_program_vk.cpp123 const ComputeShaderReflection& GpuComputeProgramVk::GetReflection() const in GetReflection()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h99 const ComputeShaderReflection& GetReflection() const override;
109 ComputeShaderReflection reflection_;
H A Dgpu_program_gles.cpp736 const ComputeShaderReflection& GpuComputeProgramGLES::GetReflection() const in GetReflection()