Home
last modified time | relevance | path

Searched refs:ShaderModulePlatformData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_module.h25 struct ShaderModulePlatformData {}; struct
40 virtual const ShaderModulePlatformData& GetPlatformData() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dshader_module_vk.h31 struct ShaderModulePlatformDataVk : ShaderModulePlatformData {
42 const ShaderModulePlatformData& GetPlatformData() const override;
H A Dshader_module_vk.cpp123 const ShaderModulePlatformData& ShaderModuleVk::GetPlatformData() const in GetPlatformData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.h34 struct ShaderModulePlatformDataGLES : ShaderModulePlatformData {
61 const ShaderModulePlatformData& GetPlatformData() const override;
H A Dshader_module_gles.cpp245 const ShaderModulePlatformData& ShaderModuleGLES::GetPlatformData() const in GetPlatformData()